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.
Obviously, none of x , y can be equal to zero. If one of x , y is positive and the other is negative, then the LHS is negative (no solution). Both x , y should be either positive or negative, which automatically impose limits on the absolute values of them ( m i n ( ∣ x ∣ , ∣ y ∣ ) ≤ 2 ). The rest is just trying a couple of integers in the mentioned ranged considering symmetry of the equation, wrt x and y . The pairs are ( 1 , 2 ) , ( 2 , 1 ) , ( − 1 , − 2 0 ) ,and ( − 2 0 , − 1 )