document.write( "Question 976975: Hello!\r
\n" );
document.write( "\n" );
document.write( "What are the rational zeros of this function? Please explain each step.\r
\n" );
document.write( "\n" );
document.write( "f(x) = x^3 – 21x – 20 \r
\n" );
document.write( "\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #598464 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! f(x) = x^3 – 21x – 20 \n" ); document.write( "I always like to try x = 1 or -1 as a first step \n" ); document.write( "f(-1) = -1 + 21 - 20 = 0, and \n" ); document.write( "(x + 1) is a factor of f(x) \n" ); document.write( "now we can apply synthetic division \n" ); document.write( "-1 | 1 0 -21 -20 | \n" ); document.write( "note: the 0 represents the x^2 coefficient since there is no x^2 in f(x) \n" ); document.write( "| -1 1 20 | \n" ); document.write( "| 1 -1 -20 0 | \n" ); document.write( "the result is \n" ); document.write( "x^2 -x -20 \n" ); document.write( "this polynomial can be factored \n" ); document.write( "(x-5)(x+4) \n" ); document.write( "therefore the complete factorization is \n" ); document.write( "(x+1)(x-5)(x+4) and \n" ); document.write( "our zeros are -1, 5, -4 \n" ); document.write( " \n" ); document.write( " |