The Data Seesaw: Mean, Median, and Mode
Three different ways to name the 'typical' value in a data set — and why one outlier can tip the mean without budging the median.
Three ways to describe 'typical'
Imagine several friends' scores on a game sitting on a seesaw. If you wanted one number to describe the whole group, you have choices: the mean (the balance point), the median (the middle score once everyone lines up in order), and the mode (whichever score shows up most often). Each tells you something a little different about the data.
Finding the median
To find the median, first put every value in order from least to greatest. If there is an odd number of values, the median is the single value exactly in the middle. If there is an even number of values, the median is the average of the two middle values.
Mode: the most popular value
The mode is simply the value that occurs most often in a data set. Unlike the mean and median, a data set can have no mode (if every value is different), one mode, or several modes (if two or more values tie for most frequent).
- Mean: add all values, 4 + 7 + 4 + 9 + 6 = 30, then divide by 5 values: 30 ÷ 5 = 6.
- Median: order the data — 4, 4, 6, 7, 9 — and take the middle (3rd) value: 6.
- Mode: 4 appears twice, more than any other value, so the mode is 4.
- New mean: sum = 4 + 7 + 4 + 9 + 6 + 50 = 80, divided by 6 values: 80 ÷ 6 ≈ 13.3.
- New median: order the data — 4, 4, 6, 7, 9, 50 — and average the two middle (3rd and 4th) values: (6 + 7) ÷ 2 = 6.5.
- The mean jumped from 6 to about 13.3, but the median barely moved, from 6 to 6.5.
Check your understanding
- The mean is the sum of all values divided by the number of values — the balance point of the data.
- The median is the middle value once the data is ordered from least to greatest (average the two middle values if there's an even count).
- The mode is the value that appears most often; a data set can have zero, one, or several modes.
- Always sort the data before finding the median.
- An outlier pulls the mean strongly toward it but barely shifts the median.