The median & choosing an average
- The median is the value in the middle when you line everyone up.
- It cares about order, not size.
- One extreme value can drag the mean, but it barely moves the median.
- That robustness is why median + IQR are the usual choice for skewed data.
Position first, then the value there
- First sort the data.
- For a discrete ordered list, the median sits at position .
- Odd : one middle value. Even : average the two middle values.
- From a cumulative frequency graph, enter at , go across to the curve, then down.
- Use on the graph because it is continuous; do not use there.
Median + IQR from a stem-and-leaf:
- Count .
- Median position → read that ordered value.
- = middle of the lower half, = middle of the upper half.
- On the left side of a back-to-back, read leaves right-to-left.
- ; label median, , clearly.
Worked example
Start simple: median + IQR from an ordered list (odd n)
11 ordered times: . Median at the th → ; at the 3rd , at the 9th , so . (9709/52/O/N/23 Q4)
Worked example
Median from a frequency table
with . , so position rd. Counting up: 40 covers 1–11, 41 covers 12–34 — the 33rd falls in 41.
Not 42 (the middle x-value): the frequencies decide where the 33rd reading lands.
Estimate the median from a cumulative frequency graph
Worked example
Read the median off the curve (use n/2)
The masses of 300 artefacts are shown by the cumulative frequency curve. For a continuous graph you enter at (not ), draw across to the curve and drop down.
Using (not ) is what makes counting up from the bottom and down from the top land on the same value.
Common mistake
Which average — and reading the skew
- Match the average to the job.
- The mean chases the tail, so skewed data often needs the median.
- The median stays more stable because it only uses position.
- Drag the outlier and watch the mean run after it while the median holds:
mean = 22.0·median = 20·mean > median → positive skew
| The question is about… | Use |
|---|---|
| An outlier / skew | median (robust) — and say WHY |
| Symmetric data, or further algebra | mean |
| 'Most popular' / qualitative | mode |
| The spread | IQR (robust) or range — not an average |
| Comparing two sets' centre | compare medians |
| Comparing consistency | compare IQRs |
Skew or an outlier? → median, and say why (the extreme value). Symmetric or further calc? → mean. Spread question? → IQR or range, not an average.
Examiner note
Your turn— tap to reveal the worked answer (outlier robustness)
House prices ($000s): 220, 236, 242, 350, 480, 3500. Compare mean and median.
Median (even ) ; mean . The lone mansion drags the mean to a price nobody paid.