Calculate
$$\lim_{n\to\infty} \left(\frac{1}{1\cdot2} + \frac{1}{2\cdot3} + \frac{1}{3\cdot4} + \cdots + \frac{1}{n(n + 1)}\right). $$
If reduce to a common denominator we get
$$\lim _{n\to\infty}\left(\frac{X}{{n!(n + 1)}}\right).$$
How can I find $X$ and calculate limit?
The limit you want to have calculated is the following $$\sum_{k=1}^{\infty}\frac{1}{k(k+1)}=\lim_{n\to\infty}\sum_{k=1}^n\frac{1}{k(k+1)}.$$ Note that $\tfrac{1}{k(k+1)}=\tfrac{1}{k}-\tfrac{1}{k+1}$, so this is a telescoping series, meaning that consecutive terms cancel eachother out. It is then easy to see that for all $n$ we have $$\sum_{k=1}^n\frac{1}{k(k+1)}=1-\frac{1}{n+1}.$$ Now the limit is easy to evaluate; we find that $$\lim_{n\to\infty}\sum_{k=1}^n\frac{1}{k(k+1)}=\lim_{n\to\infty}\left(1-\frac{1}{n+1}\right)=1.$$