document.write( "Question 50242: I need help solving the following nonlinear system of equation:\r
\n" );
document.write( "\n" );
document.write( "y = x^2
\n" );
document.write( "3x = y +2 \n" );
document.write( "
Algebra.Com's Answer #33355 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! y = x^2 \n" ); document.write( "3x = y +2\r \n" ); document.write( "\n" ); document.write( "-------------------- \n" ); document.write( "Substitute to get: \n" ); document.write( "3x=x^2+2 \n" ); document.write( "x^2-3x+2=0 \n" ); document.write( "(x-2)(x-1)=0 \n" ); document.write( "x=2 or x=1 \n" ); document.write( "If x=2 then y= 4 \n" ); document.write( "If x=1 then y=1\r \n" ); document.write( "\n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |