document.write( "Question 65543: I dont understand\r
\n" );
document.write( "\n" );
document.write( "\"The degree three polynomial f(x) with real coefficients and leading coefficient 1, has 4 and 3+i among its roots. Express f(x) as a product of linear and quadratic polynomials with real coefficients.\"\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #46095 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! \"The degree three polynomial f(x) with real coefficients and leading coefficient 1, has 4 and 3+i among its roots. Express f(x) as a product of linear and quadratic polynomials with real coefficients.\"\r \n" ); document.write( "\n" ); document.write( "------------- \n" ); document.write( "There are two rules involved: \n" ); document.write( "1. If a is a root, x-a is a factor \n" ); document.write( "2. If a+bi is a root, and all coefficients of f(x) are Real, then a-bi is a root. \n" ); document.write( "------------- \n" ); document.write( "So, \n" ); document.write( "f(x)=(x-4)(x-(3+i))(x-(3-i)) \n" ); document.write( " =(x-4)((x-3)-i)((x-3)+i) \n" ); document.write( " =(x-4)((x-3)^2+1) \n" ); document.write( " =(x-4)(x^2-6x+10) \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |