Median
The middle value when the data is sorted in order. For an even count, average the two middle values.
Definition
Sort the data first. For n values: the median is at position (n + 1) ÷ 2. The median is more robust than the mean against outliers.
Example
Median of 3, 5, 7, 9, 11 is 7. Median of 3, 5, 7, 9 is (5 + 7) ÷ 2 = 6.
Used in these topics
Related terms
Practise GCSE Maths topics with instant examiner-style marking — every term in context.
Start free →