document.write( "Question 473872: find all solutions of the system of equations.\r
\n" );
document.write( "\n" );
document.write( "{x + sqrt (y) = 0
\n" );
document.write( "{y^2 - 2x^2 = 3 \n" );
document.write( "
Algebra.Com's Answer #325055 by robertb(5830)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Substitute into the bottom equation:\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "<==> (y - 3)(y + 1) = 0 ==> y = 3, -1\r \n" ); document.write( "\n" ); document.write( "eliminate y = -1 (Why?)\r \n" ); document.write( "\n" ); document.write( "==> \n" ); document.write( "\n" ); document.write( "The solution point is thus ( |