Find the number of pairs of integers that satisfy the equation above.
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.
From the equation we could have ( x − 5 ) 2 + ( y − 5 ) 2 = 5 0
So we could have [ ( x − 5 ) 2 ; ( y − 5 ) 2 ] = [ 1 ; 4 9 ] o r [ 4 9 ; 1 ] o r [ 2 5 ; 2 5 ]
Each of the above could generate 4 pair of (x,y) but for the last one we have (0,0) pair that need to remove. So total we have 1 1 pairs.