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 #276888 by richard1234(7193)\"\" \"About 
You can put this solution on YOUR website!
A fast way to solve this problem is to know that the sum of the roots of a quadratic is \"-b%2Fa\", or -9 in this case. Since one of the roots is -2, the other one must be (-9) - (-2), or -7. Amazing that we don't even need to solve for k to find the other root?\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(In general, the sum of the roots of any polynomial \"ax%5En+%2B+bx%5E%28n-1%29+%2B+...\" is -b/a. This is one of Vieta's formulas.
\n" ); document.write( "
\n" );