Let and be two-digit integers such that is obtained by reversing the digits of . The integers and satisfy for some positive integer . What is ?
- A)
- B)
- C)
- D)
- E)
Answer
E
Key insight
x^2 - y^2 = 99(a+b)(a-b); the lone factor 11 forces a + b = 11, then a - b must be a perfect square, giving 65 and 56.
Solution
Let and with digits . Then and , so
For this to be a perfect square, the prime must appear to an even power, so divides . Since we need , so and . Hence , and as , we get .
Now , so must be a perfect square. With odd, is odd, so (the only odd square at most ). Solving , gives , .
Then , , and , so .
The answer is .
Why this works
Digit-reversal problems almost always reward writing the numbers as and : sums and differences become multiples of and . The perfect-square condition is then a statement about prime exponents, and the digit bounds (, ) leave only one or two options for each factor. Bounding after factoring is the recurring pattern.
Alternative approach
Recognize that must be a multiple of , so is a multiple of ; try and look for a Pythagorean triple with and digit reversals. The primitive triple -- fits (), and .
The trap
Trying to make a - b supply the factor 11, which is impossible for digits, or forgetting that a - b must itself be a perfect square after a + b = 11.
Common mistakes
- Trying to make a - b supply the factor 11, which is impossible for digits, or forgetting that a - b must itself be a perfect square after a + b = 11.
- Testing with and not noticing it yields non-integer digits, or reporting without adding .
Techniques
Apply an identity: SFFT, sum of squares, difference of cubes, Vieta · Bound the quantity above/below or estimate to pin it down