We work in $\mathbb{Z}/11\mathbb{Z}$. I want to find the integers $n$ such that the equation $x^n+y^n=0$ has solutions different from $(0,0)$.
It's obvious for any odd number $n$.
If $n$ is even we can look at what happens only when $x \in \{1,2,3,4,5\}$. We'll see that for those $x$ and for any $n \in${2,4,6,8}, $x^n\in \{1,3,4,5,9\}$.
As $x^{10}=1$ for any $x$, It's easy to conclude that if $n$ is even there is no non trivial solution to $x^n+y^n=0$.
Now my problem is this : I had to see manually what happens for any even $n<10$ which I find non satisfactory. Is there a more generic way to Handle this problem for any prime $p$ by the way in $\mathbb{Z}/p \mathbb{Z}$. ?