Prove that for all $n\in\mathbb{N}$ the number $\sqrt{n(n+1)}$ is irrational.
My first move would be:
Let's assume that it's not, that it $\sqrt{n(n+1)} = \frac{a}{b}$, where $a,b\in\mathbb{N}$ and $a,b$ are coprime. Then: $$ n(n+1)=\frac{a^2}{b^2} \iff a^{2}=n(n+1)b^2 $$ I do not know how to continue this proof (I suppose that it is worth to notice that $n(n+1)$ is the divisor of $a^2$). Thanks in advance for any help!