document.write( "Question 352224: solve the following non-linear system of equations.\r
\n" ); document.write( "\n" ); document.write( "x^2 + 2y^2 = 3\r
\n" ); document.write( "\n" ); document.write( "x - y^2 = 0
\n" ); document.write( "

Algebra.Com's Answer #251698 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
Hint: Solve the second equation for 'x' to get \"x=y%5E2\". Then replace each 'x' in the first equation with \"y%5E2\" (since \"x=y%5E2\") to get \"%28y%5E2%29%5E2%2B2y%5E2=3\" \n" ); document.write( "
\n" );