Let and denote the product and the sum, respectively, of the digits of the integer . For example, and . Suppose is a two-digit number such that . What is the units digit of ?
- A)
- B)
- C)
- D)
- E)
Answer
E
Key insight
Write N = 10a + b; the condition becomes 10a + b = ab + a + b, and cancelling b and dividing by a leaves b = 9.
Solution
Let the tens digit be and the units digit be , so with . Then and , and the condition reads
The on each side cancels, leaving , i.e. . Because (it is the leading digit), divide by to get .
Every number works (for instance ), and in all of them the units digit is .
The answer is .
Why this works
Digit conditions become algebra as soon as you write the number in place-value form. Here the units digit appears on both sides and cancels, so the tens digit is unconstrained; the problem asks for the units digit precisely because it is the only thing determined. Watch for a leading digit that is guaranteed nonzero, which licenses the division.
Alternative approach
Try small numbers: gives , a hit. Its units digit is ; since the problem promises a single answer, choose (E).
The trap
Dividing by a without noting a is nonzero, or searching for a specific N (like 19) and reporting its tens digit instead of the units digit.
Common mistakes
- Dividing by a without noting a is nonzero, or searching for a specific N (like 19) and reporting its tens digit instead of the units digit.
- Mixing up and , or setting with instead of .
Techniques
Set up the equation/formula and compute; no special trick needed