document.write( "Question 1189728: Find a polynomial f(x) with real coefficients that satisfies the given conditions: degree 5; zeros 2 of multiplicity 3, i, and -i. \n" ); document.write( "
Algebra.Com's Answer #821166 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! (x-2)^3(x-i-1)(x+I-1) \n" ); document.write( "(x-2)^3(x^2+1) \n" ); document.write( "(x3-6x^2+12x-8)*(x^2+1)= \n" ); document.write( "x^5-6x^4+13x^3-14x^2+12x-8 \n" ); document.write( " |