Find all ideals of $\mathbb R[x] / \langle x^2-3x+2\rangle$.
I know that $\langle f(x)\rangle \subseteq \langle x^2-3x+2\rangle$ iff $\langle f(x)\rangle$ divides $\langle x^2-3x+2\rangle$. But $\Bbb R[x] / \langle x^2-3x+2\rangle$ is all the combinations $(x^2-3x+2)q(x), q(x)\in \mathbb R[x]$, so isn't the ideals all of the polynomials in $\Bbb R[x]$? Probably not, but what am I missing here?
In general, the ideals of a quotient ring $R/I$ are the ideals of $R$ containing $I$. So your question is for ideals of $\mathbb{R}[x]$ containing $(x^2-3x+2)$ now $\mathbb{R}[x]$ is a principal ideal domain, so we seek $f(x)$ with $(x^2-3x+2) \subseteq (f(x))$ and this means that $f(x)|x^2-3x+2$. Now since $x^2-3x+2=(x-2)(x-1)$ there are only two possibilities for $f$ and the only ideals are $(x-2)$ and $(x-1)$.