document.write( "Question 814091: Find a polynomial with integer coefficients that satisfies the given conditions.
\n" );
document.write( "Q has degree 3 and zeros
\n" );
document.write( "−6 and 1 + i.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "my answer x(x+6)(x-(1+i)) but it's incorrect \n" );
document.write( "
Algebra.Com's Answer #490716 by tommyt3rd(5050)![]() ![]() You can put this solution on YOUR website! it should be: \n" ); document.write( "(x+6)(x-1+i)(x-1-i)\r \n" ); document.write( "\n" ); document.write( "then just expand\r \n" ); document.write( "\n" ); document.write( "to get\r \n" ); document.write( "\n" ); document.write( "Q(x)=x^3+4x^2-10x+12 \n" ); document.write( " |