document.write( "Question 370370: Make a quadratic equation whose roots are -2 + sqrt( 5 ) and -2 - sqrt( 5 ). \n" ); document.write( "
Algebra.Com's Answer #263994 by edjones(8007) You can put this solution on YOUR website! x=-2+sqrt(2), x=-2-sqrt(2) \n" ); document.write( "(x+2)^2=2 \n" ); document.write( "x^2+4x+4-2=0 \n" ); document.write( "x^2+4x+2=0 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |