🇺🇸 AMC 8 ⇄ switch contest
2013 AMC 8

Problem 5

Problem 5 · 2013 AMC 8 Easy
Arithmetic & Operations mean-vs-median

Hammie is in the 6th grade and weighs 106 pounds. His quadruplet sisters are tiny babies and weigh 5, 5, 6, and 8 pounds. Which is greater, the average (mean) weight of these five children or the median weight, and by how many pounds?

Show answer
Answer: E — Average, by 20.
Show hints
Hint 1 of 2
One giant value (106) sits among four tiny ones. The median ignores how big that outlier is — it only cares about position — but the mean gets dragged toward it. So expect the average to win.
Still stuck? Show hint 2 →
Hint 2 of 2
Median = middle of the sorted list (resistant to outliers); mean = total ÷ count (sensitive to outliers). One lonely large number is what separates them.
Show solution
Approach: find the resistant median, then the outlier-pulled mean
  1. Sort the weights: 5, 5, 6, 8, 106. The median is the middle one = 6 — notice the 106's size never mattered, only that it sits at the end.
  2. Mean = (5 + 5 + 6 + 8 + 106) ÷ 5 = 130 ÷ 5 = 26 — the lone 106 hauls the average up to 26.
  3. The average is larger, by 26 − 6 = 20 pounds.
  4. You'll see this again: whenever one value is wildly bigger than the rest, the mean exceeds the median — that's exactly why incomes are reported by median, not average.
Mark: · log in to save