document.write( "Question 168291: find additional zeros for a function with degree 5 and the following zeros 2,
\n" );
document.write( "-i, 1+i \n" );
document.write( "
Algebra.Com's Answer #124088 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! Whenever a polynomial has complex roots, the roots come in complex conjugates pairs. \n" ); document.write( "So if (0-i) is a root, then so is (0+i). \n" ); document.write( "and if (1+i) is a root, then so is (1-i). \n" ); document.write( "The five roots are then 2,i,-i,1+i,1-i. \n" ); document.write( " |