The question I have is from a past exam paper:
Identity if it is an integral domain, whether it admits a finite basis over a coefficient ring, or whether it is isomorphic to another ring.
The first one is $$R = \mathbb{Z}[x]/(6x^2 -1, 2x-4)$$
My first angle of attack is to find if we can simplify the ideal $I=(6x^2-1,2x-4)$ in hopes of finding a monic irreducible polynomial by taking combinations of elements of the ideal to end up with $I = (f)$ to apply a substitution isomorphism, maybe this is too hopeful.
We start out by making a few computation on elements of the ring
\begin{align*} 6x^2-1 &= 0\\ 2x*3x-1&=12x-1 = 0\\ \end{align*} So we can use $12x-1=0$ and $2x-4$ to perhaps find if this ring is isomorphic to some modular ring.
$$6(2x-4) = 12x - 24 = 1-24 = 0 = 23 \in I$$
and
$$R = \mathbb{Z}[x]/(23,6x^2-1,2x-4) \cong \mathbb{Z}_{23}[x]/(6x^2-1,2x-4)$$
Next we can use this modulo $23$ in the following way to perform further computations:
$$4(6x^2-1) = 24x^2-4=x^2-4=0$$
We then can reduce the ideal to
$$I = (x^2-4,2x-4)$$
If $x^2 = 4$ and $2x=4$ we must have that $x = 2$ and $I = (x-2)$
We then write $$R \cong \mathbb{Z}_{23}[x] /(x-2) \cong \mathbb{Z}_{23}[2] = \mathbb{Z}_{23}$$
Also, I know that this ring isn't an integral domain because we can take $23,1 \in R$ and get $23*1 = 0$, so therefore $23$ is a zero divisor.
Let me know if my working is correct, I feel a little bit iffy about reducing the ideal, thanks.
EDIT: A finite basis for $R$ would just be $\{a|a \in \mathbb{Z}\}$