You can put this solution on YOUR website! 3/(x+1) + 2/(x-1)
-----------------------
lcd = (x-1)(x+1)
--------------------
Rewrite each equation with the lcd as its denominator:
-------
[3(x-1)]/lcd + [2(x+1)]lcd
---------
Combine thenumerators over the lcd:
[3x-3+2x+2]/lcd
= [5x-1]/[(x+1)(x-1)]
= [5x-1] / [x^2-1]
========================
Cheers,
Stan H.