document.write( "Question 199851: Hi!\r
\n" );
document.write( "\n" );
document.write( "Find a polynomial with integer coefficients and a leading coefficient of one that satisfies the given conditions.\r
\n" );
document.write( "\n" );
document.write( "S has degree 4, and zeros 3i and 4i\r
\n" );
document.write( "\n" );
document.write( "thanks for your help! \n" );
document.write( "
Algebra.Com's Answer #150229 by RAY100(1637)![]() ![]() ![]() You can put this solution on YOUR website! Remember that if you have a complex root, you also have the congugate root. \n" ); document.write( ". \n" ); document.write( "y= (x+3i)(x-3i) (x+4i)(x-4i) \n" ); document.write( ". \n" ); document.write( "y = (x^2 -9i^2) (x^2 -16i^2),,,,with i^2 =(-1) \n" ); document.write( ". \n" ); document.write( "y = (x^2 +9) ( x^2 +16) \n" ); document.write( ". \n" ); document.write( "y= x^4 +25x^2 + 144 \n" ); document.write( ". \n" ); document.write( " |