document.write( "Question 263696: 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 4 + 4i.
\n" ); document.write( "

Algebra.Com's Answer #194312 by palanisamy(496)\"\" \"About 
You can put this solution on YOUR website!
Given zeros are 1 and 4+4i
\n" ); document.write( "We know that complex roots occur in conjugate pairs.
\n" ); document.write( "Since 4+4i is one zero, 4-4i is also another zero.
\n" ); document.write( "The required equation is
\n" ); document.write( " (x-1)[x-(4+4i][x-(4-4i)] = 0
\n" ); document.write( " (x-1)[(x-4)-4i][(x-4)+4i] = 0
\n" ); document.write( " (x-1)[(x-4)^2-(4i)^2]=0
\n" ); document.write( " (x-1)[x^2-8x+16+16] =0
\n" ); document.write( " (x-1){x^2-8x+32]=0
\n" ); document.write( " x^3-8x^2+32x-x^2+8x-32=0
\n" ); document.write( " x^3-9x^2+40x-32 = 0
\n" ); document.write( "
\n" );