I'm having a bit of trouble with the below problem:
Consider the factor ring $R_{a,b} = \mathbb{Z}_2[x]/(x^2 + ax + b)$. For which $a,b$ is this ring a field? Can two rings $R_{a_1,b_1}$ and $R_{a_2,b_2}$ be isomorphic? If so, describe all such pairs $a,b$.
Here's my work so far:
$\mathbb{Z}_2[x]/(x^2+ax+b)$ is a field only if $p(x) = x^2 + ax + b$ is irreducible in $\mathbb{Z}_2[x]$, which occurs only if $p(0) \equiv 1 (mod \ 2)$ and $p(1) \equiv 1 (mod \ 2)$. These will yield $b \equiv 1 (mod \ 2)$ and $1 + a + b \equiv 1 (mod \ 2)$ $\Rightarrow$ $a \equiv 1 (mod \ 2)$ and $b \equiv 1 (mod \ 2)$. Thus, $\mathbb{Z}_2[x]/(x^2+ax+b)$ is a field only when both $a$ and $b$ are odd.
I'm struggling with the second question. I know that if both $R_{a_1,b_1}$ and $R_{a_2,b_2}$ are fields, then the two will be isomorphic by the classification of finite fields -- both will be finite fields with $2^2 = 4$ elements, and hence, isomorphic. But how can I consider other cases, for example, when one or both are not fields? Is there a more clever way to do this?
Thanks!