Let $n$ be a positive integer. Show that $(\sqrt{2}+1)^n = \sqrt{m}+\sqrt{m-1}$ for some positive integer $m$.
I was wondering what would be the easiest way of proving this. Expanding $(\sqrt{2}+1)^n$ we get $$(\sqrt{2}+1)^n = \binom{n}{0}(\sqrt{2})^n+\binom{n}{1}(\sqrt{2})^{n-1}+\cdots+\binom{n}{n} = a+b\sqrt{2}$$ and so either $\sqrt{m} = a$ and $\sqrt{m-1} = b\sqrt{2}$ or $\sqrt{m} = b\sqrt{2}$ and $\sqrt{m-1} = a$. How do we continue from here?