document.write( "Question 194282: Solving the nonlinear system of equations.
\n" );
document.write( "x^2+y^2=4
\n" );
document.write( "x+y=-2 \n" );
document.write( "
Algebra.Com's Answer #145799 by edjones(8007)![]() ![]() You can put this solution on YOUR website! x^2+y^2=4 \n" ); document.write( "x+y=-2 \n" ); document.write( ". \n" ); document.write( "y=-x-2 \n" ); document.write( "x^2+(-x-2)^2=4 \n" ); document.write( "x^2+x^2+4x+4=4 \n" ); document.write( "2x^2+4x=0 \n" ); document.write( "2x(x+2)=0 \n" ); document.write( "x=0, y=-2 ; x=-2, y=0 \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |