document.write( "Question 762012: find the complex zeros of the following polynomial. Write f in factored form. \r
\n" );
document.write( "\n" );
document.write( "f(x)=x^4+x^3+7x^2+9x-18 \n" );
document.write( "
Algebra.Com's Answer #463891 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! find the complex zeros of the following polynomial. Write f in factored form. \n" ); document.write( "f(x)=x^4+x^3+7x^2+9x-18 \n" ); document.write( "*** \n" ); document.write( "Use Rational Roots Theorem\r \n" ); document.write( "\n" ); document.write( "...0...|....1......1......7......9....-18 \n" ); document.write( "...1...|....1......2......9.....18......0 (1 is a root) \n" ); document.write( "=================== \n" ); document.write( "....0..|....1......2......9.....18 \n" ); document.write( "..-1..|....1......1......8.....10 \n" ); document.write( "..-2..|....1......0......9......0 (-2 is a root) \n" ); document.write( "f(x)=(x-1)(x+2)(x^2+9) \n" ); document.write( "x^2+9=0 \n" ); document.write( "x=±√-9=±3i \n" ); document.write( "f(x)=(x-1)(x+2)(x+3i)(x-3i) \n" ); document.write( " |