document.write( "Question 96245: Factor:
\n" );
document.write( "x^3 - 3x^2 -18x \n" );
document.write( "
Algebra.Com's Answer #70081 by tutorcecilia(2152)![]() ![]() You can put this solution on YOUR website! x^3 - 3x^2 -18x [factor out the greatest common factor (3x)] \n" ); document.write( "(3x)(x^2-x-6) [try to re-factor again] \n" ); document.write( "(3x)(x-3)(x+2) [cannot factor any further] \n" ); document.write( " |