document.write( "Question 678474: Find a polynomial function of lowest degree with integer coefficients that has the given zeros.
\n" );
document.write( "2, 2i, −2i
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #421450 by jsmallt9(3758)![]() ![]() ![]() You can put this solution on YOUR website! If a polynomial has a zero then the polynomial has a factor of the form: \n" ); document.write( "(x - z) \n" ); document.write( "where \"z\" is the zero. \n" ); document.write( "Your polynomial, with zeros of 2, 2i and -2i, will have factor of: \n" ); document.write( "(x - 2)(x - 2i)(x - (-2i)) \n" ); document.write( "The third factor simplifies to: \n" ); document.write( "(x - 2)(x - 2i)(x + 2i) \n" ); document.write( "All you have to do now is multiply. I suggest that you start by multiplying the last two factors first. (Hint: the i's will disappear!) \n" ); document.write( " \n" ); document.write( " |