PSAT MATH • PROBLEM-SOLVING AND DATA ANALYSIS

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

Learn to summarize data sets using shape, center, and variability — essential skills for the PSAT.

Historical Context & Motivation

Long before calculators and spreadsheets existed, people needed ways to make sense of large collections of numbers. Whether tracking crop yields, recording astronomical observations, or managing census data, humans have always searched for a single value that could represent an entire data set. The development of statistics — the science of collecting, organizing, and interpreting data — grew directly out of this need. Understanding how data is distributed and where its center lies has shaped everything from modern medicine to economics.

1710s
The Arithmetic Mean Takes Shape
Abraham de Moivre and others formalize the concept of the arithmetic mean as a way to combine repeated measurements into a single best estimate, laying the groundwork for all measures of center.
1812
Laplace and the Normal Distribution
Pierre-Simon Laplace publishes work showing that averages of large samples tend to follow a bell-shaped (normal) distribution, which connects the shape of data to probability.
1893
Karl Pearson Defines Standard Deviation
Mathematician Karl Pearson introduces the term standard deviation to describe how spread out data values are from the mean, giving researchers a precise measure of variability.
1977
Tukey's Box-and-Whisker Plot
John Tukey popularizes the box plot as a quick visual summary that displays median, quartiles, and outliers — a tool you'll still see on the PSAT.

Today on the PSAT, you'll encounter questions that ask you to describe data sets by their center (what's a typical value?), their spread (how much do values vary?), and their shape (are values clustered symmetrically, or do they trail off to one side?). Let's build the toolkit you need.

Core Principles & Definitions

When you look at a one-variable data set — say, the test scores of every student in your class — you need a structured way to describe it. Statisticians organize their description around three big ideas: the shape of the distribution, where the center falls, and how spread out the data values are. These three characteristics together give you a complete picture of any data set.

1

Distribution Shape

The overall pattern when you graph the data. Distributions can be symmetric (mirror image), skewed left (tail stretches left), or skewed right (tail stretches right).
2

Measures of Center

A single number representing the "typical" value. The three main measures are the mean (arithmetic average), the median (middle value), and the mode (most frequent value).
3

Measures of Spread

Numbers that describe how much the data varies. Key measures include the range, interquartile range (IQR), and standard deviation.
4

Outliers

Data points that are significantly far from the rest of the data. Outliers can heavily affect the mean and standard deviation while leaving the median and IQR relatively unchanged.
KEY TAKEAWAY
Think of a data set like a neighborhood of houses. The center tells you the typical home price, the spread tells you whether all homes cost about the same or vary wildly, and the shape tells you whether there's a cluster of expensive mansions pulling the distribution to one side. One mega-mansion (an outlier) would raise the average home price a lot, but the median price barely budges — which is exactly why real estate reports often use the median.

Visualizing Distributions

The best way to understand a data set is to see it. Histograms and dot plots reveal the shape of a distribution at a glance. The diagram below shows three common distribution shapes you'll encounter on the PSAT: symmetric, skewed right, and skewed left. Pay attention to how the mean and median relate to each other in each shape.

In a symmetric distribution, the mean and median are approximately equal. In a right-skewed distribution, the tail pulls the mean to the right of the median. In a left-skewed distribution, the tail pulls the mean to the left of the median.

Here's the key pattern to remember: the mean follows the tail. When a distribution is skewed right, the long tail of high values pulls the mean higher than the median. When it's skewed left, the long tail of low values drags the mean lower than the median. This relationship between mean and median is one of the most frequently tested concepts on the PSAT.

Mathematical Framework

Now let's formalize the measures of center and spread with their formulas. You'll need to know how to compute each of these, and more importantly, when to use each one. The PSAT rarely asks you to crunch huge calculations by hand, but you must understand how each formula works and what it tells you.

Measures of Center

MEAN (AVERAGE)
x̄ = (x₁ + x₂ + … + xₙ) / n
Where is the mean, x₁, x₂, …, xₙ are the individual data values, and n is the total number of values. The mean is the balance point of all data.
MEDIAN
Middle value when data is ordered from least to greatest
If n is odd, the median is the value at position (n + 1) / 2. If n is even, the median is the average of the two middle values.

Measures of Spread

