document.write( "Question 232030: find a polynomial function of degree 3 with the given numbers as zeros.
\n" );
document.write( "1+4i,1-4i,-1 \n" );
document.write( "
Algebra.Com's Answer #171574 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! find a polynomial function of degree 3 with the given numbers as zeros. \n" ); document.write( "1+4i,1-4i,-1 \n" ); document.write( "-------------- \n" ); document.write( "= (x^2 + 16)*(x+1) \n" ); document.write( "= x^3 + x^2 + 16x + 16 \n" ); document.write( " \n" ); document.write( " |