My prof loves exercises like: Determine which of these quotient rings are isomorphic:
$$ R_1 = \mathbb{Q}[X,Y]/(X^2) \\ R_2 = \mathbb{Q}[X,Y]/(XY) \\ R_3 = \mathbb{Q}[X,Y]/(X,Y) \\ R_4 = \mathbb{Q}[X,Y]/(XY+3X+2Y+6) \\ R_5 = \mathbb{Q}[X,Y,Z]/(X^2,Y-Z) \\ R_6 = \mathbb{Q}[X,Y,Z]/(XZ-5,Y^2,Z) $$
And I take way to long to solve them. By staring at them I kind of guessed the Isomorphisms: $R_2 \rightarrow R_4, X \mapsto X+2, Y \mapsto Y+3$ and $R_5 \rightarrow R_1, X \mapsto X, Y \mapsto Y, Z \mapsto Y$. Then $R_3 \cong \mathbb{Q}$ while the others aren’t.
But I don’t really have a systematic approach (if there even exists one). I‘d be very happy if someone could tell me how they‘d approach problem‘s like these. I think f.e. that it‘s a good to check for nilpotent elements or zero divisors: In $R_1$ we have $X$ is nilpotent but $R_2$ doesn’t contain any nilpotent elements thus $R_1 \ncong R_2$ but would nilpotent elements help me to find an isomorphism? F.e. $X$ in $R_5$ or $Y$ in $R_6$ are nilpotent in what way would that restrict possible isomorphisms between $R_1$ and each of the two?