I am more looking for what concepts/techniques I should understand to solve this problem rather than explicit solution (though that definitely does not hurt). It might sound strange but I'm studying for an exam that I don't know what will be tested...
Consider $\mathbb{C}[x,y]$. Consider $I = \langle x^2 + 4x + 4, xy+x+2y+2, y^3 + 3y^2 + 3y + 1\rangle$. What is the dimension of $\mathbb{C}[x,y]/I$ as a vector space over $\mathbb{C}$?
I guess I should first convince myself that $I$ is a subring. But according to a discussion here, it might not be the case, so that's already quite confusing.
Anyway, playing with the polynomials, I get
$$I = \langle (x+2)^2 , (x+2)(y+1), (y+1)^3 \rangle$$
I sense that this could be useful since it looks better now.Then I suppose the question becomes, when we divide some $f$ by $ a(x+2)^2 + b(x+2)(y+1) + c(y+1)^3$, what could be the possible remainders (where $f,a,b,c \in \mathbb{C}[x,y]$)? Because that's how I used to think about quotient ring of one variable.