document.write( "Question 726907: how to factor the polynomial completely to x^3 + 3x^2 -4x -12 \n" ); document.write( "
Algebra.Com's Answer #444902 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! how to factor the polynomial completely to \n" ); document.write( "x^3 + 3x^2 -4x -12 \n" ); document.write( "factor by grouping: \n" ); document.write( "x^2(x+3)-4(x+3) \n" ); document.write( "(x+3)(x^2-4) \n" ); document.write( "(x+3)(x+2)(x-2) \n" ); document.write( " |