RANGE
Range = Maximum − Minimum
The simplest measure of spread. It uses only the two extreme values, so a single outlier can dramatically inflate it.
INTERQUARTILE RANGE (IQR)
IQR = Q₃ − Q₁
Where Q₁ is the first quartile (25th percentile) and Q₃ is the third quartile (75th percentile). The IQR captures the spread of the middle 50% of the data and is resistant to outliers.
STANDARD DEVIATION
s = √[ Σ(xᵢ − x̄)² / (n − 1) ]
Standard deviation measures the average distance of each data point from the mean. A larger s means data points are more spread out. On the PSAT, you won't usually compute this by hand, but you should know that it increases when data is more variable.
💡 PSAT Tip
The PSAT often asks you to compare standard deviations of two data sets without calculating them. A data set where values are tightly clustered around the mean has a smaller standard deviation, while a data set with values spread far from the mean has a larger standard deviation.

Box Plots & the Five-Number Summary

One of the most powerful visual tools for summarizing one-variable data is the box-and-whisker plot (often just called a box plot). It displays the five-number summary: minimum, Q₁, median, Q₃, and maximum. The box itself stretches from Q₁ to Q₃, so it contains the middle 50% of the data. A line inside the box marks the median, and "whiskers" extend to the minimum and maximum values (or to the fences if outliers are shown separately).

This box plot displays test scores with a five-number summary: Min = 56, Q₁ = 64, Median = 76, Q₃ = 86, Max = 95. The IQR = 22 represents the spread of the middle half of the class.

Notice how you can quickly read the spread and center from this one graphic. The median of 76 is slightly closer to Q₁ than to Q₃, which suggests the upper half of the data is a bit more spread out. If the whisker on one side is much longer than the other, the distribution may be skewed in that direction. Box plots also make comparing two data sets side by side very intuitive — a common PSAT question setup.

🔍 Identifying Outliers
A common rule for detecting outliers is the 1.5 × IQR rule. A value is considered an outlier if it is less than Q₁ − 1.5 × IQR or greater than Q₃ + 1.5 × IQR. For the data above, the lower fence would be 64 − 1.5(22) = 31, and the upper fence would be 86 + 1.5(22) = 119. Since all values fall within these fences, there are no outliers in this set.

Worked Example

Let's walk through a full PSAT-style problem step by step. This example brings together measures of center, spread, and the effect of adding a data point.

Finding Center and Spread — Then Analyzing an Added Value
1
Step 1 — Read the DataA teacher records quiz scores (out of 20) for 9 students: 12, 14, 14, 15, 16, 16, 17, 18, 18. We need to find the mean, median, range, and IQR.
2
Step 2 — Calculate the MeanAdd all values: 12 + 14 + 14 + 15 + 16 + 16 + 17 + 18 + 18 = 140. There are 9 values, so the mean = 140 ÷ 9 ≈ 15.56.
Mean ≈ 15.56
3
Step 3 — Find the MedianThe data is already sorted. With 9 values, the median is the value at position (9 + 1) / 2 = 5th position. Counting to the 5th value: 12, 14, 14, 15, 16, 16, 17, 18, 18.
Median = 16
4
Step 4 — Compute Range and IQRRange = 18 − 12 = 6. To find the IQR, split the data at the median. Lower half: {12, 14, 14, 15} → Q₁ = (14 + 14) / 2 = 14. Upper half: {16, 17, 18, 18} → Q₃ = (17 + 18) / 2 = 17.5. Therefore, IQR = 17.5 − 14 = 3.5.
Range = 6, IQR = 3.5
5
Step 5 — A 10th Student Scores 4. What Changes?New data set: {4, 12, 14, 14, 15, 16, 16, 17, 18, 18}. New mean = 144 ÷ 10 = 14.4 — a significant drop from 15.56. New median (average of 5th and 6th values): (15 + 16) / 2 = 15.5 — only a slight decrease from 16. The new range = 18 − 4 = 14, more than doubling. This demonstrates that the mean and range are sensitive to outliers, while the median and IQR are resistant.
New Mean = 14.4, New Median = 15.5

When to Use Each Measure

On the PSAT, you'll often be asked which measure of center or spread is most appropriate for a given situation. The answer depends on whether the data contains outliers or is strongly skewed. Here's a comparison to guide your decisions.

Comparison of measures of center and spread
MeasureBest Used WhenAvoid WhenSensitive to Outliers?
MeanData is roughly symmetric with no extreme outliersData is heavily skewed or has extreme valuesYes — highly sensitive
MedianData is skewed or contains outliersRarely inappropriate; always a safe choiceNo — resistant
RangeQuick overview of total spread neededOutliers are present (one extreme value inflates it)Yes — highly sensitive
IQRData is skewed or has outliers; focus on middle 50%Rarely inappropriate for describing spreadNo — resistant
Standard DeviationData is roughly symmetric; used with the meanData is heavily skewed (pair with IQR instead)Yes — sensitive
KEY TAKEAWAY
Think of it like choosing a GPS route. The mean and standard deviation are like the fastest route — they work great under normal conditions (symmetric data). But if there's a traffic jam (an outlier), they give you a misleading estimate. The median and IQR are like the reliable backroad — they might not use every piece of information, but they get you a reasonable answer regardless of extreme conditions.

Connection to the SAT & Advanced Statistics

The concepts you've learned here form the foundation for everything you'll see on both the PSAT and the SAT. As you move to more advanced statistics courses, you'll encounter these same ideas in greater depth. The table below shows how each PSAT skill connects to more advanced topics you may study later.

PSAT skills and their advanced counterparts
PSAT ConceptWhat You Need to Know NowWhere It Leads (AP Statistics)
Mean & MedianCalculate each; know that mean follows the tail in skewed dataWeighted means, expected value of random variables
Standard DeviationCompare visually; larger spread = larger SDNormal distribution, z-scores, empirical rule (68-95-99.7)
Shape of DistributionIdentify symmetric, left-skewed, and right-skewed from graphsTransformations of distributions, density curves
Box Plots & IQRRead five-number summary; use 1.5 × IQR rule for outliersModified box plots, comparing distributions in inference
Effect of OutliersOutliers affect mean and SD more than median and IQRRobust statistics, influence and leverage in regression

On the PSAT itself, you can expect 2–4 questions that directly test these concepts. They often appear as data interpretation questions where you're given a histogram, box plot, dot plot, or table and asked to identify or compare measures of center and spread. Mastering this topic gives you a strong foundation not just for test day, but for the SAT and any future statistics coursework.

Practice Problems

PROBLEM 1CONCEPTUAL
A data set has a mean of 50 and a median of 42. Which of the following best describes the shape of the distribution? A) Symmetric B) Skewed left C) Skewed right D) Uniform
PROBLEM 2BASIC CALCULATION
The data set below shows the number of books read by 8 students during the summer: 3, 5, 7, 7, 8, 10, 11, 13 What is the interquartile range (IQR) of this data set? A) 4 B) 4.5 C) 5 D) 6
PROBLEM 3INTERMEDIATE
A dot plot shows the ages of 15 people at a birthday party: 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 35, 37, 40 Which of the following statements is true? A) The mean is a better measure of center than the median because it uses all the data. B) The median is a better measure of center than the mean because the data contains outliers. C) The mean and median are approximately equal. D) The mode is the best measure of center for this data.
PROBLEM 4APPLIED
A company has 20 employees. The box plot of their salaries (in thousands of dollars) shows: Min = 32, Q₁ = 40, Median = 52, Q₃ = 65, Max = 150. A new CEO is hired at a salary of $320,000. Which of the following will increase the MOST as a result of adding the CEO's salary to the data set? A) Median B) IQR C) Mean D) Q₁
PROBLEM 5CRITICAL THINKING
Two data sets each have 10 values. Data Set A has a mean of 25 and a standard deviation of 3. Data Set B has a mean of 25 and a standard deviation of 8. Every value in Data Set A is then increased by 10, creating Data Set A'. Which of the following correctly compares Data Set A' and Data Set B? A) A' has a larger mean and a larger standard deviation than B. B) A' has a larger mean and a smaller standard deviation than B. C) A' has the same mean and a smaller standard deviation as B. D) A' has a larger mean and the same standard deviation as B.

Lesson Summary

One-variable data can be fully described by three characteristics: shape (symmetric, skewed left, or skewed right), center (using the mean or median), and spread (using the range, IQR, or standard deviation). In a symmetric distribution, the mean and median are approximately equal. In a skewed distribution, the mean is pulled toward the tail.

The critical distinction on the PSAT is between sensitive measures (mean, range, standard deviation) and resistant measures (median, IQR). Outliers heavily affect sensitive measures but barely change resistant ones. When data is skewed or has outliers, prefer the median and IQR. Box plots display the five-number summary (min, Q₁, median, Q₃, max) and make it easy to compare distributions visually. Finally, remember that adding a constant to every data point shifts the mean but does not change the standard deviation.

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