document.write( "Question 694777: Write a quadratic equation that has integer coefficients and has as solutions the given pair of numbers.5/6 and 1/2 \n" ); document.write( "
Algebra.Com's Answer #428191 by Ave(106)![]() ![]() You can put this solution on YOUR website! Not sure if there is a better way to do this but just work it backwords \n" ); document.write( "x=5/6 \n" ); document.write( "6x=5 \n" ); document.write( "6x-5=0 \n" ); document.write( "and \n" ); document.write( "x=1/2 \n" ); document.write( "2x=1 \n" ); document.write( "2x-1=0 \n" ); document.write( "(2x-1)(6x-5)=0 foil \n" ); document.write( "12x^2-10x-6x+5=0 \n" ); document.write( " |