Well, as I suggested, your conjecture should be that
\sum_{n=0}^{N} \frac{1}{\sqrt{n} + \sqrt{n+1}} = \sqrt{N + 1}.
You would prove that by induction on N. (Have you done induction proofs before? Any good analysis course should teach it.) Clearly it's true if N = 0; now suppose it's true for N - 1, that is, suppose that
\sum_{n=0}^{N-1} \frac{1}{\sqrt{n} + \sqrt{n+1}} = \sqrt{(N - 1) + 1} = \sqrt{N}.
Then,
\begin{align*}<br />
\sum_{n=0}^{N} \frac{1}{\sqrt{n} + \sqrt{n+1}}<br />
&= \sum_{n=0}^{N-1} \frac{1}{\sqrt{n} + \sqrt{n+1}} + \frac{1}{\sqrt{N} + \sqrt{N+1}} \\<br />
&= \sqrt{N} + \frac{1}{\sqrt{N} + \sqrt{N+1}},<br />
\end{align*}
and all you have to do now is prove that this equals \sqrt{N + 1}.