Find integer values of $\sqrt{n}+\sqrt{n+2005}$ where $n$ is an integer.
So far, I have just listed some squares which are larger than $2005.$ The first few are $2025,2116, 2209,2304,$ etc. I can just plug in values of $n$ which match up the square minus $2005.$ However, this seems way too bashy. Is there any good way to do this problem? Thanks in advance.
HINT
I would start by noticing that
\begin{align*} \sqrt{n} + \sqrt{n+2005} = \frac{2005}{\sqrt{n + 2005} - \sqrt{n}} \end{align*}
Now you can solve the equation $\sqrt{n + 2005} - \sqrt{n} = k$, where $k$ divides $2005$.
Can you take it from here?