document.write( "Question 1098020: Find a polynomial of lowest degree with rational coefficients that has 3 and 4i as some of its zeros. \n" ); document.write( "
Algebra.Com's Answer #712448 by ikleyn(52781)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "
\r\n" );
document.write( "For polynomials with real coefficients, complex roots \"z\" always go in pairs \r\n" );
document.write( "\r\n" );
document.write( "(z, z-conjugated).\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The conjugated to  4i  is the complex number  -4i.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "So, your polynomial is  a*(x-3)*(x-4i)*(x+4i) = \"a%2A%28x-3%29%2A%28x%5E2%2B16%29\".\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The leading coefficient \"a\" is an arbitrary real number, or, \r\n" );
document.write( "if you really are seeking for rational coefficients, then \"a\" must be a rational number.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );