document.write( "Question 166538: What is the sum of the roots of the equation
\n" );
document.write( "ax^2+bx+c=0 \n" );
document.write( "
Algebra.Com's Answer #122735 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! What is the sum of the roots of the equation \n" ); document.write( "ax^2+bx+c=0 \n" ); document.write( "Roots: x = [-b + sqrt(b^2-4ac)]2a or x = [-b -sqrt(b^2-4ac)]/2a\r \n" ); document.write( "\n" ); document.write( "--------------- \n" ); document.write( "Adding you get [-b/2a] + [-b/2a]\r \n" ); document.write( "\n" ); document.write( "= 2[-b/2a]\r \n" ); document.write( "\n" ); document.write( "= -b/a \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |