document.write( "Question 390472: find the second root of the quadratic equation x^2 + 9x + k = 0 if one root is -2. \n" ); document.write( "
Algebra.Com's Answer #276855 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
find the second root of the quadratic equation
\n" ); document.write( "x^2 + 9x + k = 0 if one root is -2.
\n" ); document.write( "----
\n" ); document.write( "Using synthetic division you get:
\n" ); document.write( "-2)....1....9....k
\n" ); document.write( ".........1....7...|k-14
\n" ); document.write( "----
\n" ); document.write( "Solve k-14 = 0
\n" ); document.write( "k = 14
\n" ); document.write( "==========================
\n" ); document.write( "Notice the quotient is x+7
\n" ); document.write( "So the 2nd root is x=-7
\n" ); document.write( "================================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" ); document.write( "
\n" );