Danica drove her new car on a trip for a whole number of hours, averaging miles per hour. At the beginning of the trip, miles was displayed on the odometer, where is a 3-digit number with and . At the end of the trip, the odometer showed miles. What is ?
- A)
- B)
- C)
- D)
- E)
Answer
D
Key insight
Reversing a 3-digit number changes it by 99(c - a); equating with 55h forces c - a to be a multiple of 5, so (a, c) = (1, 6).
Solution
If the trip lasted hours, the distance is , so
Divide by : . Since , the number must divide . The trip was real (), so ; and as a difference of digits , so (and ).
Now use and . With , the sum is , so . Since , this forces and , hence .
Check: . Then .
The answer is .
Why this works
Reversing digits is a classic setup: the middle digit cancels and the difference is times the difference of the outer digits. Combining that with the divisibility from leaves a single Diophantine condition, and the digit-sum bound is there precisely to pin down the unique solution. When a problem gives a seemingly arbitrary bound like , expect it to be the final filter.
The trap
Writing cba - abc = 99(c - a) = 55h but then picking any digits with a + b + c <= 7, missing that 9(c - a) = 5h forces c - a = 5 and b = 0.
Common mistakes
- Writing cba - abc = 99(c - a) = 55h but then picking any digits with a + b + c <= 7, missing that 9(c - a) = 5h forces c - a = 5 and b = 0.
- Forgetting that must be (choosing violates the digit-sum bound) or forgetting and trying .
Techniques
Apply an identity: SFFT, sum of squares, difference of cubes, Vieta · Bound the quantity above/below or estimate to pin it down