document.write( "Question 1199235: solve the system
\n" );
document.write( "x^2+y^2=100
\n" );
document.write( " y=x^2-3x-10
\n" );
document.write( " y=x+2 \n" );
document.write( "
Algebra.Com's Answer #833023 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "There are three equations and only two variables, so the system might be inconsistent. Pick two of the equations to solve simultaneously and see if the solution satisfies the third equation. \n" ); document.write( "Substitute the third equation in the first: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "The possible solutions are (x,y)=(-8,-6) and (x,y)=(6,8) \n" ); document.write( "See whether each solution satisfies the second given equation. \n" ); document.write( "x = -8: x^2-3x-10 = 64+24-10 = 78 NO \n" ); document.write( "x = 6: x^2-3x-10 = 36-18-10 = 8 YES \n" ); document.write( "ANSWER: x=6; y=8 \n" ); document.write( " \n" ); document.write( " |