document.write( "Question 748794: Solve the given nonlinear system by the addition method. \r
\n" );
document.write( "\n" );
document.write( "4x^2–2y^2= –2\r
\n" );
document.write( "\n" );
document.write( "x^2+4y^2=40\r
\n" );
document.write( "\n" );
document.write( "Please show me the steps. thank you so much!! \n" );
document.write( "
Algebra.Com's Answer #455654 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Solve the given nonlinear system by the addition method. \n" ); document.write( "4x^2 – 2y^2= –2 \n" ); document.write( " x^2 + 4y^2 = 40 \n" ); document.write( ": \n" ); document.write( "Multiply the 1st equation by 2, add to the 2nd equation \n" ); document.write( "8x^2 – 4y^2= –4 \n" ); document.write( " x^2 + 4y^2 = 40 \n" ); document.write( "--------------------Addition eliminates y^2, find x^2 \n" ); document.write( "9x^2 = 36 \n" ); document.write( "divide both sides by 9 \n" ); document.write( "x^2 = 4 \n" ); document.write( "x = +/- \n" ); document.write( "x = +2, \n" ); document.write( "x = -2 \n" ); document.write( ": \n" ); document.write( "Find y using the 2nd equation, we know x^2 = 4 \n" ); document.write( "4 + 4y^2 = 40 \n" ); document.write( "4y^2 = 40 - 4 \n" ); document.write( "4y^2 = 36 \n" ); document.write( "divide both sides by 4 \n" ); document.write( "y^2 = 9 \n" ); document.write( "y = +/- \n" ); document.write( "y = +3 \n" ); document.write( "y = -3 \r \n" ); document.write( "\n" ); document.write( ": \n" ); document.write( "Check our solutions in the 1st equation \n" ); document.write( "4(4) - 2(9) = -2 \n" ); document.write( " \n" ); document.write( " |