document.write( "Question 941191: Write a quadratic equation such that the sum of its roots is 6 and the product of its roots is -27. \n" ); document.write( "
Algebra.Com's Answer #573727 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Write a quadratic equation such that the sum of its roots is 6 and the product of its roots is -27. \n" ); document.write( "----- \n" ); document.write( "Since the roots are [-b+sqrt(b^2-4ac)]/2a and [-b-sqrt(b^2-4ac)]/(2a) \n" ); document.write( "------ \n" ); document.write( "Sum of the roots is 2[-b/(2a)] = -b/a \n" ); document.write( "----- \n" ); document.write( "Product is (b^2-(b^2-4ac)]/(4a^2) = 4ac/4a^2 = c/a \n" ); document.write( "-------- \n" ); document.write( "Equation: \n" ); document.write( "y = x^2 - (sum of roots)x + (product of roots) \n" ); document.write( "----- \n" ); document.write( "y = x^2 -6x -27 \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=================== \n" ); document.write( " |