Most workers earn around £23k — median is more representative here.
Example 6 — When to use the mean
Step 1
If data has no outliers and is roughly symmetrical, use the mean — it uses every value.
Step 2
If data has outliers or is skewed, use the median — it is resistant to extreme values.
Key rule: Use the median for house prices, income data, or any dataset with extreme values. Use the mean when all values are similar.
✓ Quick Check 3 — Median vs mean, outliers, real-life context
Question 1 of 10
Interactive — Median Sorter
Drag the cards into ascending order (smallest → largest).
Practice: Finding the Median
Sort each list and find the median. Type your answer, then click Check.
#
Question
Answer
Result
1
Find the median of 3, 9, 1, 7, 5
2
Find the median of 12, 4, 8, 20, 6, 16
3
Find the median of 11, 3, 7, 15, 9
4
Find the median of 10, 4, 2, 8
5
Find the median of 20, 5, 15, 10
6
Find the median of 17, 5, 23, 9, 14, 11
7
Find the median of 30, 10, 50, 20, 40, 60, 70, 80
8
House prices: £150k, £160k, £170k, £180k, £1.5M. Find the median (in £k).
9
Find the median of 2, 2, 4, 6, 8, 8
10
Find the median of 100, 200, 300, 400, 500, 600
⚠ Things to Watch Out For
Forgetting to sort first: The median is the middle value of the SORTED list. Picking the middle number from the original, unsorted order gives the wrong answer.
Even count — forgetting to average the two middles: With an even number of values there is no single middle. Add the two middle values and divide by 2.
Getting the position formula wrong: The median sits at position \((n+1) \div 2\) for odd \(n\). Miscounting the position is a common source of errors.
Confusing median with mean: The median does not involve adding all the values — it only needs the middle position(s) once sorted.
Not checking the list length: Always count how many values there are before deciding whether you need one middle value (odd) or two averaged together (even).