document.write( "Question 980407: form a polynomial f(x) with real coefficients having the given degree and zeros.
\n" );
document.write( "degree: 4; zeros: 5+3i,5-3i, -2 multiplicity 2 \n" );
document.write( "
Algebra.Com's Answer #601542 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! form a polynomial f(x) with real coefficients having the given degree and zeros. \n" ); document.write( "degree: 4; zeros: 5+3i,5-3i, -2 multiplicity \n" ); document.write( "================ \n" ); document.write( "f(x) = (x-5+3i)*(x-5-3i)*(x+2)*(x+2) \n" ); document.write( " \n" ); document.write( " |