Measures of Spread (Range, IQR, MAD)
Two classes can have the same average test score and still be completely different — one where everyone scored near the average, and one with a mix of very high and very low scores. Measures of center (mean, median, mode) can't tell those classes apart. Measures of spread can.
There are three you need: range, IQR, and MAD. Each one answers the same question — how spread out is this data? — but measures it a different way. Smaller spread means more consistent data.
Range: the full stretch
Range maximum minimum. It measures the full stretch of the data using only its two most extreme values.
That makes range fast but fragile — one unusual value changes it completely. A data set of has a range of , even though four of the five values sit within of each other. The dot plot below makes it visible: four values cluster near while a lone value at stretches the range wide.
IQR: the middle half
The interquartile range is , where is the median of the lower half of the data and is the median of the upper half. It measures the span of the middle half of the data.
Because it ignores the lowest quarter and the highest quarter, the IQR doesn't flinch at outliers. It's the spread measure that pairs with the median, and it's exactly the width of the box in a box plot.
MAD: average distance from the mean
The mean absolute deviation is the mean of each value's distance from the mean. Find the mean, find how far each value is from it (distances are always positive), then average those distances.
MAD answers: on average, how far is a typical value from the mean? A MAD of says values typically land about away from the mean — some closer, some farther.
Worked examples
Example 1: range
Find the range of .
Answer: The range is
Example 2: MAD
Find the MAD of .
Answer: The MAD is
Example 3: IQR
Find the IQR of .
Answer: The IQR is
Try one yourself
Common questions
Which measure of spread should I use?
Range for a fast rough answer. IQR when the data has outliers or you're working with a median or box plot. MAD when you're working with the mean and want the typical distance from it. Test questions usually name the one they want.
Why are the distances in MAD always positive?
Because distance measures how far, not which direction. A value below the mean and a value above it are both a distance of away. If you kept the signs, they would cancel and the average would come out every time.
Do I include the median when splitting the data into halves for IQR?
With an odd number of values, no — set the middle value aside and take the halves on either side of it. With an even number of values, the data splits cleanly into two halves and nothing is set aside.
Can two data sets have the same mean but different spreads?
Yes, and that's the whole point of spread. and both have a mean of , but the first set is far more consistent. Center tells you where the data sits; spread tells you how tightly it sits there.
Want the video version?
Allday Everyday Math has video lessons, practice, and an AI tutor for every topic, Pre-Algebra through Algebra 2.