document.write( "Question 295038: Find the real solutions of teh system of equations:
\n" );
document.write( "x^2 + y^2 = 4
\n" );
document.write( "2x + y = 0\r
\n" );
document.write( "\n" );
document.write( "Thanks! \n" );
document.write( "
Algebra.Com's Answer #212739 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! y=-2x \n" ); document.write( "x^2+(-2x)^2=4 \n" ); document.write( "x^2+4x^2=4 \n" ); document.write( "5x^2=4 \n" ); document.write( "x^2=4/5 \n" ); document.write( "x=+-2/sqrt(5)\r \n" ); document.write( "\n" ); document.write( "x=+2sqrt(5)/5 \n" ); document.write( "x=-2sqrt(5)/5\r \n" ); document.write( "\n" ); document.write( "y=-2x\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |