Find the number of pairs of real numbers satisfying the system of equations above.
This is part of the set My Problems and THRILLER
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.
Let a = x + y and b = x y . Then, with the use of the identities we have the system: a 3 − 3 a b = 7 a 2 − b + a = 4 Solve for b from the first equation and plug in the second:
b = 3 a a 3 − 7 a 2 − 3 a a 3 − 7 + a = 4
We arrive to a cubic equation:
2 a 3 + 3 a 2 − 1 2 a + 7 = 0
Factor ir using the rational root test:
( a − 1 ) 2 ( 2 a + 7 ) = 0
So we have the solutions ( a , b ) = ( 1 , − 2 ) , ( − 7 / 2 , 1 9 / 4 ) .
Finally, for x and y to be real, we need that a 2 − 4 b ≥ 0 . Only the first solution is valid, leading us to 2 different pairs such that x + y = 1 and x y = − 2 , giving us ( x , y ) = ( 2 , − 1 ) , ( − 1 , 2 ) .