document.write( "Question 251710: How do you write a quadratic equation with integer coefficients for each pair of roots? \n" ); document.write( "
Algebra.Com's Answer #183413 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! if the roots are 4 and 5 \n" ); document.write( "then (x-4)(x-5)=0 \n" ); document.write( "x^2-4x-5x+20=0 \n" ); document.write( "x^2-9x+20=0 \n" ); document.write( "Is this what you want? \n" ); document.write( " |