What technique can I apply to prove that $X^4+15X^3+7\in\mathbb Z[X]$ is irreducible?
I can't apply Eisenstein because 7 and 15 have no common prime multiple but 1; I tried to apply Eisenstein with $X+1$ as well but no success. Can I consider the polynomial in $\mathbb F_p[X]$ for some $p$ and conclude that it is irredicible in $\mathbb Z[X]$ as well? Or is there another trick to this?
The following is a special case of the reduction criterion: If $f \in \mathbb{Z}[x]$ is a monic polynomial and $p$ is a prime number such that the mod $p$ reduced polynomial $\overline{f} \in \mathbb{F}_p[x]$ is irreducible, then $f$ is irreducible.
For $p=2$ and $f = x^4 + 15 x^3 + 7$ we have $\overline{f} = x^4+x^3+1$. This is irreducible, because (1) it has no roots, hence no linear factors, and (2) the only irreducible polynomial of degree $2$ over $\mathbb{F}_2$ is $x^2+x+1$, which does not divide $x^4+x^3+1$ since polynomial division gives $x^4 + x^3 + 1=(x^2+1)(x^2 + x + 1) + x$.