document.write( "Question 710612: Good Evening:) here is my question:
\n" );
document.write( "The roots of a quadratic equation are -1 and 3. What is its defining equation?
\n" );
document.write( "Can you also Give the solution? \n" );
document.write( "
Algebra.Com's Answer #437104 by srinivas.g(540)![]() ![]() You can put this solution on YOUR website! give roots = -1 , 3 \n" ); document.write( " sum of the roots = -1 +3 \n" ); document.write( " =2 \n" ); document.write( "product of the roots = -1*3 \n" ); document.write( " = -3 \n" ); document.write( " quadratic equation :\r \n" ); document.write( "\n" ); document.write( " formula : x^2 - sum of the roots (x) + product of the roots = 0 \n" ); document.write( " x^2 -2x+ (-3) =0 \n" ); document.write( " x^2-2x-3 =0 \n" ); document.write( " |