⎩ ⎨ ⎧ x 2 − 2 x y + 2 y 2 − 2 0 x + 5 y − 4 = 0 3 x + 2 y + 1 = 0
Given that there exist two solution pairs ( x 1 , y 1 ) and ( x 2 , y 2 ) for the above system of equations, find x 1 + y 1 + x 2 + y 2 correct to three decimal places.
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.
Problem Loading...
Note Loading...
Set Loading...
Solving the second equation for y in terms x gives y = -3x/2 - 1/2, which when substituted into the first equation produces:
x^2 - 2x (-3x/2 - 1/2) + 2 (-3x/2 - 1/2)^2 - 20x + 5*(-3x/2 - 1/2) - 4 = 0;
which when multiplied out and combined yields the quadratic equation in x:
17*x^2 - 47x - 12 = (17x + 4)(x - 3) = 0, or x = 3, -4/17.
Plugging these values into y = -3x/2 - 1/2 gives y = -5, -5/34 respectively. The two intersection points are (x,y) = (3, -5) and (-4/17, -5/34) with coordinate sum equal to 3 - 5 - 4/17 - 5/34 = -81/34 = -2.382.