Is $x^3+4$ irreducible in $Z_{11}[x]$?

161 Views Asked by At

What are the factors if it is not? I am not sure how to figure this out in regards to $Z_{11}[x]$.

1

There are 1 best solutions below

3
On

Over any field, a cubic is irreducible if and only if it has no roots.

You can just check whether this has any roots over $\mathbb{Z}_{11}$.

As TMM points out in the comments, $6$ is a root. Therefore $x^3+4$ is reducible over $\mathbb{Z}_{11}$.


You can use the divison algorithm (remembering that you are working mod $11$) to get that:

$$ x^3 + 4 \equiv (x-6)(x^2+6x + 3). $$

You can then see if $x^2+6x + 3$ has any roots to factor further.