document.write( "Question 951555: find a polynomial f(x) of degree 3 that has the following zeros
\n" );
document.write( "4,0,-5\r
\n" );
document.write( "\n" );
document.write( "Leave answer in factored form
\n" );
document.write( "f(x)= \n" );
document.write( "
Algebra.Com's Answer #581112 by Alan3354(69443) You can put this solution on YOUR website! find a polynomial f(x) of degree 3 that has the following zeros \n" ); document.write( "4,0,-5 \n" ); document.write( "-------- \n" ); document.write( "(x-4)*(x-0)*(x+5) \n" ); document.write( "= x(x-4)(x+5) \n" ); document.write( " \n" ); document.write( " |