Suppose we have a monic polynomial $p(x)\in \mathbb{Z}[x]$ of degree greater than 1 with all even integer coefficients except for the leading term such that the coefficient on the linear term is an odd multiple of 2. We know that the polynomial does not have an integer root. How then can we prove that the polynomial is irreducible over the integers?
So far, I've proven that not having an integer root means that the polynomial does not have a root in the rationals either by using the fact that it's monic and reproving the rational root theorem in this case, but I don't see how to use this information to prove that the polynomial is completely irreducible over the integers.
I should probably mention the Gauss Lemma, monic and irreducible over the integers implies irreducible over the rationals.
Begin with the simplest cases, see how that goes. Here, degree $4,$ and we know there are no linear factors, so we are asking whether $$ (x^2 + a x + b)(x^2 + c x + d) $$ can work.
From $x^3$ we get $a+c \equiv 0 \pmod 2.$ So, both odd or both even.
From $x^2$ we get $ac + b+d $ even.
case(I) $a,c$ odd. Then $b+d$ also odd. From the constant term, we know $bd$ is even. Perhaps by renaming, take $b$ even and $d$ odd. However, the coefficient of $x$ is $ad+bc$ which is odd in this case.
case(II) $a,c$ even. Then $b+d$ is even. Since $bd$ must be even, this says both $b,d$ even. In this case, all four letters are even. The linear coefficient is still $ad + bc,$ but with all four letters even we know this is divisible by $4.$
Next try degrees 5 and 6, where 6 has two types, either quadratic times quartic or two cubics.