Mean, Median & Mode
Mean, median, and mode are three measures of central tendency that describe the typical value in a data set. The mean equals the sum of all values divided by the count, the median represents the middle value when data is arranged in order, and the mode identifies the most frequently occurring value. These statistics appear throughout CCSS 6.SP standards as foundational tools for analyzing numerical data.
Why it matters
These measures appear everywhere in real-world data analysis. Sports statisticians calculate batting averages (means) to evaluate player performance over 162 baseball games per season. Medical researchers use median household income ($70,084 in 2021) rather than mean income because extreme values don't skew the median. Retail managers track the mode of shoe sizes sold to determine which sizes to stock most heavily — if size 9 appears in 40% of sales, that's the mode. Weather forecasters use all three measures: mean temperature over 30 years establishes climate normals, median precipitation helps predict typical rainfall, and mode identifies the most common weather pattern. These concepts later support advanced statistics, probability distributions, and data science applications in high school and college coursework.
How to solve mean, median & mode
Mean, Median & Mode
- Mean = sum of all values ÷ count.
- Median = middle value when sorted (average of two middles if even count).
- Mode = value that appears most often.
Example: Data: 3, 5, 5, 7, 10. Mean=6, Median=5, Mode=5.
Worked examples
Find the mean of these game points: 2, 5, 8
Answer: 5.0
- Add all the numbers together → 2 + 5 + 8 = 15 — Line up all 3 values and add them one by one. Think of collecting all the game points into one big pile: the total is 15.
- Count how many numbers there are → n = 3 — Count each value in the list. We have 3 numbers. This is important because we'll divide by this count.
- Divide the total by the count → 153 = 5.0 — Mean = total / count = 15 / 3 = 5.0. Your average score tells you what you'd get each game if every game went exactly the same.
- Verify: does mean x count = total? → 5.0 x 3 = 15.0 (= 15 ✓) — Always check: multiply the mean by the count. If you get back the total (or very close due to rounding), you're correct!
The following prices were collected: 2, 10, 15, 20, 20. Calculate the mean.
Answer: 13.4
- Add all the numbers together → 2 + 10 + 15 + 20 + 20 = 67 — Line up all 5 values and add them one by one. Think of collecting all the prices into one big pile: the total is 67.
- Count how many numbers there are → n = 5 — Count each value in the list. We have 5 numbers. This is important because we'll divide by this count.
- Divide the total by the count → 675 = 13.4 — Mean = total / count = 67 / 5 = 13.4. If you put all the money together and shared it equally, each item would cost the mean price.
- Verify: does mean x count = total? → 13.4 x 5 = 67.0 (= 67 ✓) — Always check: multiply the mean by the count. If you get back the total (or very close due to rounding), you're correct!
What is the mode of: 6, 6, 19, 19, 31, 34, 47?
Answer: 6, 19
- Look for the number that appears most often → Frequencies: 6: 2x, 19: 2x, 31: 1x, 34: 1x, 47: 1x — Go through the list and count how many times each number appears. You can make tally marks next to each unique number. The mode is the 'most popular' value.
- Count each number's frequency → 6: 2x, 19: 2x, 31: 1x, 34: 1x, 47: 1x — The highest count is 2. Think of it like a popularity contest -- which number shows up to the party the most?
- The one with the highest count is the mode → Mode = 6, 19 (appears 2 times) — The mode is 6, 19 because it appears 2 times, more than any other value. If no value repeats, we say there is no mode.
- Verify → Mode = 6, 19 ✓ — Double-check by scanning the sorted list. The mode value should be the one you see repeated the most. Unlike the mean, the mode must actually appear in the data!
Common mistakes
- Confusing mean with median leads to errors like claiming the mean of 2, 4, 6 is 4 (the median) instead of the correct mean of 4.0.
- Forgetting to sort data before finding median results in selecting 7 as the median of 3, 9, 7, 1, 5 instead of the correct median of 5.
- Assuming every data set has a mode causes confusion when all values appear once, as in 1, 3, 5, 7, 9 where no mode exists.
- Miscounting frequencies when finding mode leads to identifying 8 as the mode in 8, 8, 9, 9, 9 instead of the correct mode of 9.