DSAT-3.3

One-Variable Data: Center, Spread & Boxplots

Master mean, median, range, IQR, and standard deviation for the Digital SAT, plus how to build and read boxplots from a five-number summary.

What you'll do in this lesson

A voice-first session with the Crimsora tutor on One-Variable Data: Center, Spread & Boxplots, then targeted practice and FRQs — with the tutor adapting to where you get stuck.

What this lesson covers

On the Digital SAT, one-variable data questions ask you to summarize a single list of numbers: where its center sits and how spread out the values are. These are fast points if you know exactly which statistic to compute and how outliers change each one.

This lesson covers the two measures of center (mean and median), three measures of spread (range, IQR, standard deviation), and the five-number summary that powers every boxplot. You will learn not just how to calculate each value but how to interpret and compare them the way the test does — including the resistant-versus-sensitive distinction that shows up again and again.

Measures of Center: Mean vs. Median

The mean is the arithmetic average: add all values and divide by how many there are, xˉ=xn\bar{x} = \frac{\sum x}{n}. The median is the middle value when the data is ordered; if nn is even, average the two middle values.

The key exam idea is sensitivity. The mean is pulled toward extreme values (outliers), while the median is resistant — it barely moves when one value changes dramatically. Consider the salaries 30,32,35,38,50030, 32, 35, 38, 500 (in thousands). The median is 3535, a fair typical value, but the mean is 127127, distorted by the single large value.
SituationMean vs. Median
Symmetric dataMean \approx Median
Skewed right (high outliers)Mean >> Median
Skewed left (low outliers)Mean << Median
The SAT loves to give a data set, add or remove an outlier, and ask which measure changes more. The answer is almost always the mean. It may also describe a skewed distribution in words and ask you to compare the two measures without any calculation — use the skew rules above.

Measures of Spread: Range, IQR, and Standard Deviation

Spread describes how scattered the data is. The range is simply maxmin\text{max} - \text{min}; it uses only two values and is highly sensitive to outliers.

The interquartile range (IQR) is Q3Q1Q_3 - Q_1, the spread of the middle 50% of the data. To find quartiles, split the ordered data at the median; Q1Q_1 is the median of the lower half and Q3Q_3 is the median of the upper half. Because IQR ignores the extreme quarters, it is resistant to outliers.

Standard deviation measures the typical distance of values from the mean. You will not compute it by hand on the SAT, but you must interpret it: a larger standard deviation means values are more spread out from the mean; a smaller one means they cluster tightly. If every value is identical, the standard deviation is 00.
MeasureUsesResistant to outliers?
RangeOnly max and minNo
IQRMiddle 50%Yes
Standard deviationAll values, distance from meanNo
A classic question shows two data sets with the same mean and asks which has the larger standard deviation — pick the one whose values are farther from the center.

The Five-Number Summary and Boxplots

A five-number summary lists, in order: minimum, Q1Q_1, median, Q3Q_3, and maximum. These five values are everything you need to draw a boxplot.

In a boxplot, the box spans from Q1Q_1 to Q3Q_3, a vertical line inside the box marks the median, and two whiskers extend to the minimum and maximum. The length of the box equals the IQR, and the total width from whisker to whisker equals the range.

Reading boxplots is a common SAT task. Remember that each of the four regions — from min to Q1Q_1, Q1Q_1 to median, median to Q3Q_3, and Q3Q_3 to max — contains roughly 25% of the data. A long section means the data there is spread out, not that it holds more values.

A frequent misconception is that a wider box or longer whisker means more data points. It does not; it means those values are more spread out. Another trap: you generally cannot find the mean from a boxplot, because a boxplot shows position-based statistics (medians and quartiles), not the actual sum of values. You also cannot count individual data points from a boxplot alone.

How the Digital SAT Tests This Topic

Expect one or two questions per section drawing on these skills. Common formats include: computing a mean or median from a short list or frequency table; determining how a statistic changes when a value is added, removed, or altered; comparing two data sets given as boxplots, dot plots, or histograms; and interpreting standard deviation qualitatively.

A few strategy points save time. First, always order the data before finding the median or quartiles — unordered lists are a deliberate trap. Second, when a question adds a value equal to the current mean, the mean stays the same. Third, for frequency tables, the mean is a weighted average: xˉ=(xf)f\bar{x} = \frac{\sum (x \cdot f)}{\sum f}, not the average of the distinct values.

Watch for questions that say a value is added far above the maximum: the range and mean increase, the median and IQR usually stay nearly the same, and the standard deviation increases. Being able to predict the direction of change for all five statistics at once is exactly the reasoning the SAT rewards, and it lets you answer without heavy computation.

Key terms

