Here is the question I'm working on:
List and completely factor all the polynomials of the form $x^5 + ax^2 +bx +c$ over $\mathbb{Z_2}$.
I'm trying to relate this problem to the previous problem I already completed. I know how to list and factor all the polynomials of degree $\leq 4$ over $\mathbb{Z_2}$. So in $\mathbb{Z_2}$, we have
$1, x, x+1, x^2, x^2 + 1 = (x+1)^2, x^2 + x = x(x+1), x^2 + x + 1, x^3, x^3 +1$, .. and the list continues. But in the original problem, I'm working with degree $5$ and and have the constants $a,b,c$How would one approach this problem?