AMC 8 · 2014 · #22

Grade 3 algebra
place-valuelinear-equations-one-vardigit-decomposition convert-to-algebradigit-constraints ↑ Prerequisites: place-valuelinear-equations-one-var
📏 Short solution 💡 3 insights
Problem
Find a two-digit number where (product of its two digits) + (sum of its two digits) equals the number itself. The question asks for the units digit of any such number.

Pick an answer.

(A)
1
(B)
3
(C)
5
(D)
7
(E)
9

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

How to solve
Strategy Guess and Check

The answer choices give only 5 possible units digits (1, 3, 5, 7, 9), so we can test each one directly. For each candidate units digit b, pick a simple tens digit (say a = 2) and check whether 10a + b equals a × b + a + b. Tool #6 (Guess and Check) does the testing; Tool #3 (Eliminate) discards every candidate that fails. After two or three checks a clear pattern jumps out (Tool #5), confirming the winning digit without needing algebra.

1STEP 1

Test b = 1 with a = 2 (number 21): (2 × 1) + (2 + 1) = 5 ≠ 21, so eliminate (A).

21 ≠ (2 × 1) + (2 + 1) = 5
2STEP 2

Test b = 3 with a = 2 (number 23): (2 × 3) + (2 + 3) = 11 ≠ 23, so eliminate (B).

23 ≠ (2 × 3) + (2 + 3) = 11
3STEP 3

Look for a pattern: the number minus (product + sum) equals a × (9 - b), which is zero only when b = 9.

gap = (10a + b) - [(a × b) + (a + b)] = a × (9 - b)
4STEP 4

Quick-check the rest: (2 × 5) + (2 + 5) = 17 ≠ 25 and (2 × 7) + (2 + 7) = 23 ≠ 27 — eliminate (C), (D).

25 ≠ 17, 27 ≠ 23
5STEP 5

Test b = 9: 29 = (2 × 9) + (2 + 9) and 59 = (5 × 9) + (5 + 9) both hold, so the units digit is 9 → (E).

29 = (2 × 9) + (2 + 9), 59 = (5 × 9) + (5 + 9)
Answer
9
The gap formula a × (9 - b) explains everything: the number always exceeds the (product + sum) by a × (9 - b) blocks. That gap is zero only when b = 9, and it works for any nonzero tens digit. So 19, 29, 39, …, 99 all satisfy the condition (e.g. 19 = 1 · 9 + 1 + 9 = 9 + 10). Every such number ends in 9 — answer (E) is consistent.
💡Key takeaway

This AMC 8 problem only needs Grade 3 multiplication-and-addition checking — just test each answer choice and the right units digit shows itself!