document.write( "Question 205846: Please help me to use the grouping method to completely factorize \"+x%5E3+-+1+-+x%5E2+%2B+x+\" \n" ); document.write( "
Algebra.Com's Answer #155447 by dyakobovitch(40)\"\" \"About 
You can put this solution on YOUR website!
Sure thing. To group, we need to find common factors and split the polynomial into two smaller segments. Our polynomial is: x^3 - 1 - x^2 + x. Let's rearrange it to look like x^3 - x^2 + x - 1. Now, taking our first two terms and factoring out an x^2, we have ... x^2(x-1) + 1(x-1). Notice how we have a common term (x-1), that we can factor out.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Factoring out (x-1), we have our factorized equation... x^3 - 1 - x^2 + x = (x^2+1)(x-1)
\n" ); document.write( "
\n" );