document.write( "Question 1119806: Show all work and solve\r
\n" );
document.write( "\n" );
document.write( "y = x2 + 3
\n" );
document.write( "y = x + 5 \n" );
document.write( "
Algebra.Com's Answer #735419 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! y = x^2 + 3 \n" ); document.write( "y = x + 5 \n" ); document.write( "y = y; therefore \n" ); document.write( "x^2 + 3 = x + 5 \n" ); document.write( "x^2 - x + 3 - 5 = 0 \n" ); document.write( "x^2 - x - 2 = 0 \n" ); document.write( "Factors to \n" ); document.write( "(x - 2)(x + 1) = 0 \n" ); document.write( "Two solutions \n" ); document.write( "x = 2 \n" ); document.write( "x = -1 \n" ); document.write( ": \n" ); document.write( "You can check both solutions in both equations \n" ); document.write( " |