document.write( "Question 1134167: What is the solution of the system? Find the ordered pair
\n" );
document.write( "x^2+y^2=4
\n" );
document.write( "x+y=1 \n" );
document.write( "
Algebra.Com's Answer #751456 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! y=1-x \n" ); document.write( "substitute \n" ); document.write( "x^2+(1-x)^2=4 \n" ); document.write( "x^2+1-2x+x^2=4 \n" ); document.write( "2x^2-2x-3=0 \n" ); document.write( "x=(1/4)(2+/- sqrt (4+24)) \n" ); document.write( "=(1/4)(2+/-2 sqrt (7) \n" ); document.write( "or 0.5+/-0.5 sqrt (7) \n" ); document.write( "numerically 1.82 and -0.82 for x \n" ); document.write( "y=-0.82 and 3.15 \n" ); document.write( "(1.82, -0.82) and (-0.82, 1.82) \n" ); document.write( " |