document.write( "Question 236849: givn one zero, find all other zeros that can be either real or complex.
\n" );
document.write( "p(x)=x^4-x^3+7x^2-9x-18 (3i is a zero) \n" );
document.write( "
Algebra.Com's Answer #174216 by edjones(8007)![]() ![]() You can put this solution on YOUR website! p(x)=x^4-x^3+7x^2-9x-18 (3i is a zero) \n" ); document.write( "if x=3i then x=-3i the 2nd zero. \n" ); document.write( "(x-3i)(x+3i)=0 \n" ); document.write( "x^2+9=0 \n" ); document.write( "(x^4-x^3+7x^2-9x-18)/(x^2+9) \n" ); document.write( "=x^2-x-2 long division \n" ); document.write( "x^2-x-2=0 \n" ); document.write( "(x-2)(x+1)=0 \n" ); document.write( "x=2, x=-1 the 3rd and 4th zeros. \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |