Identify the ring $\Bbb Z[x]/(2x^2-4,4x-5)$.
I've read a proof for this problem and it goes like this.
Let $I=(2x^2-4,4x-5)$, then $x-3=x^2(6)-(3x+1)(2x-1) \in I$. Define $\varphi : \Bbb Z[x] \to\Bbb Z$ by $\varphi(f) =f(3)$. Then $\varphi$ is surjective and it's kernel $(x-3)$ is contained in $I$. Therefore $$\mathbb{Z}[x]/I \cong \mathbb{Z}/\varphi(I) = \mathbb{Z}/(\varphi(2x^2 - 4), \varphi(4x - 5)) = \mathbb{Z}/(14, 7) = \mathbb{Z}/7\mathbb{Z}.$$
What confuses me about this proof is that where on earth did this $x-3$ term come in the beginning? Why would anyone consider this element in the first place?
Second confusing part is where they in a sense distribute $\varphi$ on $I$. They seem to state that $$\varphi(I)=\varphi((2x^2-4, 4x-5))=(\varphi(2x^2-4), \varphi(4x-4))$$
but I cannot find a proof for this result anywhere. Is it always true?