document.write( "Question 284664: Find a polynomial with integer coefficients and a leading coefficient of one that satisfies the given conditions.
\n" );
document.write( "P has degree 3, and zeros 1 and 1 + 4i. \n" );
document.write( "
Algebra.Com's Answer #206504 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! if 1+4i is a zero then so is 1-4i \n" ); document.write( "(x-1)*(x-(1+4i))*(x-(1-4i)) \n" ); document.write( "x^3-3x^2+19x-17 \n" ); document.write( " |