You can put this solution on YOUR website! 1/(1-x)+1/(1+sqrt(x))+1/(1-sqrt(x))
------------------
lcd = 1-x = (1-sqrt(x))(1+sqrt(x))
-----
Rewrite each fraction with the lcd as its denominator:
---
= 1/lcd + (1-sqrt(x))/lcd + (1+sqrt(x))/lcd
-------
Combine the numerators over the lcd:
---
= (1 +1 + 1)/lcd
----
= 3/(1-x)
================
Cheers,
Stan H.