I am using Induction:
Base Case $n=1$ holds ; $\frac12$= $\frac{1}{(1)+1}$
Assume $\frac{n}{n+1}$ is true from some $n \in \mathbb{N}$.
Then $\frac12+\frac16+...+\frac{1}{n(n+1)}+ \frac{1}{(n+1)((n+1)+1)}=\frac{n}{n+1}+ \frac{1}{(n+1)((n+1)+1)}$. By the Inductive Hypothesis
from here do I simplfy the RHS showing that it equals $\frac{n+1}{(n+1)+1}$?