document.write( "Question 343242: Find a polynomial with integer coefficients that satisfies the given conditions.
\n" );
document.write( "Q has degree 3 and zeros −9and 1 + i. \n" );
document.write( "
Algebra.Com's Answer #245629 by edjones(8007)![]() ![]() You can put this solution on YOUR website! x=-9, x=1+i, x=1-i \n" ); document.write( "(x+9)(x-(1+i)(x-(1-i) \n" ); document.write( "=x^3+7x^2-16x+18 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |