Find the number of integer pairs such that :
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 2 + 1 ) ( y 2 + 1 ) + 2 ( x − y ) ( 1 − x y ) = 4 ( 1 + x y )
x 2 y 2 − 2 x y + 1 + x 2 + y 2 − 2 x y + 2 ( x − y ) ( 1 − x y ) = 4
( x y − 1 ) 2 + ( x − y ) 2 − 2 ( x − y ) ( x y − 1 ) = 4
( ( x y − 1 ) − ( x − y ) ) 2 = 4
( x + 1 ) ( y − 1 ) = ± 2
If ( x + 1 ) ( y − 1 ) = 2 then
{ x + 1 = 2 y − 1 = 1
{ x + 1 = − 2 y − 1 = − 1
{ x + 1 = 1 y − 1 = 2
{ x + 1 = − 1 y − 1 = − 2
yielding the solutions ( 1 , 2 ) , ( − 3 , 0 ) , ( 0 , 3 ) , ( − 2 , − 1 )
If ( x + 1 ) ( y − 1 ) = − 2 then
{ x + 1 = 2 y − 1 = − 1
{ x + 1 = − 2 y − 1 = 1
{ x + 1 = 1 y − 1 = − 2
{ x + 1 = − 1 y − 1 = 2
yielding the solutions ( 1 , 0 ) , ( − 3 , 2 ) , ( 0 , − 1 ) , ( − 2 , 3 )
So there are 8 pairs which satisfy the given equation