How does this:
$$\frac{1}{c+1} + (c-1)\cdot\left(\frac{1}{c(c+2)}+\dotsb+\frac{1}{(n-2)n}\right) + \left(\frac{c-1}{n-1}\right)\cdot\frac{1}{2}$$
Become this:
$$= \frac{2cn-c^2+c-n}{cn}$$
PS. $1 \leq c \leq n$. Not sure if that's needed or not.
Edit:
Am I right with:
$$\frac{1}{c+1} + (c-1)[\frac{1}{c} + \frac{1}{c+1} - \frac{1}{n-1} - \frac{1}{n}] + \frac{c-1}{2(n-1)}$$
When I sub numbers in for $c$ and $n$, this does not seem to give me the above final line?