document.write( "Question 342529: Solve the nonlinear system of equations. Solve by using elimination or substitution methods.
\n" );
document.write( "x^+y^=5
\n" );
document.write( "x+y=3 \n" );
document.write( "
Algebra.Com's Answer #245188 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! What does x^ mean? \n" ); document.write( "If it's x^2: \n" ); document.write( "------------- \n" ); document.write( "y = 3-x \n" ); document.write( "Sub for y in the 1st eqn \n" ); document.write( "x^2 + (3-x)^2 = 5 \n" ); document.write( "2x^2 - 6x + 9 = 5 \n" ); document.write( "x^2 - 3x + 2 = 0 \n" ); document.write( "(x-1)*(x-2) = 0 \n" ); document.write( "x = 1, y = 2 --> (1,2) \n" ); document.write( "x = 2, y = 1 --> (2,1) \n" ); document.write( "------------- \n" ); document.write( "Use x^2 for x squared, x^3 for x cubed, etc\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |