find the number of all positive integral pairs (x,y)
please post your solution
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.
( x y ) 2 − 1 4 x y + 4 9 = x 2 + y 2
= ( x y ) 2 − 2 . 6 x y + 3 6 + 1 3 = x 2 + y 2 + 2xy)
= ( x y − 6 ) 2 + 1 3 = ( x + y ) 2
\(13 = [(x+y + xy - 6)(x + y -xy +6)
since 13 is a prime number therefore
\(x + y + xy - 6 = \pm 13\)
or
x + y − x y + 6 = ± 1
thus (x, y) = (7 , 0) , (0 , 7) , (3 ,4) and (4 , 3)