I'm trying to solve the following exercise:
Let $\mathbb{F}_q$ be a finite field with $q$ elements and characteristic $p$. Show that, for every $n > 1$ coprime with $p$, and for every $a \in \mathbb{F}_q$, the polynomial $x^{q^{n}} - x + a$ is not irreducible over $\mathbb{F}_q[x]$. What can we say (or conjecture) in the case where $p$ divides $n$?
Could anyone give me any tips? I imagine that the exercise has to do with the fact that the extension $\mathbb{F}_{q^{n}}$ over $\mathbb{F}_q$ can be seen as the spliting field of the polynomial $x^{{q}^{n}} - x$ over $\mathbb{F}_q$ but I was unable to use this information to my advantage. I also tried unsuccessfully to find some explicit factorization. Thanks for the help.