From an exercise of a textbook of an high school of 15 years old, I have this partial sum
$$S_n=\frac{1}{2\sqrt1+1\sqrt 2}+\frac{1}{3\sqrt2+2\sqrt 3}+\cdots +\frac{1}{100\sqrt{99}+99\sqrt{100}}$$
Considering that every fraction is $<1$ I have seen that the general term is $$\frac{1}{100\sqrt{99}+99\sqrt{100}}=\frac{1}{(n+1)\sqrt{n}+n\sqrt{n+1}}$$$$=\frac{\left(n+1\right)\sqrt{n}-n\sqrt{n+1}}{n^2+n}=\dfrac{1}{\sqrt{n}} - \dfrac{1}{\sqrt{n+1}}$$
$$A) \frac{999}{1000}, \quad B) \frac{99}{100}, \quad C) \frac{9}{10}, \quad D) 9, \quad E) 1$$
How should I arrive at the result without to use the calculator? My students not have studies the $\sum$.
The general term $$\begin{align} \frac{1}{(n+1)\sqrt{n}+ n\sqrt{n+1}} &= \frac{1}{\sqrt{n(n+1)}}\cdot\frac{1}{\sqrt{n+1}+\sqrt{n}} \\ &=\frac{1}{\sqrt{n(n+1)}}\cdot\frac{\sqrt{n+1}-\sqrt{n}}{n+1-n}\\ &=\frac{1}{\sqrt{n}} - \frac{1}{\sqrt{n+1}} \end{align}$$
Make the sum, the result must be equal to $$\sum_{n=1}^{99}\frac{1}{(n+1)\sqrt{n}+ n\sqrt{n+1}} =\sum_{n=1}^{99}\left( \frac{1}{\sqrt{n}} - \frac{1}{\sqrt{n+1}} \right)= \frac{1}{\sqrt{1}}-\frac{1}{\sqrt{100}} = \frac{9}{10}$$
$C$ is the final answer ;)