I found a question that asks to evaluate the following expression:
$\frac{1}{\sqrt4 +\sqrt5} + \frac{1}{\sqrt5 +\sqrt6} + \frac{1}{\sqrt6 +\sqrt7} + … + \frac{1}{\sqrt{624} +\sqrt{625}}$
I was able to represent the above expression in summation notation as such:
$\sum_{k=4}^{624}\frac{1}{\sqrt k +\sqrt{k+1}}$
Rationalizing the denominator of $\frac{1}{\sqrt k +\sqrt{k+1}}$ gave me $\sqrt{k+1} - \sqrt k$.
So then the new summation expression would be:
$\sum_{k=4}^{624}\sqrt{k+1} - \sqrt k = \sum_{k=4}^{624}\sqrt{k+1} - \sum_{k=4}^{624}\sqrt k$
However, after this point, I'm stuck. I'm unsure of how exactly to proceed and simplify the expression. Any help is appreciated.