document.write( "Question 82592This question is from textbook
\n" ); document.write( ": The degree 3 polynomial f(x) with real coefficients and leading coeffecient 1, has 4 and 3+i among it's roots. Express f(x) as a product of linear and quadratic polynomials with real coeffecients. \n" ); document.write( "
Algebra.Com's Answer #59184 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
degree 3 means 3 roots ... complex roots come in conjugate pairs (a+bi, a-bi) ... if a is a root, then x-a is a factor\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "so, f(x)=(x-4)(x-(3+i))(x-(3-i)) ... or \"f%28x%29=%28x-4%29%28x%5E2-6x%2B10%29\"
\n" ); document.write( "
\n" );