I'm taking an abstract algebra class and we are introducing quotient rings specifically polynomial quotient rings and I'm trying to work out some example problems, but I cannot figure out a general way to approach problems where we're asked to identify something like $\Bbb Z[x]/I$.
The example I have is that we can identify $\Bbb Z[i]/(i-2)$ to $\Bbb F_5$ first by killing $g=x-2$ and then killing $f=x^2+1$.
So with this approach if I have for example $$\Bbb Z[x]/ (6, 2x-1)$$ then if I first kill $2x-1$ and then $6$ I should be able to arrive to some isomorphic ring to this?
Killing $2x-1$ is apparrently done by defining a map $\Bbb Z[x] \to \Bbb Z[1/2]$ where $x \mapsto 1/2$ and since the kernel of this map is generated by $(2x-1)$ I'll get an isomorphism $$\Bbb Z[x]/(2x-1) \cong \Bbb Z[1/2].$$
Now following this I should kill $6$ in $\Bbb Z[1/2]$ to get some kind of isomorphism from $\Bbb Z[1/2]$ to some other ring and I suppose then I can conclude that $\Bbb Z[x]/ (6, 2x-1)$ is isomorphic to the obtained ring?
How do I go about killing $6$ in $\Bbb Z[1/2]$? I don't think I understand how to construct something like this and what should the target ring even be in this case?