document.write( "Question 1172003: A polynomial f(x) with real coefficients and leading coefficient 1 has the given zeros and degree. Express f(x) as a product of linear and/or quadratic polynomials with real coefficients that are irreducible over ℝ.
\n" );
document.write( "−2, 0, 4 + i; degree 4
\n" );
document.write( "f(x) =
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #796911 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! if 4+i is a root, then 4-i is a root, since complex roots are conjugate. \n" ); document.write( "two of the factors are (x+2) and x \n" ); document.write( "The other two are from (x-4-i) and (x-4+i) \n" ); document.write( "If we multiply those factors together, we get \n" ); document.write( "x^2-4x+ix-4x+16+4i-ix+4i-i^2=x^2-8x+17\r \n" ); document.write( "\n" ); document.write( "The factors are x, (x+2), and x^2-8x+17. \n" ); document.write( "f(x) is their product, or x(x+2)(x^2-8x+17) \n" ); document.write( " |