Let and be distinct 2 digit numbers such that is obtained by reversing the digits of .
Suppose they also satisfy for some positive integer , then find the value of .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let x = a b where 9 ≥ a > b ≥ 1 . Then x = 1 0 a + b and y = 1 0 b + a , and so
x 2 − y 2 = ( 1 0 a + b ) 2 − ( 1 0 b + a ) 2 = 1 0 0 a 2 + 2 0 a b + b 2 − ( 1 0 0 b 2 + 2 0 a b + a 2 ) =
9 9 ( a 2 − b 2 ) = 3 2 × 1 1 × ( a + b ) ( a − b ) .
For this to be a perfect square we will require that ( a + b ) ( a − b ) = 1 1 n 2 for some positive integer n . For this to be the case, since 1 1 is prime and a − b < 1 1 , we must have 1 1 ∣ ( a + b ) . But as a + b < 2 2 we must have a + b = 1 1 , in which case the possible options for ( a , b ) are ( 9 , 2 ) , ( 8 , 3 ) , ( 7 , 4 ) and ( 6 , 5 ) . Finally, given that a + b = 1 1 we will require that a − b = n 2 for some positive integer n , which of the possible options is only achieved when ( a , b ) = ( 6 , 5 ) .
Thus x = 6 5 , y = 5 6 and x 2 − y 2 = 9 9 ( 6 + 5 ) ( 6 − 5 ) = 3 2 × 1 1 2 = 3 3 2 , and so
x + y + m = 6 5 + 5 6 + 3 3 = 1 5 4 .