SAT MATH • PROBLEM-SOLVING AND DATA ANALYSIS

One-Variable Data: Distributions and Measures of Center and Spread

Learn to summarize data sets with center, spread, and shape — key skills for Digital SAT success.

Historical Context & Motivation

Humans have been collecting data for thousands of years — from ancient census records to modern sports analytics. But raw numbers alone don't tell us much. Imagine someone handed you a list of 500 test scores with no summary at all. You'd want to know: What's a typical score? How spread out are the results? Are most scores clustered together, or scattered all over? These are the fundamental questions that descriptive statistics — measures of center and spread — were designed to answer.

1654
Birth of Probability
Blaise Pascal and Pierre de Fermat exchange letters about gambling problems, laying the groundwork for probability and statistical thinking.
1809
The Normal Distribution
Carl Friedrich Gauss publishes work on the bell-shaped curve, showing that measurement errors cluster symmetrically around a central value.
1893
Standard Deviation Formalized
Karl Pearson introduces the term "standard deviation" as a precise way to measure how far data values typically fall from the mean.
1977
Exploratory Data Analysis
John Tukey publishes his landmark book promoting box plots, stem-and-leaf plots, and other visual tools for understanding data distributions.

On the Digital SAT, you'll encounter questions that ask you to interpret data presented in tables, dot plots, histograms, and box plots. The core challenge is always the same: given a set of numbers, can you describe what's typical, how much variation exists, and what the overall shape looks like? Let's build that skill from the ground up.

Core Principles & Definitions

When you analyze a single-variable data set — a list of numbers representing one quantity, like test scores or heights — you need three types of information. First, you need a measure of center that tells you where the "middle" of the data is. Second, you need a measure of spread that tells you how dispersed or tightly grouped the values are. Third, you should understand the shape of the distribution — whether the data is symmetric, skewed, or has unusual features like gaps or outliers.

1

Mean (Average)

Add all values and divide by the number of values. The mean is sensitive to outliers — one extreme value can pull it significantly higher or lower.
2

Median (Middle Value)

The middle value when all data points are arranged in order. If there's an even count, average the two middle values. The median resists the pull of outliers.
3

Mode (Most Frequent)

The value that appears most often. A data set can have one mode, multiple modes, or no mode at all. Useful for categorical data.
4

Range & IQR

The range is max − min. The interquartile range (IQR) is Q₃ − Q₁, capturing the spread of the middle 50% of data. IQR is more resistant to outliers.
5

Standard Deviation

Measures how far values typically fall from the mean. A small standard deviation means tightly clustered data; a large one means widely spread data.
KEY TAKEAWAY
Think of the mean like a balance point on a seesaw — every data value pulls on it, including extreme ones. The median is more like a position marker: no matter how extreme the values at the ends are, it stays in the center of the lineup. When you see a data set with outliers, the median and IQR are usually better summaries than the mean and standard deviation.

Visualizing Distributions

One of the best ways to understand a data set is to look at its distribution — a picture of how frequently each value (or range of values) occurs. The diagram below shows a histogram and a dot plot for the same data set of 25 quiz scores. Notice how both representations reveal the same overall shape, with most scores clustered between 7 and 9.

This histogram groups 25 quiz scores into intervals. The tallest bar (highlighted in purple) represents the 8–9 interval, which contains 6 scores — the most common range. The distribution is roughly slightly left-skewed, with a longer tail toward lower scores.

Reading Distribution Shape

When a distribution is symmetric, the left and right sides are roughly mirror images, and the mean and median are approximately equal. When a distribution is skewed right (a long tail stretches to the right toward higher values), the mean gets pulled to the right and is greater than the median. When a distribution is skewed left (a long tail stretches toward lower values), the mean gets pulled to the left and is less than the median. On the Digital SAT, recognizing skewness helps you predict the relationship between the mean and median without calculating either one.

Mathematical Framework

Let's formalize the key formulas you'll need. On the Digital SAT, a calculator is always available, so the emphasis is on knowing which formula to apply and interpreting the result, not grinding through arithmetic.

