document.write( "Question 86736: I can't figure out even where to start with this question, could you walk me through it????
\n" );
document.write( "Find a polynomial with integer coefficients that has the given zeros. -4, -1+i, -1-i \n" );
document.write( "
Algebra.Com's Answer #62756 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find a polynomial with integer coefficients that has the given zeros. -4, -1+i, -1-i \n" ); document.write( "--------------- \n" ); document.write( "If -4 is a zero, (x+4) is a factor. \n" ); document.write( "If -1+i is a zero, (x-(-1+i))= ((x+1)-i) is a factor \n" ); document.write( "If -1-i is a zero, (x-(-1-i))= ((x+1)+i) is a factor \n" ); document.write( "--------- \n" ); document.write( "The polynomial you want is the product of these factors: \n" ); document.write( "f(x)=(x+4)((x+1)^2-(i^2)) \n" ); document.write( "f(x)=(x+4)((x+1)^2+1) \n" ); document.write( "f(x)=(x+4)(x^2+2x+2) \n" ); document.write( "f(x)=x^3+6x^2+10x+8 \n" ); document.write( "===================== \n" ); document.write( "Cheers, \n" ); document.write( "stan H. \n" ); document.write( " \n" ); document.write( " |