AMC 10 · 2022 · #5
Grade 6 countingPick an answer.
Counting all the points at once is hopeless, but the condition |x| + |y| ≤ 20 splits cleanly the moment you freeze one coordinate. Tool #7 (Identify Subproblems) says: sweep x across its possible values and, for each fixed x, count the allowed y separately — that turns one big count into 41 tiny counts. Tool #1 (Draw a Diagram) makes the shape visible: the allowed points fill a diamond with corners at (± 20, 0) and (0, ± 20), so each vertical column of the diamond is one subproblem. Tool #2 (Make a Systematic List) counts the integers inside one column, and Tool #5 (Look for a Pattern) spots that the column heights run 41, 39, 37, …, 1 — consecutive odd numbers, which add up in a way we can shortcut.
Turn it into one inequality
Turn the words into one inequality.
Absolute value measures distance from zero, so |x| + |y| is just "how far sideways" plus "how far up or down."
6.NS.C.7Identify SubproblemsSee the shape
The region is a diamond, not a circle.
Trading one unit of sideways travel for one unit of vertical travel keeps the cost the same, which is exactly what makes the edge a straight slanted line.
6.NS.C.8Draw A DiagramFreeze one coordinate and count
Freezing one coordinate gives an interval.
Once the horizontal budget is spent, whatever is left of the 20 is exactly the vertical room you still have.
6.EE.B.8Identify SubproblemsCount one column
Each column holds an odd number of points.
A symmetric run of integers around 0 always has an odd count, because 0 sits alone in the middle with matching partners on each side.
6.EE.A.2Make A Systematic ListThe heights are the odd numbers
The heights run through the odd numbers.
Moving one step sideways costs one unit of budget, which kills one point from the top of the column and one from the bottom.
6.NS.C.7Look For A PatternAdd with the odd-number shortcut
Odd numbers sum to a square, giving 841.
Consecutive odd numbers stack into a perfect square, so a long addition collapses into 20².
Consecutive odd numbers stack into a perfect square, so a long addition collapses into one squaring.
▸ Why?
The odd numbers climb by the same fixed step, so the list is evenly spaced.
▸ Why?
Pairing the first with the last gives the same total as pairing inward, so the sum is the count times the middle.
This AMC 12 problem needs nothing past Grade 6 absolute value and the coordinate plane: freeze x, count the y that still fit in the leftover budget, and the column heights turn out to be the odd numbers 41, 39, …, 1, which add to 841.
- Turn the words into one inequality
- See the region as a diamond
- Freeze x and count the y
- One column holds 2m + 1 points
- Column heights are the odd numbers
- Add the columns with the odd-number shortcut