← Back to topics
Grades 8-9

Mean, median and mode

Three ways to summarize a pile of data in one number

What is this about?

When you have lots of data (class grades, season goals...), you need one number that summarizes them. The mean shares the total equally, the median is the middle value once you sort the data, and the mode is the most repeated one. Each tells a different story about the same data.

The rule to remember

Mean: add everything and divide by how many data points there are. Median: sort the data from smallest to largest and take the middle one (if there are two middle values, average them). Mode: the most frequent value. Sorting BEFORE finding the median is mandatory.

Example 1

Mean of the grades 6, 8, 5, 9, 7

  1. 1Add all the data: 6 + 8 + 5 + 9 + 7 = 35.
  2. 2Count how many data points there are: 5 grades.
  3. 3Divide the sum by the count: 35 ÷ 5 = 7.
  4. 4The mean is 7: as if all 5 grades were a 7.

Result: 7

Example 2

Median of 3, 9, 4, 7, 12

  1. 1Sort from smallest to largest: 3, 4, 7, 9, 12.
  2. 2Count the data points: 5, so the middle one is the third.
  3. 3The third value is 7.
  4. 4The median is 7: as many values below it as above it.

Result: 7

The most common mistake

Many people write

Median of 8, 2, 6 → the middle one is 2

Why it's wrong

The middle value was taken WITHOUT sorting first. Sort first: 2, 6, 8. The middle one is 6, not 2. The median only makes sense with sorted data.

Did it click?

The best way to find out is to try. These exercises are exactly on this topic.

Practise this topic