Driving along a highway, Megan noticed that her odometer showed (miles). This number is a palindrome-it reads the same forward and backward. Then hours later, the odometer displayed the next higher palindrome. What was her average speed, in miles per hour, during this -hour period?
- A)
- B)
- C)
- D)
- E)
Answer
B
Key insight
The middle digit 9 cannot go up, so the next palindrome is 16061; the trip is 110 miles in 2 hours.
Solution
A five-digit palindrome has the form , determined by its first three digits. The current reading is with first three digits . The next palindrome comes from the next three-digit prefix, , giving . (Nothing lies between: changing only the last two digits would break the mirror, and the middle digit cannot increase.)
Distance traveled: miles, in hours. Average speed miles per hour.
The answer is .
Why this works
A palindrome is completely determined by its front half, so "next palindrome" means "increment the front half by one and mirror it." Once the number is found, average speed is plain distance over time.
The trap
Taking 15951 to 16161 or 15961 as the next palindrome, or forgetting to divide the distance by 2 hours.
Common mistakes
- Taking 15951 to 16161 or 15961 as the next palindrome, or forgetting to divide the distance by 2 hours.
- Reporting the distance or computing incorrectly as (answer 50).
Techniques
Set up the equation/formula and compute; no special trick needed