This question gives me a good way to count them: Determine the number of irreducible monic polynomials of degree 3 in $\mathbb F_p[x]$
This question gives me a way to find them that I don't understand, since I haven't yet studied splitting fields: Irreducible 3rd degree polynomials over $\mathbb{Z}_3$ field?
My though process so far is: A reducible polynomial of degree 3 would factor into a quadratic factor and a linear factor. Thus, an irreducible polynomial $f(x)$ would have no zeros in $\mathbb Z/3\mathbb Z.$ Taking into consideration that we need $f(0)\neq 0,$ $f(x)$ must have the form $$ f(x) = x^3 + bx^2 + cx + d, $$ where $d=1$ or $-1.$ Then by a quick extension of Fermat's little theorem, $\forall x \in \mathbb Z/3\mathbb Z,$ $x^3 = x.$ Thus, we are searching for polynomials without zeros of the form $$ f(x) = bx^2 + (1+c)x + d. $$ I'm not quite sure where to go from here. Any advice?