document.write( "Question 7732: The degree three polynomial f(x) with real coefficients and leading
\n" );
document.write( "coefficient 1, has 4 and 3 + i among its roots. Express f(x) as a
\n" );
document.write( "product of linear and quadratic polynomials with real coefficients. \n" );
document.write( "
Algebra.Com's Answer #4492 by khwang(438)![]() ![]() ![]() You can put this solution on YOUR website! 4 and 3 + i among its roots\r \n" ); document.write( "\n" ); document.write( " Another complex root must be the conjugate of 3+i, ie 3-i. \n" ); document.write( " The corresponding quadratic monic equation is x^2 -6 x + 10 = 0 (why?) \n" ); document.write( " [Hint: in one step sum and product of 3+i & 3-i] \n" ); document.write( " Hence, f(x) = (x-4)(x^2 -6 x + 10)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " Kenny \n" ); document.write( " |