document.write( "Question 6334: How would you find the sum and product of the root of this quadratic equation?
\n" );
document.write( "1. \n" );
document.write( "
Algebra.Com's Answer #531923 by Yuchengco(1)![]() ![]() ![]() You can put this solution on YOUR website! r1+r2=-B/A \n" ); document.write( "r1*r2=C/A\r \n" ); document.write( "\n" ); document.write( "AX^2+BX+C=0 is the standard form \n" ); document.write( "2X^2+8X-3=0 \n" ); document.write( "sum of roots = -8/2 = -4 \n" ); document.write( "Product of roots= -3/2 \n" ); document.write( " |