The sum of two natural numbers is . One of the two numbers is divisible by . If the units digit of that number is erased, the other number is obtained. What is the difference of these two numbers?
- A)
- B)
- C)
- D)
- E)
Answer
D
Key insight
Erasing a trailing zero divides by 10, so the numbers are 10n and n; their sum is 11n and their difference is 9n.
Solution
A number divisible by ends in . Erasing that final is the same as dividing by . So if the smaller number is , the larger one is .
Their sum is , giving .
The difference is .
The answer is .
Why this works
Digit-erasing operations are arithmetic operations in disguise: removing a trailing zero is division by . Once both numbers are expressed with one variable, the sum and difference are simply and , so the answer is of the given sum.
The trap
Solving for n = 1582 and stopping, or reporting the larger number 15,820 rather than the difference.
Common mistakes
- Solving for n = 1582 and stopping, or reporting the larger number 15,820 rather than the difference.
- Setting the numbers as and or and with the roles reversed.
Techniques
Set up the equation/formula and compute; no special trick needed