document.write( "Question 406195: What are the factors of the polynomial:
\n" );
document.write( "f(x)= x^3-10x^2+29x-20 ? \n" );
document.write( "
Algebra.Com's Answer #286708 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! What are the factors of the polynomial: \n" ); document.write( "f(x)= x^3-10x^2+29x-20 \n" ); document.write( "----- \n" ); document.write( "The coefficients add up to zero so x=1 is a root, \n" ); document.write( "so (x-1) is one of the factors. \n" ); document.write( "--- \n" ); document.write( "Use synthetic division to get the quadratic factor: \n" ); document.write( "1)....1....-10....29....-20 \n" ); document.write( ".......1.....-9....20...|..0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Quadratic factor: x^2-9x+20 \n" ); document.write( "Solve x^2-9x+20 = 0 \n" ); document.write( "(x-5)(x-4) = 0 \n" ); document.write( "===================== \n" ); document.write( "Therefore: f(x) = (x-1)(x-4)(x-5) \n" ); document.write( "======================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |