AMC 10 · 2003 · #13
Grade 2 number-theoryPick an answer.
AMC 10 2003 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.
The condition is stacked: the outer ♣ acts on the inner one. So work backwards (Tool #11) — name the inner digit sum s = ♣(x) and first ask which values of s make ♣(s) = 3. To keep that search finite, pin down the range of s with a boundary check (Tool #14): a two-digit number's digits can sum to at most 9+9=18, so s lives in 1 to 18. That turns the outer condition into just two allowed inner sums, s=3 and s=12. Then the problem splits into two independent counting subproblems (Tool #7), each solved by a short systematic list (Tool #2): count two-digit numbers whose digits add to 3, and those whose digits add to 12. Add the two counts.
Name the inner sum and bound it
Let s = ♣(x). A two-digit number's digits add to at least 1+0=1 and at most 9+9=18, so 1 ≤ s ≤ 18.
The biggest a two-digit digit-sum can reach is 9+9=18, so the inner value can never leave 1–18.
The biggest digit sum a two-digit number can reach is eighteen, so the inner value never leaves a short window.
▸ Why?
A number is its digits weighted by their places, and each digit can be at most nine.
▸ Why?
Two digits at their ceilings give the largest possible sum, so nothing can climb above it.
Find which inner sums work
Now ♣(s)=3. Within 1–18 a one-digit s must be 3, and a two-digit s must have digits summing to 3, so s = 3 or s = 12.
Only 3 and 12 have digits that add to 3 once you stay at or below 18.
2.OA.B.2Work BackwardsCount two-digit numbers with digit sum 3
Write x as tens digit a plus ones digit b with a+b=3. Then a=1,2,3 give 12, 21, 30, and a=4 would need b=-1 — 3 numbers.
For a small target sum the tens digit can only be 1, 2, or 3, so there are just three numbers.
1.NBT.B.2Make A Systematic ListCount two-digit numbers with digit sum 12
For a+b=12, b=12-a must stay in 0–9, so a runs from 3 to 9: 39, 48, 57, 66, 75, 84, 93 — 7 numbers.
The ones digit can be at most 9, so the tens digit must be at least 3, leaving exactly the seven values 3 through 9.
1.NBT.B.2Make A Systematic ListAdd the two counts
A number has one digit sum, so the two cases never overlap: 3 + 7 = 10 two-digit numbers, choice (E).
The two digit-sum cases are separate, so the totals simply add.
2.OA.A.1Identify SubproblemsWork from the outside in: figure out what the first digit sum must be (3 or 12), then list the two-digit numbers that hit each and add the counts.
- Name the inner sum and bound it
- Find which inner sums work
- Count two-digit numbers with digit sum 3
- Count two-digit numbers with digit sum 12
- Add the two counts