document.write( "Question 1175848: Find a polynomial with integer coefficients that satisfies the given conditions.
\n" );
document.write( "Q has degree 3, and zeros 0 and i.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #801544 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! If a polynomial has a root of the form a+bi, then it must also have a root of the form a-bi. Our polynomial has i as a root, so it must have -i as another root.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(x)(x + i)(x - i) \n" ); document.write( "(x)(x^2 + 1)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " |