document.write( "Question 762355: Factoring 3^rd Degree Polynomials\r
\n" );
document.write( "\n" );
document.write( "Let us solve the polynomial equation, x^3 + x^2 - 20x = 0 \n" );
document.write( "
Algebra.Com's Answer #463895 by nerdybill(7384) You can put this solution on YOUR website! x^3 + x^2 - 20x = 0 \n" ); document.write( "factor out common term among all terms: \n" ); document.write( "x(x^2 + x - 20) = 0 \n" ); document.write( "x(x+5)(x-4) = 0 \n" ); document.write( "x = {-5, 0, 4} \n" ); document.write( " |