I am working on the following problem:
Let $R[x]$ be the polynomial ring over a commutative ring $R$ with unit $1$. Let $M$ be a maximal ideal of $R[x]$. Show that some element of $M$ is not a zero divisor.
I first tried to take advantage of the fact that $M$ is a maximal ideal of $R[x]$. This means that $R[x]/M$ is a field. Thus, we can take a polynomial $f(x) \in R[x]$, and a polynomial $g(x) \in M$, and observe that there exists some $h(x) \in R[x]/M$ such that $[f(x) + g(x)][h(x)] = 1$, where $1$ represents the unit element in $R[x]$. How can I proceed from this equation to determine that $ab = 0$ for nonzero $a \in M$ implies $b$ must be the zero polynomial ? I suppose I'm just not seeing the trick here.
Thanks!