MEAN (ARITHMETIC AVERAGE)
x̄ = (x₁ + x₂ + ⋯ + xₙ) / n
Where x̄ is the mean, x₁ through xₙ are the data values, and n is the total number of values. Add all values and divide by the count.
MEDIAN
If n is odd: median = x₍ₙ₊₁₎⁄₂ If n is even: median = (xₙ⁄₂ + xₙ⁄₂₊₁) / 2
First sort all values from least to greatest. If the count is odd, the median is the single middle value. If the count is even, the median is the average of the two middle values.
RANGE
Range = Maximum value − Minimum value
The simplest measure of spread. It uses only two values, so it's very sensitive to outliers.
INTERQUARTILE RANGE (IQR)
IQR = Q₃ − Q₁
Q₁ is the median of the lower half of the data (25th percentile), and Q₃ is the median of the upper half (75th percentile). The IQR captures the spread of the middle 50% and is resistant to outliers.
💡 SAT TIP
The Digital SAT will not ask you to calculate a standard deviation by hand. However, you must understand what it means: a larger standard deviation indicates data that is more spread out from the mean. You may be asked to compare standard deviations of two data sets or to determine how removing a value affects the standard deviation.

Types of Distributions & Their Properties

The shape of a distribution determines the relationship between the mean and the median, and it influences which summary statistics are most appropriate. The diagram below illustrates the three main distribution shapes you'll encounter on the SAT.

In a left-skewed distribution, the mean is pulled left (mean < median). In a symmetric distribution, mean ≈ median. In a right-skewed distribution, the mean is pulled right (mean > median).

Effects of Outliers

An outlier is a data value that is far from the rest of the data. Adding or removing an outlier changes the mean significantly because the mean uses every value in its calculation. The median, by contrast, barely changes because it depends only on the position of the middle values. Similarly, the range is heavily affected by outliers (since it uses the maximum and minimum), while the IQR stays relatively stable. The Digital SAT frequently tests whether you can predict how adding or removing a data point affects specific statistics.

Resistance of common statistics to outliers
StatisticResistant to Outliers?Why?
MeanNoUses every value in the calculation; extreme values shift the sum
MedianYesDepends only on the position of the middle value(s)
RangeNoDirectly uses the maximum and minimum, which outliers change
IQRYesUses Q₁ and Q₃, which are internal positions and resist extreme values
Standard DeviationNoBased on squared distances from the mean; extreme values get amplified

Worked Example

Let's work through a problem similar to what you'd see on the Digital SAT. Read carefully — many SAT data questions test your reasoning about statistics, not just your ability to compute them.

📝 SAMPLE PROBLEM
A teacher recorded the following quiz scores for 9 students: 72, 75, 78, 80, 82, 84, 85, 88, 92. She then discovers that one additional student scored 45 on the quiz. How does including this score affect the mean and the median of the data set?
Finding Mean & Median Before and After the Outlier
1
Step 1 — Calculate the original meanAdd all 9 scores: 72 + 75 + 78 + 80 + 82 + 84 + 85 + 88 + 92 = 736. Divide by 9: 736 ÷ 9 ≈ 81.8.
Original mean ≈ 81.8
2
Step 2 — Find the original medianThe 9 scores are already in order. The middle value is the 5th value: 82.
Original median = 82
3
Step 3 — Calculate the new mean with the additional scoreAdd 45 to the sum: 736 + 45 = 781. Now there are 10 scores, so divide by 10: 781 ÷ 10 = 78.1.
New mean = 78.1 (dropped by 3.7 points)
4
Step 4 — Find the new medianPlace 45 in the sorted list: 45, 72, 75, 78, 80, 82, 84, 85, 88, 92. With 10 values, the median is the average of the 5th and 6th values: (80 + 82) ÷ 2 = 81.
New median = 81 (dropped by only 1 point)
5
Step 5 — Interpret the resultsThe outlier score of 45 pulled the mean down by 3.7 points but moved the median down by only 1 point. This confirms that the mean is not resistant to outliers while the median is resistant.
The mean decreased significantly; the median barely changed.

When to Use Each Measure

A common SAT question setup gives you a scenario and asks which measure of center or spread is most appropriate. Your choice depends on the shape of the distribution and the presence of outliers. The table below is your decision guide.

