document.write( "Question 1003427: Find the real zeros of the polynomial function by factoring. The number in parentheses to the right of the polynomial indicates the number of real zeros of the given polynomial function. (Enter your answers as a comma-separated list.)
\n" );
document.write( "P(x) = x^3 − 3x^2 − 28x
\n" );
document.write( " (3)
\n" );
document.write( "x =
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #620193 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! P(x) = x^3 − 3x^2 − 28x \n" ); document.write( "Factor out x \n" ); document.write( "x(x^2 - 3x - 28) = 0 \n" ); document.write( "factor the quadratic \n" ); document.write( "x(x-7)(x+4) = 0 \n" ); document.write( "Three zeros \n" ); document.write( "x = 0, 7, -4 \n" ); document.write( " \n" ); document.write( " |