document.write( "Question 484779: how to find the sum and products of the roots of roots of quadratic expression? \n" ); document.write( "
Algebra.Com's Answer #331688 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
The roots are
\n" ); document.write( "\"%28-b%2F2a%29+%2B+sqrt%28b%5E2+-+4ac%29%2F2a\" and
\n" ); document.write( "\"%28-b%2F2a%29+-+sqrt%28b%5E2+-+4ac%29%2F2a\"
\n" ); document.write( "---------------------------------- Add
\n" ); document.write( "= -b/a is the sum
\n" ); document.write( "------------------
\n" ); document.write( "(x - m)*(x - n) = 0 is the quadratic with solution m & n
\n" ); document.write( "The product is m*n = c
\n" ); document.write( "in ax^2 + bx + c = 0
\n" ); document.write( "
\n" ); document.write( "
\n" );