How many classes have the quotient set defined on $\Bbb{Z}^2$ by the following?: $$(x,y)R(u,v)\iff x\equiv u\pmod{4}\quad\wedge\quad y\equiv v\pmod{2}.$$
I think they are asking for $|\Bbb{Z}^2/R|$.
We can express the relation as a system of equations: $$\begin{cases}x-u=4k\\y-v=2m\end{cases}\to (x+y)-(u+v)=2(2k+m)=2l\to x+y\equiv u+v\pmod{2},$$ hence $|\Bbb{Z}^2/R|=2$.
Is that right?
No. There are $8$ equivalent classes. For each $(x,y)\in\mathbb Z^2$ there is one and only element$$(u,v)\in\bigl\{(0,0),(1,0),(2,0),(3,0),(0,1),(1,1),(2,1),(3,1)\bigr\}$$such that $(x,y)\mathrel R(u,v)$. You just take $u$ equal to the remainder of the division of $x$ by $4$ and take $v$ equal to the remainder of the division of $y$ by $2$.