Choosing the right summary statistics
ScenarioBest Measure of CenterBest Measure of Spread
Symmetric distribution, no outliersMeanStandard deviation
Skewed distribution or outliers presentMedianIQR
Categorical data (e.g., favorite color)ModeNot typically applicable
Need a quick sense of total variabilityEitherRange
KEY TAKEAWAY
Think of choosing a statistic like choosing navigation for a road trip. The mean and standard deviation are like using a GPS that recalculates for every turn — accurate when the road is straight (symmetric data), but one wrong turn (outlier) throws the whole route off. The median and IQR are like following major highway signs — they keep you on track even if there's an unexpected detour. When the data has outliers or skewness, follow the highway signs.

Connecting to Two-Variable Data & Beyond

Understanding one-variable data is the foundation for more advanced topics on the SAT and in statistics courses. When you move to two-variable data, you'll analyze the relationship between two quantities — but you'll still use means and standard deviations as building blocks. For instance, the equation for a line of best fit depends on the means of both variables, and the correlation coefficient involves standard deviations.

How one-variable concepts extend to two-variable analysis
One-Variable ConceptTwo-Variable ExtensionWhere You'll See It on the SAT
Mean of a single data setMeans of x- and y-variables in regressionInterpreting slope and y-intercept of a line of best fit
Standard deviationResiduals and how well a model fits dataEvaluating the fit of a linear model
Distribution shape (skewness)Residual plots to check model assumptionsDeciding if a linear or nonlinear model is more appropriate
Outliers affecting the meanInfluential points affecting the regression lineIdentifying points that change slope/intercept

Mastering the concepts in this lesson gives you a strong foundation not only for the Digital SAT but also for AP Statistics and any data science you encounter in college. The language of center, spread, and shape is universal in the world of data.

Practice Problems

PROBLEM 1CONCEPTUAL
A data set has a distribution that is skewed to the right. Which of the following must be true? A) The mean is less than the median. B) The mean is equal to the median. C) The mean is greater than the median. D) The mode is greater than the mean.
PROBLEM 2BASIC CALCULATION
The data set below shows the number of books read by 7 students during the summer: 3, 5, 7, 7, 9, 10, 15 What are the mean and median of this data set? A) Mean = 7, Median = 8 B) Mean = 8, Median = 7 C) Mean = 8, Median = 8 D) Mean = 7, Median = 7
PROBLEM 3INTERMEDIATE
A class of 20 students takes a test. The mean score is 74 and the median score is 76. A new student joins the class and scores 98 on the same test. Which of the following best describes the effect of including the new student's score? A) Both the mean and median will increase. B) The mean will increase, but the median will stay the same. C) The mean will increase, and the median could increase or stay the same. D) Neither the mean nor the median will change significantly.
PROBLEM 4APPLIED
A company reports that the mean salary of its 50 employees is $62,000 and the median salary is $48,000. Which of the following is the most reasonable explanation for the large difference between the mean and median? A) Most employees earn approximately the same salary. B) A few employees earn much higher salaries than the rest, skewing the distribution to the right. C) A few employees earn much lower salaries than the rest, skewing the distribution to the left. D) The data set has no outliers but is approximately symmetric.
PROBLEM 5CRITICAL THINKING
Data Set A: 10, 20, 30, 40, 50 Data Set B: 28, 29, 30, 31, 32 Both data sets have the same mean. A student claims that because the means are equal, the data sets are essentially the same. Which of the following best explains why the student's reasoning is flawed? A) The medians of the two data sets are different. B) Data Set A has a much larger standard deviation than Data Set B, indicating far greater spread. C) Data Set A is skewed while Data Set B is symmetric. D) The ranges are the same for both data sets.

Lesson Summary

One-variable data analysis on the Digital SAT revolves around three core ideas. Measures of center — the mean, median, and mode — tell you where the typical value lies. Measures of spread — the range, IQR, and standard deviation — describe how dispersed the data is. The shape of the distribution (symmetric, skewed left, or skewed right) determines the relationship between the mean and the median and guides your choice of which statistics to use.

Remember the key rule: when data is skewed or contains outliers, prefer the median and IQR because they resist the pull of extreme values. When data is roughly symmetric with no outliers, the mean and standard deviation are the most informative summaries. On the Digital SAT, many questions will test whether you can identify these relationships from a graph, a table, or a description — practice reading data presentations carefully and connecting the visual to the numerical.

Varsity Tutors • SAT Math • One-Variable Data: Distributions and Measures of Center and Spread