document.write( "Question 970657: factor the following polynomial: x^3+2x^2-x-2 \n" ); document.write( "
Algebra.Com's Answer #593259 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! GROUP THIS\r \n" ); document.write( "\n" ); document.write( "(x^3+2x^2) - (x+2) NOTE: The negative sign distributes across BOTH the x and the 2. This is still the same equation.\r \n" ); document.write( "\n" ); document.write( "Factor both terms:\r \n" ); document.write( "\n" ); document.write( "x^2(x+2) - (1) (x+2) ;l I put in the 1 to emphasize it.\r \n" ); document.write( "\n" ); document.write( "The two (x+2) are each multiplied by something, and that is (x^2-1). I combine them to get (x^2-1) (x+2).\r \n" ); document.write( "\n" ); document.write( "But x^2-1 is a difference of squares, so\r \n" ); document.write( "\n" ); document.write( "(x^2-1) (x+2) becomes (x+1) (x-1)(x+2) \n" ); document.write( " \n" ); document.write( " |