document.write( "Question 553441: How do I express (x+x^4)/(x^2-x+1) in lowest terms? \n" ); document.write( "
Algebra.Com's Answer #360846 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! express (x+x^4)/(x^2-x+1) in lowest terms? \n" ); document.write( "--- \n" ); document.write( "[x(1+x^3)] / [x^2-x+1] \n" ); document.write( "---- \n" ); document.write( "[x(x+1)(x^2-x+1)]/[x^2-x+1] \n" ); document.write( "---- \n" ); document.write( "= x(x+1) \n" ); document.write( "--- \n" ); document.write( "= x^2+x \n" ); document.write( "============= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |