document.write( "Question 656066: a. List all possible rational zeros.
\n" );
document.write( "b. Use synthetic division to test the possible rational zeros and find an actual zero.
\n" );
document.write( "c. Use the quotient from part (b) to find the remaining zeros of the polynomial function. \r
\n" );
document.write( "\n" );
document.write( "f(x)= x^3+x^2-4x-4 \n" );
document.write( "
Algebra.Com's Answer #409349 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! f(x)= x^3+x^2-4x-4 \n" ); document.write( "a. List all possible rational zeros. \n" ); document.write( "+-1,+-2,+-4 \n" ); document.write( "b. Use synthetic division to test the possible rational zeros and find an actual zero. \n" ); document.write( "testing -1: \n" ); document.write( "-1 | 1 1 -4 -4 \n" ); document.write( " -1 0 4 \n" ); document.write( " --------------- \n" ); document.write( " 1 0 -4 0 \n" ); document.write( "since, it is evenly divisible, -1 is a root \n" ); document.write( ". \n" ); document.write( "c. Use the quotient from part (b) to find the remaining zeros of the polynomial function. \n" ); document.write( "since -1 is a root, we then have \n" ); document.write( "(x+1)(x^2-4) \n" ); document.write( "factoring right term: \n" ); document.write( "(x+1)(x-2)(x+2) \n" ); document.write( "zeros are then \n" ); document.write( "x = {-2, -1, 2} \n" ); document.write( " \n" ); document.write( " |