document.write( "Question 1175849: Find a polynomial with integer coefficients that satisfies the given conditions.
\n" );
document.write( "Q has degree 3 and zeros 4,
\n" );
document.write( "4i, and −4i. \n" );
document.write( "
Algebra.Com's Answer #801542 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! A polynomial with root r has a factor of the form (x-r).\r \n" ); document.write( "\n" ); document.write( "So, our polynomial is:\r \n" ); document.write( "\n" ); document.write( "(x - 4)(x - 4i)(x + 4i) \n" ); document.write( "(x - 4)(x^2 + 16)\r \n" ); document.write( "\n" ); document.write( "(x^3 - 4x^2 + 16x - 64)\r \n" ); document.write( "\n" ); document.write( "And that is our answer. \n" ); document.write( " |