document.write( "Question 397040: Find a polynomial f(x) of degree 4 that has the following zeros. \r
\n" );
document.write( "\n" );
document.write( "-8,0,7,-6
\n" );
document.write( "Leave your answer in factored form. \n" );
document.write( "
Algebra.Com's Answer #281482 by richard1234(7193) You can put this solution on YOUR website! Use the fact that if r is a root, then x-r is a factor of the polynomial. Thus the polynomial f(x) is (x+8)(x)(x-7)(x+6). \n" ); document.write( " |