6TH GRADE MATH • STATISTICS AND PROBABILITY

Understand Measures of Center and Variation

Learn how one number can represent a whole data set and another number can show how spread out the data is.

Historical Context & Motivation

People have been collecting data for thousands of years. Ancient farmers kept track of rainfall. Merchants recorded prices. But raw lists of numbers are hard to understand. Imagine trying to compare the rainfall of two cities by reading hundreds of numbers!

Over time, mathematicians realized they needed a way to summarize data with just one or two numbers. That is where measures of center and measures of variation come in. These tools let you describe a whole data set quickly.

~3000 BCE
Ancient Record-Keeping
Egyptians and Babylonians recorded crop harvests and trade amounts on clay tablets and papyrus. They needed ways to track typical values.
1500s
The Mean Emerges
European astronomers began averaging repeated measurements of star positions. This helped them find the most accurate answer from many observations.
1700s
Probability & Variation
Mathematicians like Abraham de Moivre studied how data values spread out around the center. This led to the idea of measuring variation.
Today
Data Everywhere
Sports statistics, weather forecasts, and social media all use measures of center and variation to summarize huge data sets in simple ways.

The big question this lesson answers is: How can we describe a whole set of numbers with just one or two values? You will learn what center and variation mean and why both are needed to truly understand data.

Core Principles & Definitions

Before we dive into calculations, let's understand the two big ideas in this lesson. A measure of center tells you a single number that represents the "middle" or "typical" value in a data set. A measure of variation tells you a single number that shows how spread out the values are.

1

Mean (Average)

Add up all the values and divide by how many there are. The mean is the most common measure of center.
2

Median (Middle Value)

Put the values in order and find the one in the middle. If there are two middle values, average them.
3

Mode (Most Frequent)

The value that appears the most often in a data set. A set can have no mode, one mode, or more than one mode.
4

Range (Spread)

Subtract the smallest value from the largest value. The range is a simple measure of variation.
5

Mean Absolute Deviation (MAD)

Find the average distance each value is from the mean. MAD is a more detailed measure of variation.
KEY TAKEAWAY
Think of it like describing a basketball team. The measure of center is like saying "the average player height is 5 feet 8 inches." The measure of variation is like saying "player heights range from 5 feet 2 inches to 6 feet 3 inches." You need both numbers to get the full picture!

Visual Explanation

Let's look at a picture that shows the difference between center and variation. Below you will see two data sets plotted on a number line. Both have the same mean, but their spread is very different.

Team A's scores (cyan dots) cluster tightly around 75. Team B's scores (violet dots) spread from 60 to 90. The center is the same, but the variation is very different.

This diagram shows why knowing the center alone is not enough. If someone told you both teams averaged 75, you might think the teams performed the same. But Team A was very consistent, while Team B had some very low and very high scores. The measure of variation reveals this important difference.

Mathematical Framework

Now let's look at the formulas you will use. Don't worry — each one is just a set of simple steps. We will walk through every formula so it makes sense.

Measures of Center

MEAN (AVERAGE)
Mean = Sum of all values ÷ Number of values
Add every number in the data set together, then divide by how many numbers there are. For example, for the set {4, 6, 8}: Mean = (4 + 6 + 8) ÷ 3 = 18 ÷ 3 = 6.
MEDIAN (MIDDLE VALUE)
Median = Middle value when data is ordered from least to greatest
If the number of values is odd, the median is the single middle number. If it is even, find the two middle numbers and average them. For {3, 5, 7, 9}: Median = (5 + 7) ÷ 2 = 6.

Measures of Variation

RANGE
Range = Maximum value − Minimum value
The range tells you the total spread from the lowest to the highest value. For {2, 5, 9}: Range = 9 − 2 = 7.
MEAN ABSOLUTE DEVIATION (MAD)
MAD = Sum of |each value − mean| ÷ Number of values
The | | symbols mean "absolute value" (ignore the negative sign). First find the mean. Then find how far each value is from the mean. Finally, average those distances. MAD tells you, on average, how far the data points are from the center.
💡 Why Two Types of Numbers?
The center answers: "What is a typical value?" The variation answers: "How different are the values from each other?" You always want to report both when describing data.

Comparing Center & Variation Side by Side

Let's put center and variation next to each other so you can see how they work together. The diagram below uses a real-world example: the daily high temperatures for two cities during one week.

City A (cyan line) has temperatures hovering between 64°F and 68°F — low variation. City B (pink line) swings wildly from 50°F to 80°F — high variation. Both cities share approximately the same mean temperature of about 67°F.
Center vs. Variation for two cities
MeasureCity ACity B
Mean (Center)≈ 67°F≈ 67°F
Range (Variation)4°F30°F
What it tells youSteady, predictable weatherWild, unpredictable weather

As you can see, reporting only the mean would hide a huge difference between these two cities. The range of City B is 30°F, while City A's range is only 4°F. That tells you City B's weather changes a lot from day to day.

