$x$ is a rational number. Then, $\sqrt{x+1}, \sqrt{x+2}, \sqrt{x+3}$ cannot be all three rational numbers. Any idea? Thanks!
I tried to solve this problem and I arrived to prove that in natural set (positive integers) we cannot have: $m^2 + n^2 = k^2$ and $m^2 + 2n^2 = l^2$. Also is rather easy to see that $m$ is odd, $n$ is even, also $n$ is multiple of $3$.
But I'm not sure that is the way.
Partial Answer
Let $x=\frac pq$ where GCD$(p,q)=1$. So, $x$ is in lowest possible terms.
Note if $p,q$ are two integers, then $p+q$, $p+2q$ and $p+3q$ will all leave different remainders upon division by $3$. Now note that, if $q\neq 3k$, GCD$(p+q,q)=$GCD$(p+2q,q)=$GCD$(p+3q,q)=1$, hence none of the fractions are further reducible.
Hence , there will always be one of the numerators of $3k+2$ form, since, as stated before, all leave different remainders. There is no perfect square of $3k+2$ form. Hence, no matter if $q$ is a perfect square or not, that particular number can never be rational.
If $q=3k$, $p=3m+2$ or $p=3m+1$. In the former case, the same argument applies, and a perfect square is impossible. However I'm still struggling with the latter case. Suggestions are welcome.