Find all triples $(x,y,z)$ of positive integers such that $2018^x=y^2+z^2+1$

123 Views Asked by At

Find all triples $(x,y,z)$ of positive integers such that $$2018^x=y^2+z^2+1$$

1

There are 1 best solutions below

0
On

HINT: Look at this equation modulo $4$. You can easily see that necessarily $x<2$ (i.e. $x=1$).

Then the equation becomes $$z^2+y^2=2017$$ which has only two symmetric solutions $(9,44)$ or $(44,9)$.