This question confuses me. I'm not sure how to go about finding the roots of the polynomial in the field extension K. Just to clarify I have an example if it helps but I just need to understand. Let $K = \mathbb F_p[x]/(x^3 + 3x^2 + 3x + 3)$. Find all the roots of $f(t) = t^3 + 3t^2 + 3t + 3$ in the field $K$.
Thank you
In general, to find the roots of a polynomial $q(t) \in K[t]$, where $K = \mathbb{Z}_{p}[x] / (f(x))$ for some irreducible $f(x) \in \mathbb{Z}_{p}[x]$, $p$ a prime number, you have to observe that $K = \{ \sum_{i=0}^{\deg(f)-1} a_{i} x^{i} : a_{i} \in \mathbb{Z}_{p} \}$. Then you have to substitute for all $h(x) \in K$, and evaluate $q \circ h(x)$, and check if $p(x) \mid q \circ h(x)$, if so then $h(x)$ is a root. In your case, there are $7^{\deg(f)} = 343$ possibilities. Also, we know there is $3$ roots because $p(t)$ is degree 3 in your case, and $t = x$ is a root. If one does a fair amount of computation, one gets that $p(t) = (t-x)(t-(2x+1))(t-(4x+3)) \in K[t]$. So the roots are $x,2x+1,4x+3 \in K$.