document.write( "Question 1069918: find a polynomial function of smallest degree with integer coefficients that has the given zeros.\r
\n" );
document.write( "\n" );
document.write( "1/2,4-i,4+i \n" );
document.write( "
Algebra.Com's Answer #685037 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! find a polynomial function of smallest degree with integer coefficients that has the given zeros.\r \n" ); document.write( "\n" ); document.write( "1/2,4-i,4+i \n" ); document.write( "----------- \n" ); document.write( "It's P(x) = (x-1/2)*(x-4+1)*(x-4-i) \n" ); document.write( "With integers: \n" ); document.write( "P(x) = (2x-1)*(x-4+1)*(x-4-i) \n" ); document.write( " |