Given that . Find the sum of all possible value of .
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.
Multiply by x 2 y 2 both sides and rearrange: x 3 y 3 − x 3 − y 3 − 3 x 2 y 2 = 0 Let a = x y , b = − x , c = − y . Then: a 3 + b 3 + c 3 − 3 a b c = 0 ( a + b + c ) ( a 2 + b 2 + c 2 − a b − b c − c a ) = 0 a + b + c = 0 ∪ a 2 + b 2 + c 2 − a b − b c − c a = 0 Case 1: a + b + c = 0 a + b + c = 0 x y − x − y = 0 x y − x − y + 1 = 1 ( x − 1 ) ( y − 1 ) = 1 Case 2: a 2 + b 2 + c 2 − a b − b c − c a = 0 a 2 + b 2 + c 2 − a b − b c − c a = 0 2 1 [ ( a − b ) 2 + ( b − c ) 2 + ( c − a ) 2 ] = 0 a = b = c x y = − x = − y x = y = − 1 ( x − 1 ) ( y − 1 ) = ( − 1 − 1 ) 2 = 4 Therefore, the sum is 1 + 4 = 5