▶ Practice this concept

🧱 See It

Five test scores: 70, 85, 90, 85, 60. Ask "what's typical?" and there are three genuinely different, all-correct answers — depending on exactly what you mean by "typical."

✏️ Draw It

Sort the scores from smallest to largest first — this makes the median easy to spot, sitting right in the middle:

60
70
85
85
90

Sorted, the middle value (median) is 85 — the exact centre of the line-up.

🔢 Write It

MeasureHow to find it
Meanadd everything up, divide by how many there are
Mediansort the list, find the middle value
Modethe value that appears most often
You MUST sort the list before finding the median — the middle of an unsorted list means nothing.

💡 Worked Examples

Example 1 — Scores: 70, 85, 90, 85, 60

  1. Mean: (70+85+90+85+60) ÷ 5 = 390 ÷ 5 = 78
  2. Median: sorted is 60, 70, 85, 85, 90 — the middle (3rd) value is 85
  3. Mode: 85 appears twice, more than any other value — mode is 85

Example 2 — Median with an even count: 4, 8, 6, 10

  1. Sort: 4, 6, 8, 10
  2. Four numbers means two middle values: 6 and 8
  3. Average them: (6+8) ÷ 2 = 7
  4. Answer: median = 7

🧠 Quick Reference

Mean: add, then divide by count. Median: SORT first, then find the middle (average the two middle values if the count is even). Mode: the most frequent value — there can be more than one, or none at all.
👪 For Parents & Tutors

BC Curriculum (Level 3 / Grade 8, Data & Probability): "Determine central tendency (mean, median, mode)."

Watch for: finding the "middle" of an unsorted list — this is the single most common error here. Insist on sorting first, every time, before touching the concept of "middle." A second, more conceptual point worth surfacing: mean is sensitive to one unusually large or small value (an outlier) pulling it away from what feels "typical," while median isn't — this is a genuine insight, not just a memorized rule, and worth discussing with a concrete example if it comes up naturally.

Comes up again: Level 4 (Grade 9) statistics work on population vs. sample and data reliability builds directly on comfort with these three measures.