document.write( "Question 56787: x^3+x^2-9x-9\r
\n" );
document.write( "\n" );
document.write( "factor this please \n" );
document.write( "
Algebra.Com's Answer #38533 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! x^3 + x^2 - 9x - 9 \n" ); document.write( "(x^3 + x^2) + (-9x - 9) \n" ); document.write( "x^2(x + 1) - 9(x + 1) \n" ); document.write( "(x^2 - 9)(x + 1) \n" ); document.write( "(x - 3)(x + 3)(x + 1) \n" ); document.write( " |