Skip to content
MathAnvil
§ Statistics

Mean, Median & Mode

§ Statistics

Mean, Median & Mode

CCSS.6.SP4 min read

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.

§ 01

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.

§ 02

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.

§ 03

Worked examples

Beginner§ 01

Find the mean of these game points: 2, 5, 8

Answer: 5.0

  1. 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.
  2. 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.
  3. 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.
  4. 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!
Easy§ 02

The following prices were collected: 2, 10, 15, 20, 20. Calculate the mean.

Answer: 13.4

  1. 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.
  2. 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.
  3. 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.
  4. 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!
Medium§ 03

What is the mode of: 6, 6, 19, 19, 31, 34, 47?

Answer: 6, 19

  1. 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.
  2. 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?
  3. 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.
  4. 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!
§ 04

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.
§ 05

Frequently asked questions

What's the difference between mean, median, and mode?
Mean is the arithmetic average (sum ÷ count), median is the middle value in sorted data, and mode is the most frequent value. For data set 2, 3, 3, 5, 7: mean = 4.0, median = 3, mode = 3. Each measures 'typical' differently.
When should you use median instead of mean?
Use median when extreme values might mislead. If home prices in a neighborhood are $200,000, $210,000, $205,000, $195,000, and $2,000,000, the median ($205,000) better represents typical prices than the mean ($562,000), which the mansion skews upward.
Can a data set have more than one mode?
Yes, data sets can be bimodal (two modes) or multimodal (multiple modes). In test scores 85, 85, 90, 90, 95, both 85 and 90 are modes since each appears twice. If no value repeats, the data set has no mode.
How do you find the median with an even number of values?
Average the two middle values. For data 4, 7, 9, 12, the middle positions are 7 and 9. The median equals (7 + 9) ÷ 2 = 8.0. This creates a median that might not appear in the original data set.
Do mean, median, and mode always give the same answer?
No, they usually differ. In wages $30,000, $35,000, $40,000, $45,000, $100,000: mean = $50,000, median = $40,000, mode doesn't exist. They measure different aspects of the data's center and can vary significantly depending on the distribution.
§ 06

See also

§ 06

Where to next?

Share this article