document.write( "Question 892463: Can you help me solve the solution of this set of equations x^2+xy+y^2=12 and x+y=2
\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #540507 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Can you help me solve the solution of this set of equations \n" ); document.write( "x^2+xy+y^2=12 and x+y=2 \n" ); document.write( "--------- \n" ); document.write( "y = 2-x \n" ); document.write( "--- \n" ); document.write( "Substitute for \"y\" and solve for \"x\": \n" ); document.write( "x^2 + x(2-x) + (2-x)^2 = 12 \n" ); document.write( "---- \n" ); document.write( "x^2 + 2x - x^2 + 4-4x+x^2 = 12 \n" ); document.write( "----- \n" ); document.write( "x^2 -2x + 4 = 12 \n" ); document.write( "----- \n" ); document.write( "x^2 -2x - 8 = 0 \n" ); document.write( "------- \n" ); document.write( "Factor:: \n" ); document.write( "(x-4)(x+2) = 0 \n" ); document.write( "---- \n" ); document.write( "x = 4 or x = -2 \n" ); document.write( "---- \n" ); document.write( "If x = 4, y = 2-x = -2 \n" ); document.write( "If x = -2 y = 2-x = 4 \n" ); document.write( "---------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "--------------------- \n" ); document.write( " \n" ); document.write( " |