document.write( "Question 973435: write the simplest polynomial equation that has roots 1+ 2i and 4
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #595645 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! write the simplest polynomial equation that has roots 1+ 2i and 4 \n" ); document.write( "============ \n" ); document.write( "Complex roots occur in pairs. \n" ); document.write( "--> 1+2i, 1-2i, 4 \n" ); document.write( "(x^2 -2x + 5)*(x-4) \n" ); document.write( "= x^3 - 6x^2 + 13x - 20 \n" ); document.write( "=============================== \n" ); document.write( "The other tutor interpreted it as \n" ); document.write( "1, +2i and 4. \n" ); document.write( " |