AMC 8 · 2016 · #11

Grade 6 algebranumber-theory
place-valuelinear-equations-two-vardigit-sum convert-to-algebrasystematic-enumerationdigit-constraints ↑ Prerequisites: place-valuelinear-equations-one-var
📏 Medium solution 💡 3 insights
📘 View easy version →
Problem
Count the two-digit numbers N with the property that N plus the number you get by reversing its digits equals 132.

Pick an answer.

(A)
5
(B)
7
(C)
9
(D)
11
(E)
12

AMC 8 2016 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.

How to solve
Strategy Use Variables

The condition is a statement about digits, so Tool #5 (Use Variables) lets us name the tens digit t and the units digit u and write N = 10t + u in place-value form. Adding N to its reversal 10u + t collapses neatly to 11(t+u) = 132, which simplifies to t + u = 12. Once the condition reduces to a single equation in two digits, Tool #13 (Work Systematically) takes over: list every (t,u) with t + u = 12, 1 ≤ t ≤ 9, 0 ≤ u ≤ 9, and count what survives.

1STEP 1

Let t be the tens digit and u the units digit, so N = 10t + u and its reversal is 10u + t.

N = 10t + u, reversal = 10u + t
2STEP 2

Adding N and its reversal and setting the sum to 132 gives (10t + u) + (10u + t) = 132.

(10t + u) + (10u + t) = 132
3STEP 3

Combine like terms to 11(t + u) = 132, then divide by 11 to get t + u = 12.

11t + 11u = 132 → 11(t + u) = 132 → t + u = 12
4STEP 4

With t from 1 to 9 and u = 12 - t, keep only the pairs where u is also a valid digit (0 to 9).

t & u = 12 - t & valid? ; 1 & 11 & no, u > 9 ; 2 & 10 & no, u > 9 ; 3 & 9 & yes ; 4 & 8 & yes ; 5 & 7 & yes ; 6 & 6 & yes ; 7 & 5 & yes ; 8 & 4 & yes ; 9 & 3 & yes
5STEP 5

Each valid pair gives one number N = 10t + u, so counting them gives 7 numbers — answer (B).

N ∈ {39, 48, 57, 66, 75, 84, 93} → 7 numbers → (B)
Answer
7
Sanity check one number: 39 + 93 = 132. Yes. Try another: 66 + 66 = 132. Yes. The valid tens digits run from 3 to 9, giving 9 - 3 + 1 = 7 numbers, matching the count above. Also, the reversed numbers {93, 84, 75, 66, 57, 48, 39} are just the original list in reverse order — no number is missed and none is double-counted, because we labeled by the tens digit of N.
💡Key takeaway

Once you write a two-digit number as 10t + u, the whole problem turns into a Grade 6 equation t + u = 12 — then you just list the digit pairs that work!