7TH GRADE MATHEMATICS • STATISTICS AND PROBABILITY

Comparing Data Distributions by Measuring Visual Overlap

Learn how to look at two sets of data side by side and figure out whether they are really different — or mostly the same — using the mean and a measure called the mean absolute deviation.

Why Do We Compare Groups of Numbers?

People have been comparing groups of data for centuries. Doctors wondered if a new medicine really helped patients. Farmers wanted to know which fertilizer grew taller crops. Teachers asked if one study method led to better test scores. Every time someone asks "Is there a real difference between these two groups?" they are doing the work you'll learn in this lesson.

1700s
Scientists in Europe begin recording measurements carefully — like heights of soldiers and crop yields — and notice that numbers in a group tend to cluster around a center value.
1800s
Florence Nightingale uses charts and data displays to show that improving hospital cleanliness actually lowered death rates. Comparing two distributions (before vs. after) saved lives.
Early 1900s
Statisticians create formal tools — like the mean and standard deviation — to measure center and spread. These let people describe a distribution with just a few numbers.
Today
In 7th-grade math (and beyond), you learn to compare two data sets by looking at their visual overlap and measuring the distance between their centers using a quantity called the mean absolute deviation (MAD).

The big question this lesson answers is: When I look at two dot plots (or histograms) side by side, how do I decide if the groups are truly different or mostly overlapping?

Core Ideas You Need to Know

Before we dive into comparing distributions, let's lock down four key ideas. Each one builds on the last.

1

Distribution

A distribution is the shape you see when you plot all the values in a data set. It shows where the numbers cluster, where the gaps are, and how spread out they are.
2

Center (Mean)

The mean (average) tells you the center of a distribution. Add up all the values and divide by how many there are. It's like the balance point of a seesaw.
3

Spread (MAD)

The mean absolute deviation (MAD) measures how spread out the values are from the mean. A small MAD means the data are tightly packed; a large MAD means they are spread wide.
4

Visual Overlap

Visual overlap is how much the two distributions share the same space on a number line. More overlap means the groups look similar; less overlap means they look different.
Key Takeaway
Think of two groups of students standing on a number line based on their test scores. If the groups are mixed together so you can't tell who belongs where, there's a lot of overlap — the groups are similar. If the groups stand in two separate clumps with a gap in between, there's little overlap — the groups are truly different.

Seeing Overlap on a Dot Plot

The best way to understand visual overlap is to see it. Below is a dot plot showing quiz scores for two classes — Class A (cyan dots) and Class B (pink dots). Both classes have similar variability (similar spread), but their centers are in different places.

Dot plot comparing quiz scores of Class A (cyan) and Class B (pink). The distributions overlap in the 76–78 range.

Notice that the two distributions overlap a little bit around 76–78. A few Class A students scored as high as some Class B students. But overall, the two clumps are mostly separated. The centers are 10 points apart. You can already see that this difference seems meaningful — but how can we put a number on it?

The Math Behind the Comparison

To move beyond "eyeballing it," we use two simple calculations: the mean and the mean absolute deviation (MAD). Then we express the distance between the two means as a multiple of the MAD.

Step 1 — Find Each Mean
Mean = (sum of all values) ÷ (number of values)
Add up every data point, then divide by how many you have.
Step 2 — Find the MAD
MAD = (sum of |each value − mean|) ÷ n
For each value, find how far it is from the mean (always positive). Then average those distances. The symbol | | means "absolute value" — drop any negative sign.
Step 3 — Measure the Separation
Separation = |Mean A − Mean B| ÷ MAD
This tells you how many MADs apart the two centers are. A bigger number means less overlap and a more meaningful difference.

Here's why Step 3 matters. If two means are 10 points apart and the MAD is only 3, the separation is about 3.3 MADs — that's a lot of separation and very little overlap. But if the MAD were 10, the separation would be only 1 MAD — the distributions would overlap quite a bit.

Key Takeaway
Imagine you and your friend both toss a handful of marbles on the floor. The distance between the two piles is the difference in means. But whether you can tell the piles apart depends on how scattered each pile is — that's the MAD. A small scatter with a big gap means you can clearly see two piles. A big scatter with a small gap means the marbles are all mixed together.

How Much Overlap Is "A Lot"?

Here's a handy guideline. When both distributions have similar variability (similar MADs), you can use the number of MADs between the means to judge overlap.

Three scenarios showing small, moderate, and large separation between two distributions.
Separation (in MADs)Visual OverlapWhat It Means
0 – 1Heavy — the dot plots sit almost on top of each otherThe groups are very similar; the difference in means is small compared to the spread.
About 2Moderate — you can see two humps but they share some spaceThere is a noticeable difference, but some data values from each group still overlap.
3 or moreLittle to none — two separate clumps with a clear gapThe groups are clearly different; knowing which group a data point comes from tells you a lot.

Remember: this guideline works best when the two groups have similar variabilities (their MADs are close to each other). If one group is very spread out and the other is tightly packed, you need to think more carefully about overlap.

Worked Example: Basketball Free Throws

Two basketball teams practiced free throws for a week. Here are the number of free throws each player made (out of 20 attempts):

Team Rockets: 10, 12, 13, 14, 14, 15, 16, 18 Team Stars: 14, 16, 17, 18, 18, 19, 20, 20

