← All notes
mathsGrade 6-82 min read

Averages: mean, median, mode and range

Three different 'averages' that answer three different questions, plus the range. Which one to use, how to find each, and the outlier that quietly breaks one of them.

"Average" isn't one thing — it's three, and they can give different answers for the same data. Knowing which average a question wants, and why, is half the marks in this topic.

The three averages

Take the data set 3,5,5,8,143, 5, 5, 8, 14.

The range — a measure of spread

The range isn't an average at all — it tells you how spread out the data is:

range=largestsmallest=143=11\text{range} = \text{largest} - \text{smallest} = 14 - 3 = 11

A small range means the values are bunched together; a large one means they're scattered.

Which average to use

AverageBest when…Weakness
MeanData is evenly spreadDragged badly by outliers
MedianThere's an extreme valueIgnores most of the data
ModeData is categories (shoe size, colour)May not exist or be central

The mean's weakness matters. Add one millionaire to a room and the mean wealth soars, even though almost everyone is unchanged — the median is the honest "typical" value there, because one huge outlier can't drag it.

Sort the data before you touch the median or mode. The single most common error is reading the middle of an unsorted list. Put the numbers in order first, every time.

Last revised 22 April 2025.