document.write( "Question 57032: hello, i need help solving this equation and simplying my answer as much as possible, thanks so much!
\n" );
document.write( "2x 3 1
\n" );
document.write( "------- - ------ + ------
\n" );
document.write( "x^2+x-6 x+3 x-2 \n" );
document.write( "
Algebra.Com's Answer #38755 by BGluvsmath(64)![]() ![]() ![]() You can put this solution on YOUR website! 2x/(x^2+x-6) - 3/(x+3) + 1/(x-2) \n" ); document.write( "To get a common denominator (necessary for adding and subtracting fractions), multiply the 2nd term by x-2 and the 3rd term by x+3: \n" ); document.write( "2x/(x^2+x-6) - 3(x-2)/((x+3)(x-2)) + 1(x+3)/((x-2)(x+3)) \n" ); document.write( "(x+3)(x-2) simplifies to x^2+x-6, so: \n" ); document.write( "2x-3(x-2)+(x+3)/(x^2+x-6) \n" ); document.write( "2x-3x+6+x+3/x^2+x-6 \n" ); document.write( "The x's cancel out of the numerator, so this simplifies to: \n" ); document.write( "9/(x^2+x-6) \n" ); document.write( " |