How do you simplify the expression x/(x+1) + 3/(x-1)xx+1+3x1?

1 Answer

First you should make the denominators same;

x/(x+1) + 3/(x-1)xx+1+3x1
so i will multiply the first term with (x-1)/(x-1)x1x1
and the second term with (x+1)/(x+1)x+1x+1;

(x * (x-1))/((x+1) * (x-1)) + (3*(x+1))/((x+1) * (x-1) x(x1)(x+1)(x1)+3(x+1)(x+1)(x1)

= (x^2-x+3x+3)/((x-1)*(x+1))=x2x+3x+3(x1)(x+1)

= (x^2+2x+3)/((x-1)*(x+1)) x2+2x+3(x1)(x+1)

= (x^2+2x+3)/(x^2-1) x2+2x+3x21

I can only get this far. I don't know if there is a more simplest result. I hope it helps.