{ x 4 + 2 x 3 − y = − 4 1 + 3 y 4 + 2 y 3 − x = − 4 1 − 3
All the ordered pairs of real numbers that satisfy the system of equations above are ( x 1 , y 1 ) , ( x 2 , y 2 ) , . . . ( x n , y n ) . Find the value of x 1 + x 2 + . . . + x n + y 1 + . . . y n correct upto two 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.
After solving a combined system of equations, we have to verify that these are indeed solutions to the original system. Sometimes we introduce extraneous solutions.
Your solution is -2, but the answer showed is "The correct answer is -1.". I guess the "correct answer" in the system is wrong, isn't it?
Log in to reply
I put the answer as -2 but I don't know why Brilliant changed it to "-1". Also the feedback by challenge master is already given.Do u agree with my solution?
Log in to reply
Yes, I do! =)
The answer is − 1 , because only x = − 2 1 + 2 3 and y = − 2 1 − 2 3 is a solution to any of the original equations.
Note that there are 4 choices of ++, +-, -+, --. No equal roots can work, since that violates that the above form is in +-, and not ++ or -- form due to equation symmetry. Only one of the ordered pairs can work, as if both works then the +- and -+ forms could work, which they do not. Then notice that in that pair, the sqrt(3)/2 pairs cancel out, leaving (-1/2)+(-1/2) = -1
this is weird but what was your approach? I mean, is this a standard approach for manipulating biquadratic equations by converting into the square of a quadratic trinomial or was there something special here about the coefficients and the constant that I was unable to see while solving the problem?
Problem Loading...
Note Loading...
Set Loading...
Adding the equations we get ( x 4 + 2 x 3 − x ) + ( y 4 + 2 y 3 − y ) = − 2 1 ( x 2 + x − 2 1 ) 2 + ( y 2 + y − 2 1 ) 2 = 0 Equality holds only if ( x 2 + x − 2 1 ) 2 = ( y 2 + y − 2 1 ) 2 = 0 On solving the equations we get that
{ x , y } ⊂ { − 2 1 − 2 3 , − 2 1 + 2 3 }
Notice that x = y because if x = y then from original equations − 4 1 + 3 = − 4 1 − 3 which is not true.
So two ordered pairs are there ( x , y ) = ( − 2 1 − 2 3 , − 2 1 + 2 3 ) and ( − 2 1 + 2 3 , − 2 1 − 2 3 )
Answer is − 2 1 − 2 1 − 2 1 − 2 1 = − 2
Edit: Note that the first ordered pair doesn't satisfy the original system of equations. Hence the answer is only − 1 .
When manipulating a system of non-linear equations, we might introduce solutions even with simple operations like addition and subtraction.