How many distinct pairs ( x , y ) of real numbers satisfy the equation ( x + y ) 2 = ( x + 3 ) ( y − 3 ) ?
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.
Just to add, in coordinate plane it represents a pair of imaginary lines passing through the point (-3,3) . Nice problem ! : )
Let u = x + 3 and v = x − 3 . Then we have:
( x + y ) 2 ( u + v ) 2 u 2 + u v + v 2 ⇒ u = ( x + 3 ) ( x − 3 ) = u v = 0 = 2 − v ± v 2 − 4 v 2 = 2 − v ± − 3 v 2
We note that − 3 v 2 ≤ 0 therefore, u is only real when − 3 v 2 = 0 , that is v = 0 and u = 0 and that x = − 3 and y = 3 . Therefore, there is only 1 pair of ( x , y ) that satisfies the equation.
( x + y ) 2 = ( x + 3 ) ( y − 3 ) x 2 + y 2 + 2 x y = x y − 3 x + 3 y − 9 x 2 + y 2 + x y + 3 x − 3 y + 9 = 0 ( x 2 + 6 x + 9 ) + ( y 2 − 6 y + 9 ) + ( x y − 3 x + 3 y − 9 ) = 0 ( x + 3 ) 2 + ( y − 3 ) 2 + ( x + 3 ) ( y − 3 ) = 0 Since ( x + 3 ) 2 and ( y − 3 ) 2 can't be lower than zero, so both of them must be zero x + 3 = 0 and y − 3 = 0 x = − 3 and y = 3 So the only solution is x = − 3 and y = 3 .
Problem Loading...
Note Loading...
Set Loading...
Let X = x + 3 and Y = y − 3 . Then the given equation becomes ( X + Y ) 2 = X Y .
So X 2 + X Y + Y 2 = 0 . However, X 2 , Y 2 and X Y = ( X + Y ) 2 are non-negative.
Hence X = Y = 0 ; so x = − 3 and y = 3 is the only solution.
See here for a more difficult way to solve this problem.