document.write( "Question 859378: For the following
\n" );
document.write( "find the real zeros of f.Use the real zeros to factor f
\n" );
document.write( "f(x)=x^3+5x^2-17x-21 \n" );
document.write( "
Algebra.Com's Answer #522443 by tommyt3rd(5050)![]() ![]() You can put this solution on YOUR website! factors of 21: 1,3,7,21\r \n" ); document.write( "\n" ); document.write( "applying synthetic division we use -1 to get\r \n" ); document.write( "\n" ); document.write( "x^2+4x-21\r \n" ); document.write( "\n" ); document.write( "next we factor to get\r \n" ); document.write( "\n" ); document.write( "(x+7)(x-3)\r \n" ); document.write( "\n" ); document.write( "therefore... \n" ); document.write( "zeros: {-7,-1,3} \n" ); document.write( " |