document.write( "Question 254962: Can someone please help me divide the following. (6x^2 - 31x + 5) / (x - 5) and (x^3 + 2x^2 - 3x + 2) / (x +1) \n" ); document.write( "
Algebra.Com's Answer #187271 by palanisamy(496)![]() ![]() ![]() You can put this solution on YOUR website! 1)(6x^2 - 31x + 5) / (x - 5) \n" ); document.write( "=(6x^2-30x-x+5)/(x-5) \n" ); document.write( "=[6x(x-5)-1(x-5)]/(x-5) \n" ); document.write( "=(x-5)(6x-1)/(x-5) \n" ); document.write( "= (6x-1) \n" ); document.write( "2)(x^3 + 2x^2 + 3x + 2) / (x +1) \n" ); document.write( "=(x^3+x^2+x^2+x+2x+2)/(x+1) \n" ); document.write( "=[x^2(x+1)+x(x+1)+2(x+1)/(x+1) \n" ); document.write( "=(x+1)(x^2+x+2)/(x+1) \n" ); document.write( "= x^2+x+2 \n" ); document.write( " |