document.write( "Question 41103: Given the quadratic equation: x^2 - 5x + 1 = 0.\r
\n" );
document.write( "\n" );
document.write( "A. What is the sum of the roots?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "B. What is the product of the roots? \n" );
document.write( "
Algebra.Com's Answer #26536 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! For x^2 - 5x + 1 = 0, \n" ); document.write( "the sum of the roots is -b/a = 5/1 = 5 \n" ); document.write( "and the product of the roots is c/a = 1/1 = 1 \n" ); document.write( " |