Given the equivalence relation R on $\mathbb{Z}$
by $aRb$ iff $3\vert 5a^2+b^2$
Determine the distinct equivalence classes of R
$[0]=\left\{x \in \mathbb{Z}: xR0\right\}=\left\{x \in \mathbb{Z}:3|5x^2+0\right\}$ Would this only give $0$? $[1]=\left\{x \in \mathbb{Z}: xR1\right\}=\left\{x \in \mathbb{Z}:3|5x^2+1\right\}$ this doesn't seem to give me many elements either
Is this the right approach? I figured since this is equivalent to a mod $3$ function it would have $3$ distinct equivalence classes is this not generally right?