The range includes all data but is affected by outliers. The IQR represents the spread of the middle 50% and is resistant to outliers โ the extreme value of 100 doesn't pull it higher.
2Problem 2medium
โ Question:
Two classes took the same exam. Class A has mean 75 with standard deviation 5. Class B has mean 75 with standard deviation 15. Both classes have the same average performance, but what does the difference in standard deviation tell you?
๐ก Show Solution
Interpretation:
Even though both classes have the same mean (75), the standard deviation reveals different patterns:
Class A (SD = 5): Scores are tightly clustered around 75. Most students scored within about 5-10 points of the mean (roughly 70-80), showing consistent performance. Students are more similar to each other.
Class B (SD = 15): Scores are spread out over a wider range. Students deviate much more from 75 on average (roughly 60-90), showing more variability in performance. There's greater diversityโsome students did much better, some much worse.
Conclusion: The standard deviation measures consistency. Class A has more uniform understanding, while Class B has greater range in mastery levels. The same average can hide very different distributions!
3Problem 3hard
โ Question:
Explain why the IQR is considered resistant to outliers while the standard deviation is not. Use an example with a dataset that has an extreme outlier.
๐ก Show Solution
Why IQR is resistant:
The IQR = Q3 โ Q1 depends only on the 25th and 75th percentile positions. Even if one value becomes extremely large or small, it doesn't change Q1 or Q3 (as long as it's still outside those quartiles). The IQR ignores the extreme value entirely.
Why standard deviation is not:
Standard deviation measures average squared distance from the mean:
Calculate and interpret range, IQR, variance, and standard deviation.
How can I study Measures of Spread effectively?โพ
Start by reading the study notes and working through the examples on this page. Then use the flashcards to test your recall. Practice with the 3 problems provided, checking solutions as you go. Regular review and active practice are key to retention.
Is this Measures of Spread study guide free?โพ
Yes โ all study notes, flashcards, and practice problems for Measures of Spread on Study Mondo are free to access. No account is needed.
What course covers Measures of Spread?โพ
Measures of Spread is part of the AP Statistics course on Study Mondo, specifically in the Unit 1: Exploring One-Variable Data section. You can explore the full course for more related topics and practice resources.
Are there practice problems for Measures of Spread?โพ
Yes, this page includes 3 practice problems with detailed solutions. Each problem includes a step-by-step explanation to help you understand the approach.
xห
)2
โ
โ
)
2
+
(
90
โ
85
)2
+
(
95
โ
85
)2
61100
โ
โ
183.33
s=
nโ1โ(xโxห)2โโ
An extreme outlier creates a huge squared deviation, which dramatically increases s.
Example:
Dataset: 10, 12, 14, 16, 18
Q1 = 12, Q3 = 16, IQR = 4
Mean = 14, SD โ 3.16
Now add extreme outlier: 10, 12, 14, 16, 18, 500
Q1 = 12, Q3 = 16, IQR = 4 (unchanged!)
Mean = 93.33, SD โ 201 (exploded!)
Lesson: Use IQR and median when outliers are present; they're more reliable summaries.