|
The only thing I can think of is to eliminate some cases. if you take y2 to the other side you get
x2= 2007 - y2
Now lhs is a perfect square which means RHS should be one too. When you square a number the units digit of the square can only be 0(if the number being squared has 0at units place), 1 (if the number being squared has 1 or 9 at units place),4( if the number being squared has 2 or 8 at units place), 5 (if the number being squared has 5 at units place) 6(if the number being squared has 4 or 6 at units place) 9 (if the number being squared has 3 or 7 at units place).
Now when you subtract y2 from 2007 you can get 7,6,3,2,1,8 at units place. You can rule out cases where you get 7,3,2 and 8 which would be when y has 0,2,8,5,3,7. Now you get 4 cases:
x= 10a+1 Y=10b+6
x=10a+1 y=10b+4
x=10a+9 y=10b+6
x=10a+9 y=10b+6
if you plug these in you'll find some error
like if it's 10a+1 and 10b+4 RHS will be
100 a2+100b2+80b+20a which is divisible by 20 and rhs is 2007-16-1=1990 this is not divisible so RHS and LHS can't be equal. Similarly, for other cases. Or you can just check the 20 cases :P
|