can someone let me know what this question means and how do i go about solving it?
Let Z be the set of integers and R be the relation defined in Z such that aRb if a – b is divisible by 3. Then R partitions the set Z into how many pairwise disjoint sets?
all i know is that this relation would be an equivalence relation.Please help.
Here are the equivalence classes: $$[0]=\{3k\mid k\in\mathbb{Z}\}\\ [1]=\{3k+1\mid k\in\mathbb{Z}\}\\ [2]=\{3k+2\mid k\in\mathbb{Z}\}. $$ and these are the only equivalence classes. To see this, let $[a]$ be any equivalence class, then by division algorithm, we have $a=3q+r$ for some $q\in\mathbb{Z}$ and $r=0,1,2$. Thus $[a]=[r]$, where $r=0,1,2$.