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)![]() ![]() You can put this solution on YOUR website! The roots are \n" ); document.write( " \n" ); document.write( " \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( " |