document.write( "Question 436832: Write a quadratic equation having the given numbers as solutions
\n" );
document.write( "-8 and -2 \n" );
document.write( "
Algebra.Com's Answer #302179 by mananth(16949) You can put this solution on YOUR website! (x+2)(x+8) \n" ); document.write( "x^2+8x+2x+16 \n" ); document.write( "x^2+10x+16 \n" ); document.write( " |