Let be a two-digit number such that:
How many possible two-digit numbers are there?
For more problems like this, try answering this set .
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.
Based from the conditions, ( 1 0 X + Y ) 2 − ( 1 0 Y + X ) 2 = a 2 for some a.
⟹ ( 1 0 X + Y + 1 0 Y + X ) ( 1 0 X + Y − 1 0 Y − X ) = a 2 ( 1 1 ) ( 9 ) ( X + Y ) ( X − Y ) = a 2
To become the LHS be a perfect square, one should be 11. ⟹ X + Y = 1 1 since max ( X − Y ) = 9 .
Since X > Y , ⟹ ( X , Y ) ∈ ( ( 6 , 5 ) , ( 7 , 4 ) , ( 8 , 3 ) , ( 9 , 2 ) )
Since 1 1 ( X + Y ) and 9 are already a perfect square, then, X − Y should also be a perfect square. Base from the set of solution for ( X , Y ) , there is only one solution that is accepted, and that is ( X , Y ) = ( 6 , 5 )
∴ there is only o n e possible two digit number X Y that exist and that is 6 5 .