AMC 10 · 2013 · #18
Grade 6 countingPick an answer.
AMC 10 2013 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.
Name the four digits so the property becomes one clean equation, then note the units digit can be at most 9 to turn it into a size limit on the other digits. The thousands digit is only 1 or 2, so I split into two subproblems and count each with an organized list: for thousands digit 1 the job is counting digit pairs whose sum is small enough, and for thousands digit 2 only the numbers 2000-2012 are in range, so I just check them.
Name the four digits
Call the digits a, b, c, d, so the rule reads d = a + b + c — and since we stay in 1001 to 2012, a is 1 or 2.
Giving each place its own letter turns a wordy digit rule into a single equation you can work with.
4.NBT.A.2Introduce A VariableThe units digit caps the sum
A single digit tops out at 9, so d = a + b + c pins the other three digits to a sum of at most 9.
There is no room past 9 in a single digit, so the three other digits must add up to 9 or less.
There is no room past nine in a single place, so the other digits must add up to nine or less.
▸ Why?
A number is its digits sitting in fixed places, and each place holds only one digit.
▸ Why?
Anything above that ceiling cannot fit, so the sum is capped before any counting starts.
Count the case a = 1
With a = 1, b + c is at most 8; grouping the pairs by their sum gives 1 + 2 + ... + 9 = 45 numbers.
Sorting the pairs by their sum turns the count into a neat triangular addition.
6.EE.B.5Make A Systematic ListCount the case a = 2
With a = 2 the range is only 2000 to 2012, where d = 2 + c; checking them leaves exactly one hit, 2002.
The 2000s barely reach 2012, so only the one number 2002 can satisfy the rule.
6.EE.B.5Identify SubproblemsAdd the two cases
The two cases never overlap, so 45 from the 1000s plus 1 from the 2000s gives 46, choice (D).
The two cases never overlap, so the total is just their counts added together.
6.EE.B.5Make A Systematic ListSince the units digit maxes out at 9, the other three digits must add to 9 or less; count those digit pairs for the 1000s (45 of them) and add the single 2000s number 2002 to get 46.
- Name the four digits
- The units digit caps the sum
- Count the case a = 1
- Count the case a = 2
- Add the two cases