document.write( "Question 62800: the degree three polynomial f(X) with real coefficients and leading coefficient 1, has 4 and 3+ i among roots. express f(X)as a product of linear and quardratic olynomials with real coefficients. \n" ); document.write( "
Algebra.Com's Answer #43673 by ankor@dixie-net.com(22740)![]() ![]() 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 roots. express f(X)as a product of linear and quardratic olynomials with real coefficients. \n" ); document.write( ": \n" ); document.write( "The linear polynomial (x - 4) \n" ); document.write( ": \n" ); document.write( "Find the quadratic: \n" ); document.write( "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( "x^2 - 6x + 9 = -1 \n" ); document.write( "x^2 - 6x + 9 + 1 = 0 \n" ); document.write( "x^2 - 6x + 10 = 0 \n" ); document.write( ": \n" ); document.write( "mult (x - 4) * (x^2 - 6x + 10) = x^3 - 10x^2 + 34x - 40 \n" ); document.write( ": \n" ); document.write( "f(x) = x^3 - 10x^2 + 34x - 40 \n" ); document.write( " |