document.write( "Question 1171424: 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( "1, −5 − 4i; degree 3 \n" );
document.write( "
Algebra.Com's Answer #803198 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! If a polynomial has the root a + bi, it also has the root a - bi.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Here, a is a constant.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a(x - 1)(x - (-5 - 4i))(x - (-5 + 4i)) \n" ); document.write( "a(x - 1)(x^2 + 10x + 41) \n" ); document.write( "a(x^3 + 9x^2 + 31x - 41) \n" ); document.write( " |