document.write( "Question 67221This question is from textbook Advanced mathematics
\n" );
document.write( ": Write the quadratic equation with a lead coefficient of 1 whose roots are 2+ square root of 5 and 2- the square root of 5. \n" );
document.write( "
Algebra.Com's Answer #47788 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! (x - (2 + sqrt(5))*(x - (2 - sqrt(5)) \n" ); document.write( "(x - 2 - sqrt(5))*(x - 2 + sqrt(5)) \n" ); document.write( "x^2 - 2x - sqrt(5)x - 2x + 4 + sqrt(5)2 + sqrt(5)x - sqrt(5)2 - 5 \n" ); document.write( "x^2 - 4x - 1 = f(x) \n" ); document.write( " |