MATH 1 • STATISTICS & PROBABILITY

Comparing Distributions — I can compare two distributions using center, spread, and shape.

Learn to analyze and contrast data sets by examining their center, variability, and overall shape.

Historical Context & Motivation

Humans have collected data for thousands of years, from ancient census records to modern sports analytics. But raw numbers by themselves rarely tell a useful story. The real insight comes when you compare two or more groups: Which class scored higher on the exam? Do athletes at one school run faster than those at a rival school? Over centuries, mathematicians developed tools to answer exactly these kinds of questions by summarizing data with measures of center, spread, and shape.

1663
John Graunt's Life Tables
English statistician John Graunt published mortality tables comparing death rates across London parishes — one of the first systematic distribution comparisons.
1809
Gauss and the Bell Curve
Carl Friedrich Gauss formalized the normal (bell-shaped) distribution, giving scientists a standard shape to compare real-world data against.
1900s
Box Plots and Modern Displays
John Tukey introduced the box-and-whisker plot in the 1970s, creating a powerful visual tool for side-by-side distribution comparison.
Today
Data Science & Analytics
Comparing distributions is central to fields from medicine (does a new drug outperform the old one?) to technology (which algorithm is faster?).

The core question this lesson addresses is straightforward: when you have two data sets displayed as dot plots, histograms, or box plots, how do you make a clear, evidence-based comparison? You need a structured approach that goes beyond simply eyeballing the graphs. That approach is built on three pillars — center, spread, and shape — and by the end of this lesson, you will be able to use all three with confidence.

Core Principles & Definitions

Before you can compare two distributions, you need to understand the three characteristics that define how a data set looks and behaves. Think of every distribution as having a personality described by where it sits on the number line, how tightly or loosely its data points cluster, and the overall silhouette it creates.

1

Center

The center tells you where the "typical" value falls. Common measures include the mean (arithmetic average) and the median (middle value when data are ordered).
2

Spread

The spread (variability) describes how much the data values differ from one another. Key measures are the range, interquartile range (IQR), and standard deviation.
3

Shape

The shape of a distribution refers to its overall appearance: symmetric, skewed left, skewed right, uniform, or bimodal. Shape affects which measure of center best represents the data.
4

Outliers

An outlier is a data point that falls far from the rest. Outliers can pull the mean away from the bulk of the data and inflate the range, so always note them when comparing distributions.
KEY TAKEAWAY
Imagine two pizza restaurants. Center is like the average delivery time — one shop might deliver faster on average. Spread is how consistent they are — one shop might range from 15 to 45 minutes while the other is always between 25 and 35. Shape tells you about patterns — maybe one shop has most deliveries fast but occasionally a really slow one (skewed right). Comparing distributions is like evaluating which restaurant gives you a better and more reliable experience.

Visual Explanation — Side-by-Side Dot Plots

One of the clearest ways to compare two distributions is with side-by-side dot plots that share the same number line. The diagram below shows quiz scores for two classes. Study how the dots cluster, where the centers fall, and how far the data stretches in each group.

Class A's scores cluster around 8 with a mean of approximately 7.9, while Class B's scores are more spread out with a lower mean near 6.7. Notice how Class A's distribution is slightly skewed left, while Class B appears more symmetric.

From the dot plots above, you can quickly identify three differences. First, the center of Class A is higher than Class B — the dashed lines show the means. Second, Class B's data is more spread out, stretching from 4 to 10 while Class A ranges from 6 to 10. Third, the shapes differ: Class A is slightly skewed to the left (a tail toward lower scores), while Class B is roughly symmetric. This three-part analysis — center, spread, shape — is the framework you will use every time you compare distributions.

Mathematical Framework

To move beyond visual impressions and make precise comparisons, you need numerical summaries. Here are the key formulas you will use when comparing two distributions.

MEAN (AVERAGE)
x̄ = (x₁ + x₂ + … + xₙ) / n
where x̄ is the mean, x₁ through xₙ are the individual data values, and n is the number of data points. The mean gives the "balance point" of the distribution.
MEDIAN
Median = middle value when data is ordered from least to greatest
If n is odd, the median is the single middle number. If n is even, the median is the average of the two middle numbers. The median is resistant to outliers — it doesn't get pulled by extreme values.
RANGE
Range = Maximum − Minimum
The simplest measure of spread. A larger range indicates data that covers more of the number line. However, it is heavily affected by outliers.
INTERQUARTILE RANGE (IQR)
IQR = Q₃ − Q₁
Q₁ is the median of the lower half of the data, and Q₃ is the median of the upper half. The IQR captures the middle 50% of the data and is resistant to outliers, making it a more reliable measure of spread when data is skewed.
💡 Which Measures to Use?
When a distribution is roughly symmetric, use the mean and standard deviation. When a distribution is skewed or has outliers, use the median and IQR. The shape of the distribution guides your choice of summary statistics.

Distribution Shapes in Detail

Recognizing the shape of a distribution is critical because it determines which summary statistics are most meaningful and how you should describe the data in a comparison. The diagram below illustrates the four most common shapes you will encounter.

Four common shapes: symmetric distributions have the mean and median near the same point; skewed-right distributions have a long tail to the right (mean > median); skewed-left distributions tail to the left (mean < median); uniform distributions have roughly equal frequencies across all values.
Choosing summary statistics based on distribution shape
ShapeMean vs. MedianBest Center MeasureBest Spread Measure
SymmetricMean ≈ MedianMeanStandard deviation
Skewed rightMean > MedianMedianIQR
Skewed leftMean < MedianMedianIQR
UniformMean ≈ MedianEitherRange or IQR

When you describe shape in a comparison, use precise language. Say "Distribution A is approximately symmetric while Distribution B is skewed right" rather than vague statements like "they look different." Always connect shape to the implications: skewness and outliers pull the mean, so the median is a better representation of a typical value in those cases.

Worked Example — Comparing Two Classes

Two groups of students took the same 20-point science test. Here are their scores:

Group X: 10, 12, 13, 14, 14, 15, 15, 15, 16, 17

Group Y: 6, 8, 10, 12, 14, 15, 16, 17, 18, 19

Comparing Group X and Group Y
1
Step 1 — Find the CentersFor Group X: Sum = 10 + 12 + 13 + 14 + 14 + 15 + 15 + 15 + 16 + 17 = 141. Mean = 141 ÷ 10 = 14.1. Since n = 10 (even), the median is the average of the 5th and 6th values: (14 + 15) ÷ 2 = 14.5. For Group Y: Sum = 6 + 8 + 10 + 12 + 14 + 15 + 16 + 17 + 18 + 19 = 135. Mean = 135 ÷ 10 = 13.5. Median = (14 + 15) ÷ 2 = 14.5.
Group X mean = 14.1, median = 14.5 | Group Y mean = 13.5, median = 14.5
2
Step 2 — Find the SpreadGroup X: Range = 17 − 10 = 7. For the IQR, Q₁ is the median of {10, 12, 13, 14, 14} = 13, and Q₃ is the median of {15, 15, 15, 16, 17} = 15. So IQR = 15 − 13 = 2. Group Y: Range = 19 − 6 = 13. Q₁ = median of {6, 8, 10, 12, 14} = 10, Q₃ = median of {15, 16, 17, 18, 19} = 17. So IQR = 17 − 10 = 7.
Group X: Range = 7, IQR = 2 | Group Y: Range = 13, IQR = 7
3
Step 3 — Describe the ShapeGroup X: The data clusters tightly around 14–15. The mean (14.1) is slightly less than the median (14.5), suggesting a very slight left skew, but overall the distribution is approximately symmetric. Group Y: The data is spread more evenly from 6 to 19. The mean (13.5) is slightly less than the median (14.5), suggesting a slight left skew with lower values pulling the mean down.
Group X ≈ symmetric | Group Y ≈ slightly skewed left
4
Step 4 — Write the ComparisonBoth groups have the same median of 14.5, but Group X has a slightly higher mean (14.1 vs. 13.5), indicating its scores are pulled a bit higher overall. Group Y is much more spread out with an IQR of 7 compared to Group X's IQR of 2 and a range of 13 versus 7. Group X's scores are tightly clustered, meaning students performed more consistently. Both distributions are roughly symmetric with a slight left skew, but Group Y's skew is more noticeable due to the low values of 6 and 8.
Group X has a slightly higher center and much less variability than Group Y, with both distributions approximately symmetric.

Strengths & Limitations of Summary Statistics

Not all summary statistics are created equal. Choosing the right ones depends on the shape of your data and whether outliers are present. The table below highlights when each measure shines and when it falls short.

When to use each summary statistic
MeasureStrengthsLimitations
MeanUses every data value; works well with symmetric dataPulled by outliers and skewness; can misrepresent the typical value
MedianResistant to outliers; reliable for skewed distributionsIgnores the actual magnitude of extreme values
RangeEasy to calculate; gives full extent of dataExtremely sensitive to outliers; based on only two values
IQRResistant to outliers; captures the middle 50%Ignores data outside Q₁ and Q₃
Standard DeviationUses all data values; standard in many statistical methodsSensitive to outliers; harder to compute by hand
KEY TAKEAWAY
Think of the mean as a drone flying at the "average altitude" of a mountain range — one extremely tall peak (an outlier) pulls it way up. The median is like a hiker walking to the midpoint of the range — one extreme peak doesn't change where the middle is. When your data has spikes or extreme values, trust the hiker (median and IQR) over the drone (mean and standard deviation).

Connection to Advanced Topics

The skills you build when comparing distributions by center, spread, and shape lay the foundation for more advanced statistical methods you may encounter in future courses. Understanding how distributions differ is the first step toward asking whether those differences are meaningful or just due to chance.

How this lesson connects to future statistics courses
This Lesson (Math 1)Advanced Statistics
Compare means visuallyHypothesis testing (t-tests) to determine if mean differences are statistically significant
Describe shape as symmetric or skewedUse skewness and kurtosis coefficients to quantify shape precisely
Use IQR and range for spreadUse variance and standard deviation in ANOVA to compare multiple groups
Identify outliers visuallyApply the 1.5 × IQR rule or z-score method to formally define outliers

In AP Statistics and college-level courses, you will learn to quantify the probability that two distributions truly differ using inferential statistics. For now, the ability to compare distributions descriptively — using center, spread, and shape — gives you the observational toolkit that those advanced methods build upon. Every time you write a comparison statement in this class, you are practicing the same reasoning that professional data scientists use daily.

Practice Problems

PROBLEM 1CONCEPTUAL
A distribution is described as "skewed right with a few high outliers." Should you use the mean or the median to describe its center? Explain your reasoning.
PROBLEM 2BASIC CALCULATION
Data Set A: {3, 5, 7, 7, 8}. Data Set B: {2, 4, 7, 9, 13}. Calculate the mean and range of each data set and state which has a higher center and which has more spread.
PROBLEM 3INTERMEDIATE
Team A practice times (minutes): {22, 24, 25, 26, 27, 28, 30}. Team B practice times (minutes): {15, 20, 25, 26, 27, 30, 40}. Find the median and IQR for each team, describe the shape of each distribution, and write a comparison statement.
PROBLEM 4APPLIED
A school is choosing between two bus routes. Route 1 travel times (minutes): {18, 19, 20, 20, 21, 22, 23}. Route 2 travel times (minutes): {12, 15, 18, 20, 22, 28, 35}. The school wants the most reliable (consistent) route. Use center, spread, and shape to make a recommendation.
PROBLEM 5CRITICAL THINKING
Two distributions have the same mean, the same range, and the same shape (both symmetric). Does this guarantee that the distributions are identical? Explain, and give a specific example of two such distributions that are different.

Lesson Summary

Comparing two distributions requires a structured approach built on three characteristics. Center (measured by the mean or median) tells you where the typical value falls. Spread (measured by the range, IQR, or standard deviation) reveals how much variability exists in the data. Shape — whether a distribution is symmetric, skewed, or uniform — guides which summary statistics to use and affects interpretation.

For symmetric distributions, the mean and standard deviation are your best tools. For skewed distributions or data with outliers, rely on the median and IQR. Always use specific numbers in your comparison statements — saying "Distribution A has a higher median of 26 compared to Distribution B's median of 20" is far stronger than saying "A is higher than B." With practice, this three-part framework becomes second nature and prepares you for the inferential statistics you will explore in future courses.

Varsity Tutors • Math 1 • Comparing Distributions — I can compare two distributions using center, spread, and shape.