document.write( "Question 1119168: Hi, I have to simplify (x^3-x^2)/(1-x^3)
\n" );
document.write( "So, then, I was able to get it down to x^2 (x-1)/(1-x)(1+x+x^2) and then, I was just stuck right there, I don't know how to simplify it further. I would appreciate very much if you can help. Thank you. \n" );
document.write( "
Algebra.Com's Answer #734636 by Alan3354(69443) You can put this solution on YOUR website! Hi, I have to simplify (x^3-x^2)/(1-x^3) \n" ); document.write( "So, then, I was able to get it down to x^2 (x-1)/(1-x)(1+x+x^2) and then, I was just stuck right there, I don't know how to simplify it further. \n" ); document.write( "================ \n" ); document.write( "(x-1) = -(1-x) \n" ); document.write( "x^2 (x-1)/(1-x)(1+x+x^2) \n" ); document.write( "= -x^2*(x-1)/(x-1)(1+x+x^2) \n" ); document.write( "= -x^2/(1+x+x^2) \n" ); document.write( " |