Still another diophantine equation

122 Views Asked by At

Can any of you guys provide a hint for thew following exercise?

Exercise. There is no $3$-tuple $(x,y,z) \in \mathbb{Z}^{3}$ such that $x^{10}+y^{10} = z^{10}+23$.

Thanks a lot for your insightful replies.

1

There are 1 best solutions below

2
On BEST ANSWER

The first thing to do is to check for local obstructions, that is some prime modulus $p$ where the equation is impossible modulo $p$ (sometimes $p^2$, $p^3$, etc.).

In this particular case, a tempting modulus to try is $11$, since $x^{10}$ is always $0$ or $1$ mod $11$. Unfortunately, this equation is feasible mod $11$ as $$1^{10} + 1^{10} \equiv 1^{10} + 23 \pmod{11}.$$ Another modulus worth trying is $5^2$, since $x^{10}$ is always $0,\pm1$ mod $25$. Unforunately, there is still a solution mod $25$.

Can you think of another modulus that places strong constraints on $x^{10}$? Hint: you will want the order of the multiplicative group $(\mathbb Z/p\mathbb Z)^\times$ to have a large common factor with $10$.