document.write( "Question 470382: Solve the problem.\r
\n" );
document.write( "\n" );
document.write( "Use synthetic division to divide f(x) = x3 + 1x2 - 26x + 24 by x + 6. Use the result to find all zeros of f. \n" );
document.write( "
Algebra.Com's Answer #325355 by lwsshak3(11628) ![]() You can put this solution on YOUR website! Solve the problem. \n" ); document.write( "Use synthetic division to divide f(x) = x3 + 1x2 - 26x + 24 by x + 6. Use the result to find all zeros of f. \n" ); document.write( "** \n" ); document.write( "-6......1.......1.......-26........24 \n" ); document.write( ".................-6.........30......-24 \n" ); document.write( "..........1.....-5.........4...........0 (-6 is a zero) \n" ); document.write( "f(x)=(x+6)(x^2-5x+4) \n" ); document.write( "f(x)=(x+6)(x-4)(x-1) \n" ); document.write( "zeros are: -6, 1 and 4 \n" ); document.write( " |