document.write( "Question 86378: I need help with this: find the polynomial written as a product of linear factors: f(x)=2x^3+5x^2-11x+4 \n" ); document.write( "
Algebra.Com's Answer #62494 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! find the polynomial written as a product of linear factors: f(x)=2x^3+5x^2-11x+4 \n" ); document.write( "-------- \n" ); document.write( "Because the coefficients add up to zero, x=1 is a root; so (x-1) is a factor. \n" ); document.write( "Using synthetic division you get: \n" ); document.write( "1)2....5....-11....4 \n" ); document.write( "....2....7.....-4..|..0\r \n" ); document.write( "\n" ); document.write( "========= \n" ); document.write( "Remainder = 0 \n" ); document.write( "Quotient = 2x^2+7x-4 \n" ); document.write( "Factor the quotient: \n" ); document.write( "2x^2-8x+x-4 \n" ); document.write( "2x(x-4)+(x-4) \n" ); document.write( "(x-4)(2x+1) \n" ); document.write( "=============== \n" ); document.write( "Therefore f(x) = (x-1)(x-4)(2x+1) \n" ); document.write( "============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |