{ x 2 + 3 x y = 5 4 x y + 4 y 2 = 1 1 5
If all the ordered pairs of reals ( x , y ) satisfying the system of equations above are ( x 1 , y 1 ) , ( x 2 , y 2 ) , ( x 3 , y 3 ) , ( x 4 , y 4 ) , find x 1 y 1 + x 2 y 2 + x 3 y 3 + x 4 y 4 .
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.
Out of curiosity, is there a way to find the value of x y directly (IE without finding x , y individually).
Of course, simply knowing that there are 2 values for the product doesn't tell us how many times the product can be attained by different solution sets.
It is -798 and not 798
Log in to reply
Yes, my mistake. I forgot to add the minus sign. Thank you.
We eliminate xy from the equations, then we have 12 y^2 – x^2 = 291. We divide two equations above by y^2, we have (x/y)^2 + 3 (x/y) = 54/y^2 , and 4 + (x/y) = 115/y^2 , then we eliminate RHS, we got, 115(x/y)^2 +291 (x/y) – 261 = 0, we obtain (x/y) = 69/115, or -72/23 , or y = 115/69 x, or y = (-23)/72 x. Substitute each to 12 y^2 – x^2 = 291.Then we have the solutions: (3,5), (-3,-5), (36,-23/2), (-36,23/2). Then (x1y1)+ (x2y2)+(x3 y3)+(x4y4) = -798
Totally wrong
Problem Loading...
Note Loading...
Set Loading...
1) Adding the two equations gives us:
x 2 + 4 x y + 4 y 2 = 1 6 9
2) This can be written as:
( x + 2 y ) 2 = 1 6 9 , meaning that
x + 2 y = + − 1 3
3) From here onward, there are two cases:
This means that x = 1 3 − 2 y
Replacing x in the equation we got in the first step, we get the following quadratic equation:
2 y 2 + 1 3 y − 1 5 5 = 0 ,
whose solutions are y = 5 , and y = − 2 2 3 .
So, in this case we get the ordered pairs ( x 1 , y 1 ) , and ( x 2 , y 2 ) , which are (3, 5) and (36, 2 2 3 ).
This means that x = − 1 3 − 2 y
Again, we replace x in the equation from the first step, and get the following quadratic equation:
2 y 2 − 1 3 y − 1 5 5 = 0 ,
whose solutions are y = − 5 , and y = ( 2 2 3 ).
In this case, we get the ordered pairs ( x 3 , y 3 ) , and ( x 4 , y 4 ) , which are (-3, -5) and (-36, 2 2 3 ).
The task states that the inputed answer should be:
( x 1 ∗ y 1 ) + ( x 2 ∗ y 2 ) + ( x 3 ∗ y 3 ) + ( x 4 ∗ y 4 ) ,
so, we get,
1 5 − 4 1 4 + 1 5 − 4 1 4 = − 7 9 8