AMC 10 · 2017 · #5
Grade 6 arithmeticPick an answer.
Tool #13 (Convert to Algebra): the outlier rule is a long sentence, and the whole difficulty is turning it into two plain inequalities, x < Q₁ - 1.5 IQR and x > Q₃ + 1.5 IQR, so that checking a value becomes a comparison with a single number. Tool #7 (Identify Subproblems): build those two numbers in order — first the IQR, then 1.5 times it, then subtract from Q₁ and add to Q₃. Tool #14 (Extreme Principle): the list is already sorted, so if the smallest value fails the low test, no value can pass it, and the same holds at the top — that turns a ten-value scan into a look at the ends.
Compute the interquartile range
The gap between the quartiles is the interquartile range.
The IQR is just the width of the middle half of the data, so it sets the natural scale for what counts as far away.
The middle spread is the width of the middle half of the data, so it sets the natural scale for far away.
▸ Why?
The quartiles are the middles of the sorted halves, so they depend only on rank, not on the extreme values.
▸ Why?
The spread is the gap between those two marks, which is unaffected by sliding the whole data set.
Scale it by 1.5
Scale it by 1.5.
Turning the multiplier into one fixed distance means you never have to redo the scaling for each data value.
5.NBT.B.7Identify SubproblemsTurn the rule into two cutoffs
The rule becomes two cutoffs, low and high.
Once the wordy rule becomes two numbers, testing a value is a single comparison instead of a re-reading of the definition.
6.EE.B.8Convert To AlgebraCheck the ends of the sorted list
Since it is sorted, only the two ends need checking.
In a sorted list, if the most extreme value fails the test, everything less extreme fails it too.
6.NS.C.7Extreme PrincipleCount the outliers
Exactly 1 value is caught.
The count is the size of the set of values that broke a fence, and here that set holds one number.
6.SP.B.5Identify SubproblemsTurn the outlier sentence into two numbers — 33 - 15 = 18 and 43 + 15 = 58 — then only 6 falls outside them, so there is 1 outlier, choice (B).
- Compute the interquartile range
- Scale it by 1.5
- Turn the rule into two cutoffs
- Check the ends of the sorted list
- Count the outliers