Verify if the series $\sum a_n$ with $a_n=\sqrt{n+1}-\sqrt{n}$ is convergent or divergent.
What I did is
$$a_n=(\sqrt{n+1}-\sqrt{n})\times\frac{\sqrt{n+1}+\sqrt{n}}{\sqrt {n+1}+\sqrt{n}}$$ $$=\frac{1}{\sqrt{n+1}+\sqrt{n}}$$ $$<\frac{1}{2\sqrt{n}}=b_n$$
Since $b_n$ is monotone decreasing and $b_n\rightarrow 0$ when $n\rightarrow \infty$ then $b_n$ is convergent.
Using the comparison test, we have that $0\leq a_n\leq b_n$. If $b_n$ is convergent then $a_n$ is convergent.
Is it right?