Mean.
The average, found by dividing the sum of all values by the number of values; sensitive to outliers.
Median.
The middle value of an ordered data set (or the average of the two middle values); resistant to outliers.
Range.
The difference between the maximum and minimum values; a simple but outlier-sensitive measure of spread.
Interquartile Range (IQR).
The difference Q3Q1Q_3 - Q_1, capturing the spread of the middle 50% of the data; resistant to outliers.
Standard Deviation.
A measure of the typical distance of data values from the mean; larger values indicate greater spread.
Five-Number Summary.
The set of minimum, first quartile, median, third quartile, and maximum that describes a data set's position.
Boxplot.
A graph built from the five-number summary showing a box from Q1Q_1 to Q3Q_3, a median line, and whiskers to the extremes.
Resistant Statistic.
A measure, such as the median or IQR, that changes little when extreme values are added or removed.

Worked example

A data set contains the values 4,7,7,9,12,15,404, 7, 7, 9, 12, 15, 40. Find the median, the mean, the range, and the IQR. Then state which measure of center better represents the typical value.
First confirm the data is ordered: 4,7,7,9,12,15,404, 7, 7, 9, 12, 15, 40. There are n=7n = 7 values, so the median is the 4th value: median =9= 9.

The mean is xˉ=4+7+7+9+12+15+407=94713.4\bar{x} = \frac{4+7+7+9+12+15+40}{7} = \frac{94}{7} \approx 13.4.

The range is maxmin=404=36\text{max} - \text{min} = 40 - 4 = 36.

For the IQR, split at the median (the value 99). The lower half is 4,7,74, 7, 7, so Q1=7Q_1 = 7. The upper half is 12,15,4012, 15, 40, so Q3=15Q_3 = 15. Then IQR=157=8\text{IQR} = 15 - 7 = 8.

Because 4040 is an outlier that pulls the mean up to about 13.413.4 — higher than all but one of the other values — the median of 99 better represents the typical value. This is the resistant-versus-sensitive contrast the SAT tests repeatedly.

Practice questions

A list of test scores is 70,72,75,78,9570, 72, 75, 78, 95. A teacher removes the score of 9595. Which statement best describes the effect on the mean and the median?
  1. Both the mean and the median decrease
  2. The mean decreases and the median stays the same
  3. The mean stays the same and the median decreases
  4. Neither the mean nor the median changes

Answer: Both the mean and the median decrease

Originally, with the ordered list 70,72,75,78,9570, 72, 75, 78, 95 (n=5n=5), the median is the middle (3rd) value, 7575, and the mean is 70+72+75+78+955=3905=78\frac{70+72+75+78+95}{5} = \frac{390}{5} = 78. After removing 9595, the list is 70,72,75,7870, 72, 75, 78 (n=4n=4), so the median is the average of the two middle values, 72+752=73.5\frac{72+75}{2} = 73.5, and the mean is 70+72+75+784=2954=73.75\frac{70+72+75+78}{4} = \frac{295}{4} = 73.75. Both measures decrease: the mean drops by 4.254.25, more sharply than the median's drop of 1.51.5, because removing a high outlier pulls the mean down harder than it shifts the median — but the median still decreases, it does not stay the same.
Two data sets each have a mean of 5050. Set A is 48,49,50,51,5248, 49, 50, 51, 52 and Set B is 10,30,50,70,9010, 30, 50, 70, 90. Explain which set has the larger standard deviation and why, without computing it exactly.

Answer: Set B has the larger standard deviation.

Standard deviation measures how far values typically fall from the mean. Both sets share the mean 5050, but the values in Set A lie within 22 units of 5050, while the values in Set B range up to 4040 units away from 5050. Since Set B's values are much farther from the shared mean on average, its standard deviation is larger. No calculation is needed — you compare typical distances from the center.
On a boxplot, the box extends from Q1=20Q_1 = 20 to Q3=44Q_3 = 44, with the median line at 3030 and whiskers reaching from 1212 to 6060. What is the IQR, and approximately what percent of the data lies between 3030 and 4444?

Answer: IQR =24= 24; about 25% of the data lies between 3030 and 4444.

The IQR is Q3Q1=4420=24Q_3 - Q_1 = 44 - 20 = 24. The region from the median (3030) to Q3Q_3 (4444) is the third quarter of the ordered data, which contains roughly 25% of the values. Note that even though this segment is fairly wide, it still holds only a quarter of the data — width reflects spread, not count.

FAQ

When should I use the median instead of the mean?
Use the median when the data is skewed or contains outliers, because it is resistant and better reflects a typical value. Use the mean for roughly symmetric data with no extreme values. The SAT often signals this by including one value far from the rest.
Do I need to calculate standard deviation by hand on the Digital SAT?
No. The test never requires the standard deviation formula. You only need to interpret it: know that more spread from the mean means a larger standard deviation and that identical values give a standard deviation of 00.
Can I find the mean from a boxplot?
Generally no. A boxplot shows the five-number summary — minimum, Q1Q_1, median, Q3Q_3, and maximum — which are position-based statistics. Computing a mean requires the actual data values, which a boxplot does not provide.
How do I find quartiles for a small data set?
First order the data and find the median. Q1Q_1 is the median of the lower half and Q3Q_3 is the median of the upper half. If the overall count is odd, do not include the overall median in either half.

Learn this with a teacher, not a page

The Crimsora tutor teaches One-Variable Data: Center, Spread & Boxplots live — explaining on a whiteboard, asking you questions, and adapting to where you get stuck.