Let $x$ be a real number and let $n$ be a positive integer. It is known that both $x^n$ and $(x+1)^n$ are rational. Prove that $x$ is rational.
What I have tried:
Denote $x^n=r$ and $(x+1)^n=s$ with $r$, $s$ rationals. For each $k=0,1,\ldots, n−2$ expand $x^k\cdot(x+1)^n$ and replace $x^n$ by $r$. One thus obtains a linear system with $n−1$ equations with variables $x$, $x^2$, $x^3,\ldots x^{n−1}$. The matrix associated to this system has rational entries, and therefore if the solution is unique it must be rational (via Cramer's rule). This approach works fine if $n$ is small. The difficulty is to figure out what exactly happens in general.
It seems the following.
We can prove that $x$ is rational provided $n$ is a power of an odd prime $p$. Denote $x^n=r$ and $(x+1)^n=s$ with $r$, $s$ rationals. If both $r$ and $s$ are $p$-th powers of rational numbers, then we descent from $n$ to its $p$-th root. So without loss of generality we can assume that one of the numbers $r$ and $s$ (for instance, $r$) is not a $p$-th power of a rational number. This answer implies that in this case a polynomial $x^n-r$ is irreducible over a field $\mathbb Q$. But the polynomial $x^n-r$ has a common root $x$ with a polynomial $(x+1)^n-s$, so $0<\deg GCD(x^n-r, (x+1)^n-s) <n$, a contradiction.
Concerning the general case, we have $\sqrt[n]s-\sqrt[n]r -1=0$. So the positive answer immediately follows from a general
Conjecture. Let $m,n>1$ be integers and $a_1,\dots,a_m>1$ be mutually different integers such that no $a_i$ is divisible by an $n$-th power. Then the numbers $1, \sqrt[n]{a_1},\dots, \sqrt[n]{a_m}$ are linearly independent over $\mathbb Q$.
Some years ago I proved a similar conjecture for $n=2$ by means of Galois theory. A general conjecture may be a separate question for MSE or MO.