Finding the number of ideals in the quotient ring $\mathbb R[x]/\langle x^2-3x+2 \rangle$.
Attempt: $R[x]/\langle x^2-3x+2 \rangle = \{f(x)+\langle x^2-3x+2 \rangle~~|~~f(x) \in R[x]\}$.
Since $(x^2-3x+2)=(x-1)(x-2)$ is a reducible polynomials, the members of $R[x]/\langle x^2-3x+2 \rangle) = f(1)$ or $f(2) $ are essentially real constants.
out of which only $\{0\}$ is an ideal as $a \cdot 0 = 0 \in \{0\}~~\forall~~a \in \mathbb R$
Is my attempt correct?
Thank you for your help.
I didn't understand the argument, but I'm afraid the answer is wrong. The polynomial $x-1$ does not have any inverse in this quotient, so $(x-1)$ is another ideal, for example.
By the way, another way to approach this problem is by the Chinese remainder theorem. Since $(x^2-3x+2)=(x-1)\cdot(x-2)=(x-1)\cap(x-2)$, and $(x-1),(x-2)$ are co-prime, we have
$$\mathbb{R}[x]/(x^2-3x+2)\simeq\mathbb{R}[x]/(x-1)\times\mathbb{R}[x]/(x-2)\simeq\mathbb{R}\times\mathbb{R}.$$
That should simplify the task of finding all ideals.