document.write( "Question 40256This question is from textbook beginning & intermediate algebra
\n" );
document.write( ": Use the quadratic formula to solve the equation.\r
\n" );
document.write( "\n" );
document.write( "x^2 +7x+6=0 \n" );
document.write( "
Algebra.Com's Answer #25647 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Okay from x^2 + 7x + 6 = 0, we identify \n" ); document.write( "a=1, b=7, and c=6...now plug in to the quadratic and get \n" ); document.write( "x = (-7 ± sqrt(7^2 - (4)(1)(6))) / 2 \n" ); document.write( "x = (-7 ± sqrt(49 - 24)) / 2 \n" ); document.write( "x = (-7 ± sqrt(25)) / 2 \n" ); document.write( "x = (-7 ± 5) / 2 \n" ); document.write( "x = -2/2 = -1 \n" ); document.write( "and \n" ); document.write( "x = -12/2 = -6 \n" ); document.write( " |