For any ring $R$, let $R[X]$ denote the ring of polynomials with coefficients from $R$ and indeterminate $X$.
Which of the following pair of rings are isomorphic:
(a) $ \mathbb{R}[X] $ and $\mathbb{C}[X]$
(b) $\mathbb{Q}[X]/(X^2-X)$ and $\mathbb{Q} \times \mathbb{Q}$.
Here are my approaches for both problem:
(a) In $ \mathbb{C}[X] $ every polynomial has a root which is not the case for $ \mathbb{R}[X] $. So they are not isomorphic.
I'm not sure whether this property will make the rings no-isomorphic.
(b) Observation: $\mathbb{Q}[X]/(X)$ and $\mathbb{Q}[X]/(X-1)$ are isomorphic to $\mathbb{Q}$ because both of the quotient rings represent the constant polynomials of $\mathbb{Q}[X] $ which are $\mathbb{Q}$.
So by Chinese Remainder Theorem, $$\mathbb{Q}[X]/(X^2-X)=\mathbb{Q}[X]/(X(X-1)) \simeq \mathbb{Q}[X]/(X) \times \mathbb{Q}[X]/(X-1) \simeq \mathbb{Q} \times \mathbb{Q}$$ as the ideals $(X)$ and $(X-1)$ are co-maximal.
Just want to verify if the proofs are correct. If I'm missing out something please point out it. If the proofs are entirely wrong then I would greatly appreciate if you can give a hint .