document.write( "Question 6394: Please assist me in comprehending how to solve this problem.\r
\n" );
document.write( "\n" );
document.write( "Find the solution of the system y = x^2 + 5 and y = 2x + 4 \n" );
document.write( "
Algebra.Com's Answer #3430 by xcentaur(357)![]() ![]() ![]() You can put this solution on YOUR website! y = x^2 + 5 \n" ); document.write( "y = 2x + 4 \n" ); document.write( "--- \n" ); document.write( "Therefore, \n" ); document.write( "x^2 + 5 = 2x + 4 \n" ); document.write( "x^2 - 2x + 5 - 4 = 0 \n" ); document.write( "x^2 - 2x + 1 = 0 \n" ); document.write( " \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( " \n" ); document.write( "Therefore,x=1 \n" ); document.write( "then y=2x+4=2+4=6 \n" ); document.write( "
|