document.write( "Question 975762: Solve the following system of equations
\n" );
document.write( "y = x^2 + 3
\n" );
document.write( "y = x + 5 \n" );
document.write( "
Algebra.Com's Answer #597426 by algebrahouse.com(1659)![]() ![]() You can put this solution on YOUR website! y = x² + 3 \n" ); document.write( "y = x + 5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + 5 = x² + 3 {substituted (x + 5), in for y, into top equation} \n" ); document.write( "x² - x - 2 = 0 {subtracted x and 2 from each side} \n" ); document.write( "(x - 2)(x + 1) = 0 {factored into two binomials} \n" ); document.write( "x - 2 = 0 or x + 1 = 0 {set each factor equal to 0} \n" ); document.write( "x = 2 or x = -1 {solved each equation for x}\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y = x = 5 {bottom original equation} \n" ); document.write( "y = 2 + 5 or y = -1 + 5 {substituted 2 and -1, in for x, into bottom original equation} \n" ); document.write( "y = 7 or y = 4 {solved each equation for y}\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = 2 and y = 7 \n" ); document.write( "or \n" ); document.write( "x = -1 and y = 4 \n" ); document.write( " To ask a question, visit: www.algebrahouse.com \n" ); document.write( " |