I don’t understand the application of ring isomorphism theorems in this answer, which states $\mathbb{Z}[x]/(x^2 - 2, 17) \cong \mathbb{Z}_{17}[x]/(x^2-2)$.
Shouldn’t it rather be
$$ \begin{align} \mathbb{Z}[x]/(x^2 - 2, 17) &= \mathbb{Z}[x]/((x^2 - 2) + (17)) \\ &\cong \mathbb{Z}_{17}[x]/(((x^2 - 2) + (17)) / (17)) \\ &\cong \mathbb{Z}_{17}[x]/((x^2 - 2) / ((x^2 - 2) \cap (17)))? \end{align} $$
The second line because of the third isomorphism theorem, the third line because of the second isomorphism theorem. Why is $(x^2 - 2) / ((x^2 - 2) \cap (17)) = (x^2 - 2)$?