document.write( "Question 361248: Find the polymonial function that has the given zeros.\r
\n" );
document.write( "\n" );
document.write( "2, 4+ square root 5, 4- square root of 5\r
\n" );
document.write( "\n" );
document.write( "I started out with this f(x)= (x-2)(x- 4+ or - square root of 5), but now I am stuck. \n" );
document.write( "
Algebra.Com's Answer #257652 by edjones(8007)![]() ![]() You can put this solution on YOUR website! (x-2)(x-(4+sqrt(5))(x-(4-sqrt(5)) \n" ); document.write( "=(x-2)(x+sqrt(5)-4)(x-sqrt(5)-4) \n" ); document.write( "=(x-2)(x^2-8x+11) \n" ); document.write( "=x^3-10x^2+27x-22 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |