document.write( "Question 966871: Use the rational zeros thereom to find all the zeros of each polynomial function. Use the zeros to factor f over the real numbers.
\n" );
document.write( "F (x) = X^3 + 8x^2 + 11x -20 \n" );
document.write( "
Algebra.Com's Answer #591393 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Use the rational zeros thereom to find all the zeros of each polynomial function. Use the zeros to factor f over the real numbers. \n" ); document.write( "F (x) = X^3 + 8x^2 + 11x -20 \n" ); document.write( "*** \n" ); document.write( "use rational roots theorem and synthetic division\r \n" ); document.write( "\n" ); document.write( "...0..|.....1.......8.......11.......-20........... \n" ); document.write( "...1..|.....1.......9.......20.......0..(1 is a root) \n" ); document.write( "f(x)=(x-1)(x^2+9x+20)=(x-1)(x+5)(x+4) \n" ); document.write( "zeros are: -5, -4, 1 \n" ); document.write( " |