Basketball Free Throws
1
Step 1 — Find the mean of each teamRockets: Sum = 10 + 12 + 13 + 14 + 14 + 15 + 16 + 18 = 112 Mean = 112 ÷ 8 = 14 Stars: Sum = 14 + 16 + 17 + 18 + 18 + 19 + 20 + 20 = 142 Mean = 142 ÷ 8 = 17.75
2
Step 2 — Find the MAD of each teamRockets (mean = 14): Find each distance from 14, then average them. |10−14| + |12−14| + |13−14| + |14−14| + |14−14| + |15−14| + |16−14| + |18−14| = 4 + 2 + 1 + 0 + 0 + 1 + 2 + 4 = 14 MAD = 14 ÷ 8 = 1.75 Stars (mean = 17.75): Find each distance from 17.75. |14−17.75| + |16−17.75| + |17−17.75| + |18−17.75| + |18−17.75| + |19−17.75| + |20−17.75| + |20−17.75| = 3.75 + 1.75 + 0.75 + 0.25 + 0.25 + 1.25 + 2.25 + 2.25 = 12.5 MAD = 12.5 ÷ 8 = 1.5625 The two MADs (1.75 and 1.5625) are similar — great! We can use the average of the MADs or either one. Let's average them: (1.75 + 1.5625) ÷ 2 ≈ 1.66
3
Step 3 — Find the separation in MADsDifference in means = |17.75 − 14| = 3.75 Separation = 3.75 ÷ 1.66 ≈ 2.26 MADs
4
Step 4 — InterpretA separation of about 2.3 MADs means there is moderate to noticeable separation. The dot plots would show some overlap, but you'd clearly see two different clumps. The Stars generally made more free throws than the Rockets.

Strengths and Limitations

This method of expressing the difference in means as a multiple of the MAD is simple and powerful. But it does have limits. Here's an honest look.

StrengthsLimitations
Easy to calculate — no complicated formulas needed.Works best when both groups have similar variability (similar MADs). If the MADs are very different, this ratio can be misleading.
Gives a concrete number you can compare across situations.Does not tell you why the groups differ — only that they differ.
Connects the visual overlap you see in a dot plot to a mathematical measurement.Outliers (extreme values) can change the mean and MAD, which might make the separation look bigger or smaller than it really is.
Works with any numerical data — test scores, heights, times, etc.It's an informal assessment. Formal statistical tests (like the ones you'll learn in high school) give more precise answers.
Key Takeaway
This method is like using a ruler to check if two photos on a wall are at different heights. It won't tell you exactly why one is higher, but it gives you a quick, reliable way to say "Yes, these are definitely different" or "They're basically the same."

Where This Leads: A Peek Ahead

The idea of expressing a difference in terms of spread is central to all of statistics. In high school and college, you'll learn about concepts that build directly on what you just learned.

What You Learned NowWhat You'll Learn Later
Mean absolute deviation (MAD)Standard deviation (SD) — a similar but slightly different way to measure spread that uses squaring instead of absolute value.
Separation = difference ÷ MADEffect size (like Cohen's d) — the same idea but using standard deviation instead of MAD.
Informally judging overlap ("a lot" vs. "a little")Hypothesis testing — formal methods that calculate the probability that two groups are different.
Dot plots and visual comparisonBox plots, histograms, and normal curves — more sophisticated ways to visualize and compare distributions.

The most important thing to remember is that the logic stays the same: compare the gap between the centers to the spread of each group. You're learning the foundation for some of the most powerful tools in science, medicine, and business.

Practice Problems

PROBLEM 1CONCEPTUAL
Two dot plots are drawn on the same number line. The dots from Group X and Group Y are completely mixed together — you can't tell which dot belongs to which group. Would you say the visual overlap is high, moderate, or low?
PROBLEM 2BASIC CALCULATION
Group A has a mean of 50 and Group B has a mean of 56. Both groups have a MAD of about 4. How many MADs apart are the two means?
PROBLEM 3INTERMEDIATE
Here are two sets of data (number of push-ups done in one minute): Team Alpha: 20, 22, 24, 25, 25, 26, 28, 30 Team Beta: 28, 30, 32, 33, 33, 34, 36, 38 Find the mean and MAD for each team. Then express the difference in means as a number of MADs.
PROBLEM 4APPLIED
A science teacher runs two experiments. In Experiment 1, plants get regular water. In Experiment 2, plants get water with added nutrients. After 4 weeks, she measures heights (in cm): Regular water: 8, 9, 10, 10, 11, 12 Nutrient water: 11, 12, 12, 13, 14, 16 Does the nutrient water seem to make a real difference? Find the separation in MADs and explain your answer in a sentence.
PROBLEM 5CRITICAL THINKING
Suppose two groups have a difference of 6 between their means. In Scenario A, the MAD of both groups is 2. In Scenario B, the MAD of both groups is 6. Without doing a full calculation, explain why the same difference of 6 looks very different in each scenario. Which scenario would show more visual overlap on a dot plot, and why?

Lesson Summary

In this lesson you learned how to informally compare two numerical data distributions that have similar variabilities. The key tool is the mean absolute deviation (MAD), which measures how spread out a data set is from its mean (center). By dividing the difference between the two means by the MAD, you get a number — measured in MADs — that tells you how separated the two groups really are.

If the centers are only 0 to 1 MAD apart, the distributions overlap heavily and the groups look similar. If they are about 2 MADs apart, there is moderate separation. If they are 3 or more MADs apart, the groups are clearly different with little visual overlap. This simple idea — comparing the gap to the spread — is the foundation for all statistical comparisons you'll learn in the future.

Varsity Tutors • 7th Grade Mathematics (Common Core) • Comparing Data Distributions Using Visual Overlap