document.write( "Question 56810This question is from textbook
\n" );
document.write( ": the degree 3 polynomial f(x) with real coefficients and leading coefficents 1, has 4 and 3+i among its roots. express f(x) as a product of linear and quadratic polynomials with real coefficents. \n" );
document.write( "
Algebra.Com's Answer #38672 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! the degree 3 polynomial f(x) with real coefficients and leading coefficents 1, has 4 and 3+i among its roots. express f(x) as a product of linear and quadratic polynomials with real coefficents. \n" ); document.write( ": \n" ); document.write( "Let (x-4) be one factor: \n" ); document.write( ": \n" ); document.write( "Find x = 3 + i \n" ); document.write( "x - 3 = i \n" ); document.write( "Square both sides: \n" ); document.write( "(x-3)^2 = i^2 \n" ); document.write( ": \n" ); document.write( "FOIL (x-3)^2 and i^2 = -1 \n" ); document.write( "x^2 - 6x + 9 = -1 \n" ); document.write( ": \n" ); document.write( "x^2 - 6x + 9 + 1 = 0 \n" ); document.write( ": \n" ); document.write( "x^2 - 6x + 10 = 0 is the quadratic polynomial \n" ); document.write( ": \n" ); document.write( "Mult by the other factor (x-4) \n" ); document.write( "(x-4)*(x^2 - 6x + 10) = x^3 - 10x^2 + 34x - 40, a 3rd degree polynomial \n" ); document.write( " \n" ); document.write( " |