document.write( "Question 929527: Use elimination to solve the nonlinear system of equations:\r
\n" );
document.write( "\n" );
document.write( "x^2 - 3y = 3
\n" );
document.write( "x^2 + 2y^2 = 5\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #564377 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Use elimination to solve the nonlinear system of equations:\r \n" ); document.write( "\n" ); document.write( "x^2 - 3y = 3 \n" ); document.write( "x^2 + 2y^2 = 5 \n" ); document.write( "-------------------- Subtract \n" ); document.write( "-2y^2 - 3y = -2 \n" ); document.write( "2y^2 + 3y - 2 = 0 \n" ); document.write( "(2y - 1)*(y + 2) = 0 \n" ); document.write( "-------- \n" ); document.write( "Get the y values, the sub into either eqn and get the x values. \n" ); document.write( " \n" ); document.write( " |