Worked Example

Let's work through a full example together. Suppose you scored the following points in your last 6 basketball games: 8, 12, 10, 14, 6, 10. We want to find the mean, the median, the range, and the MAD.

Finding Center & Variation for Basketball Scores
1
Step 1 — Order the DataPut the numbers from least to greatest: 6, 8, 10, 10, 12, 14.
Ordered set: 6, 8, 10, 10, 12, 14
2
Step 2 — Find the MeanAdd all the values: 6 + 8 + 10 + 10 + 12 + 14 = 60. Then divide by the number of values: 60 ÷ 6 = 10.
Mean = 10 points
3
Step 3 — Find the MedianThere are 6 values (an even number), so the median is the average of the 3rd and 4th values. The 3rd value is 10 and the 4th value is 10. Median = (10 + 10) ÷ 2 = 10.
Median = 10 points
4
Step 4 — Find the RangeSubtract the smallest value from the largest value: 14 − 6 = 8.
Range = 8 points
5
Step 5 — Find the MAD (Mean Absolute Deviation)First, find the distance of each value from the mean (10): |6 − 10| = 4, |8 − 10| = 2, |10 − 10| = 0, |10 − 10| = 0, |12 − 10| = 2, |14 − 10| = 4. Then add those distances: 4 + 2 + 0 + 0 + 2 + 4 = 12. Finally, divide by the number of values: 12 ÷ 6 = 2.
MAD = 2 points
6
Step 6 — Interpret the ResultsYour typical game score is about 10 points (center). On average, your scores are about 2 points away from 10 (variation). Your scores ranged from 6 to 14 (range of 8). This means you are a fairly consistent scorer!

Strengths & Limitations of Each Measure

Each measure has strengths and weaknesses. Let's compare them so you know when to use each one.

Comparing measures of center and variation
MeasureStrengthsLimitations
MeanUses every data value; most common summaryOne very high or low value (an outlier) can pull the mean away from the true center
MedianNot affected by outliers; shows the true middleDoes not use every value; can ignore extreme data
RangeEasy to calculate; shows total spreadOnly uses two values (max and min); one outlier changes it a lot
MADUses every data value; shows average spreadTakes more steps to calculate; harder to do by hand with big data sets
KEY TAKEAWAY
Think of the mean like the balance point on a seesaw. If one kid is much heavier, the balance point shifts toward them. That is why the median can sometimes be a better choice for the center — it does not get pulled by extreme values. And the MAD gives a more complete picture of variation than the range because it looks at every single data point, not just the biggest and smallest.

Connection to Future Concepts

The ideas of center and variation you are learning now form the foundation for everything you will study in statistics later on. Here is a preview of how these ideas grow.

How today's concepts connect to future math
What You Know NowWhat You Will Learn Later
Mean as a measure of centerWeighted mean and expected value in probability (grades 7–8 and high school)
Median as the middle valueQuartiles and box-and-whisker plots (grade 7 and beyond)
Range as total spreadInterquartile range (IQR) for a more detailed spread (grade 7)
MAD as average distance from the meanStandard deviation — a similar idea used in high school and college statistics

Every one of these advanced tools builds directly on what you are learning right now. If you understand that the center summarizes all values with one number and that variation describes how values spread out, you have the key idea that keeps showing up year after year in math class.

Practice Problems

PROBLEM 1CONCEPTUAL
In your own words, explain the difference between a measure of center and a measure of variation. Why do you need both to describe a data set?
PROBLEM 2BASIC CALCULATION
Find the mean, median, and range of this data set: 5, 9, 3, 7, 11.
PROBLEM 3INTERMEDIATE
A student scored 82, 90, 78, 85, 90, and 95 on six tests. Find the mean and the MAD (mean absolute deviation). What does the MAD tell you about the student's consistency?
PROBLEM 4APPLIED
Two pizza delivery drivers recorded their delivery times (in minutes) for one evening. Driver A: 20, 22, 19, 21, 23. Driver B: 15, 30, 18, 25, 22. Which driver is more consistent? Use the mean and range to support your answer.
PROBLEM 5CRITICAL THINKING
A data set has a mean of 50 and a MAD of 0. What can you conclude about the data values? Could the range be anything other than 0? Explain your reasoning.

Lesson Summary

A measure of center summarizes all the values in a data set with a single number that represents what is typical. The two main measures of center are the mean (the sum of all values divided by the count) and the median (the middle value when data is ordered). A measure of variation describes how the values spread out or differ from each other using a single number. The range (maximum minus minimum) and the MAD (average distance from the mean) are the key measures of variation.

You always need both center and variation to truly describe a data set. Two groups can have the same mean but very different spreads. The center answers "What is typical?" and the variation answers "How much do the values differ?" Together, these two ideas give you the full picture of any numerical data set.

Varsity Tutors • 6th Grade Math • Measures of Center and Variation