The three averages: mean, median, mode
Three different ways to summarise the centre of a dataset.
Mean — sum divided by count. The arithmetic average.
Median — the MIDDLE value when data is sorted.
- For values, median is at position .
- If is even, median = average of the two middle values.
Mode — the most frequently occurring value.
- A dataset can have NO mode (all unique), ONE mode, or MULTIPLE modes.
Worked example. Data: .
- Mean: .
- Sorted: . Median: average of 4th and 3rd, .
- Mode: no mode (all unique).
Worked example. Data: .
- Mean: .
- Sorted: . Median (4th): .
- Mode: (appears 3 times).
When to use which?
- Mean: best for symmetric data; pulled by outliers.
- Median: robust to outliers (e.g. salaries — Bill Gates skews mean).
- Mode: useful for categorical data.
Edexcel tip. Edexcel often asks "give a reason why the median is more appropriate". Answer: "Because the data has outliers/extreme values that distort the mean."
- Mean: sum / count.
- Median: middle (sort first).
- Mode: most common.
- Outliers affect mean most.