[0] contains all elements of A that are multiples of 3.
[1] contains all elements of A that leave a remainder of 1 when divided by 3.
[2] contains all elements of A that leave a remainder of 2 when divided by 3.
[3]=[0].
So there are 3 distinct equivalence classes.