document.write( "Question 169252: I solved 48 problems but this one has me stumped and I have been working on it for 2hrs.
\n" );
document.write( "Solve the following system of nonlinear equations.
\n" );
document.write( "x^2 + y^2 = 3
\n" );
document.write( "x^2 + y = 0 \n" );
document.write( "
Algebra.Com's Answer #124794 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Solve the following system of nonlinear equations. \n" ); document.write( "x^2 + y^2 = 3 \n" ); document.write( "x^2 + y = 0 \n" ); document.write( "---------------Subtraction eliminate x^2 \n" ); document.write( "y^2 - y = 3 \n" ); document.write( ": \n" ); document.write( "y^2 - y - 3 = 0 \n" ); document.write( ": \n" ); document.write( "Solve the quadratic equation using the quadratic formula: \n" ); document.write( " \n" ); document.write( "In this equation a=1, b=-1, c=-3 \n" ); document.write( " \n" ); document.write( "; \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( "Two solutions \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "y = 2.3 \n" ); document.write( "and \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "y = -1.3 \n" ); document.write( ": \n" ); document.write( "Find x using the 2nd equation using y = +2.3 \n" ); document.write( "x^2 + 2.3 = 0 \n" ); document.write( "x^2 = -2.3 \n" ); document.write( "x = Sqrt(-2.3) not a real solution \n" ); document.write( ": \n" ); document.write( "Using y = -1.3 \n" ); document.write( "x^2 - 1.3 = 0 \n" ); document.write( "x^2 = +1.3 \n" ); document.write( "x = sqrt(1.3) \n" ); document.write( "x = 1.14 \n" ); document.write( ": \n" ); document.write( "Check solution in the 1st equation \n" ); document.write( "1.14^2 + (-1.3^2) = \n" ); document.write( "1.3 + 1.69 = 2.99 ~ 3 \n" ); document.write( ": \n" ); document.write( "Solutions: x = 1.14, y = -1.3 \n" ); document.write( "; \n" ); document.write( "You can check in the 2nd equation: \n" ); document.write( " |