Determine all monic irreducible polynomials of degree $4$ in $\mathbb{Z_2[x]}$
Well these polynomials will be of the form -
$a_0 + a_1x + a_2x^2 + a_3x^3 + x^4$
So we have four coefficients that can each have values of either $0$ or $1$. So we have $2^4 = 16$ monic polynomials of degree $4$ in $\mathbb{Z_2[x]}$.
Now to determine the irreducible polynomicals is it necessary to write them all out and manually check if they are irreducible? Or is there some lemma I can apply here?