The question asks to prove that the following relation is an equivalence relation on the set of integers and find the equivalence class of the number 5.
$ (x,y) ∈ R$ if and only if $x + 2y$ is divisible by 3 .
I was able to prove that the relation is reflexive but I'm not quite sure how to prove that the relation is symmetric and transitive, as well as [5].
To prove symmetry, you need to prove: if $(x,y) \in R$, then $(y,x) \in R$. That is, if $x+2y$ is divisible by $3$, then $y+2x$ is divisible by $3$. Hint: What is $(x+2y)+(y+2x)$?
To prove transitivity, you need to prove: if $(x,y) \in R$ and $(y,z) \in R$, then $(x,z) \in R$. That is, if $x+2y$ is divisible by $3$ and $y+2z$ is divisible by $3$, then $x+2z$ is divisible by $3$. Hint: Add $(x+2y)+(y+2z)$.
To find the equivalence class of $5$, you need to find the set of all numbers $x$ such that $(x,5) \in R$. What does it mean to have $(x,5) \in R$? Can you characterize all such $x$ that satisfy this?