Assume that $p$ is a prime number. I'm to show that the polynomial $f(x) = x^4 + x + p$ is irreducible in $\mathbb{Z}[x]$.
My approach, which hasn't been successful: I used that if $f(x)$ has a zero,$m$, in $\mathbb{Z}[x]$ then $m$ must divide $a_o$ = 1.
Two possibilities, $m=1$ & $m=-1$ $\to$ $f(x)= g(x)*(x-1)$ or $f(x) = g(x)*(x+1)$. Then I tried dividing $f(x)$ by $(x-1)$ and $(x+1)$ both times I got a part left $\frac{p}{x\pm 1}$. I'm not sure if my approach was any good to begin with, and I'm also not sure if it was, how I'm supposed to proceed.
Any help would be tremendously appreciated.
A linear factor $x-a$ would require $a\mid p$, i.e., $a\in\{-p,-1,1,p\}$, and none of these is a root: $f(-p)=p^4\ne 0$, $f(-1)=p\ne 0$, $f(1)=p+2\ne 0$, $f(p)=p^4+2p\ne 0$. Remains the case of two quadratic factors $$f(x)=(x^2+ax+b)(x^2+cx+d).$$ Then $bd=p$ (constant term), $a+c=0$ (cubic term), $ad+bc=1$ (linear term), and $0=b+ac+d$ (quadratic term). Then $a(d-b)=ad+cb=1$, so $a=\pm1$, $ c=\mp1$. This makes $b+d=1$ from the quadratic term, wheras $b+d=\pm(1+p)$ form the constant term and the possibly factorizations of $p$.