document.write( "Question 331029: what is the sum of the root of the quadratic equation x^2-11x+10=0? \n" ); document.write( "
Algebra.Com's Answer #237316 by galactus(183)\"\" \"About 
You can put this solution on YOUR website!
The sums of the roots of a quadratic can be found without finding the roots and adding them up. \r
\n" ); document.write( "\n" ); document.write( "Just use \"-b%2Fa\"\r
\n" ); document.write( "\n" ); document.write( "a=1 and b=-11\r
\n" ); document.write( "\n" ); document.write( "\"-%28-11%29%2F1=11\"\r
\n" ); document.write( "\n" ); document.write( "They sum to 11.
\n" ); document.write( "
\n" );