4.3. Identify the following rings:
$\mathbb{Z}[x] / (x^2 - 3, 2x + 4)$,
$\mathbb{Z}[i] / (2 + i)$,
$\mathbb{Z}[x] / (6, 2x - 1)$,
$\mathbb{Z}[x] / (2 x^2 - 4, 4 x - 5)$,
$\mathbb{Z}[x] / (x^2 + 3, 5)$.
I'm trying to solve (3). So, I took the canonical homomorphism $\phi \colon \mathbb{Z}[x] \to \mathbb{Z}_6[x]$ as $$ \phi(a_n x^n + \dotsb + a_0) = (a_n \bmod 6) x^n + \dotsb + (a_0 \bmod 6) \,. $$ (Here, $\mathbb{Z}_6 = \mathbb{Z} / 6\mathbb{Z}$). Then, the kernel of this surjective homomorphism is $(6)$ (the ideal generated by $6$). So, $\mathbb{Z}[x]/(6)$ is isomorphic to $\mathbb{Z}_6[x]$ (by the first isomorphism theorem). Now, to find $\mathbb{Z}[x]/(6, 2x-1)$, I will need to find $$ \mathbb{Z}_6[x]/((2 \bmod 6) x + (-1 \bmod 6)) = \mathbb{Z}_6[x]/(2x + 5) \,. $$ I have seen somewhere that the answer is $\mathbb{Z}_3$, but how should I analyze this further? $2$ is also not a unit in $\mathbb{Z}_6$, so that I could apply division rule and simplify this into a finite set.