Comparing mean, median and mode
You now know three ways to summarise a list with a single number: the mean, the median and the mode. They often give different answers, and each is the best in different situations. Picking the wrong one can mislead readers , sometimes badly.
Idea
Think of the three measures as three different cameras pointed at the same data.
- The mean is the fair-share value: . It uses every value, so it is sensitive to extremes.
- The median is the middle of the sorted list. It only depends on order, so a few wild values barely move it.
- The mode is the most popular value. It can be used even when the data are categories, not numbers.
Why they differ. Consider the salaries (in thousands) at a small office: Mean . But seven of the eight people earn less than ! The mean is misleading because the boss's pulls it up. The median is , a much better picture of the typical salary.
When to use which.
| Situation | Best measure | Why |
|---|---|---|
| Test scores, balanced data | Mean | Uses all information |
| Income, house prices, anything skewed | Median | Resists outliers |
| Most common shoe size, favourite colour | Mode | Works with repeated / category data |
| Small data set with one extreme value | Median | Mean would be distorted |
A useful rule of thumb. If mean and median are close, the data are fairly symmetric. If they differ a lot, look for outliers or a skew.
The mode is special. It is the only one of the three that always exists for non-numerical data. You cannot find the mean shirt colour, but you can find the modal (most worn) colour.
Worked examples
Example 1. Data: . Compare mean, median, mode.
Mean . Median (4th of 7 sorted) . Mode . The outlier pulled the mean above all but one value, but the median and mode show the typical centre clearly.
Example 2. Daily temperature (°C) for a week: . Find all three.
Mean . Median (4th) . Mode: and both occur twice , bimodal. The data are symmetric, so mean and median nearly agree.
Example 3. Shoe sizes ordered by a shop: . Which measure should the manager use to decide which size to stock most?
The mode , , because that is the most demanded size. Mean (about ) is irrelevant; you cannot sell three-quarters of a shoe.
Example 4. Five friends' pocket money (in ): . Which is more "typical": mean or median?
Mean . Median . Four of the five values are below . The median is more typical.
Try it yourself
- Marks . Find mean, median, mode.
- Salaries (in thousand): . Which measure best describes "typical salary"?
- Number of goals scored by a team in matches: . Find all three measures.
- Heights (cm): . Are mean and median close? What does that suggest?
- A class collects favourite ice-cream flavours. Which measure makes sense , mean, median or mode? Why?
- Data . Mean and median differ a lot. Explain.
- List a small data set where mean median mode.
- Why is the median preferred for reporting "typical income" in a country?
Activity
Collect the daily pocket money of classmates. Compute mean, median and mode. Discuss in groups: which one best describes "what a typical student gets"? Why?