You can put this solution on YOUR website! What is the sum of the roots of the equation
ax^2+bx+c=0
Roots: x = [-b + sqrt(b^2-4ac)]2a or x = [-b -sqrt(b^2-4ac)]/2a
---------------
Adding you get [-b/2a] + [-b/2a]
= 2[-b/2a]
= -b/a
===============
Cheers,
Stan H.