Define the relation $R$ on the set of all ordered pairs of real numbers as follows: $(x, y)R(s, t)$ iff $2(x - s) = (y - t)$.
Prove that $R$ is an equivalence relation.
Find the equivalence class of the point (1, 1).
The only ideas I know of how to solve this include proving the relation has reflexive, symmetric, and transitive properties. Then I would prove $2(x - s) = 2(s - x)$, so it is reflexive; $2(x - s) = (y - t) \Rightarrow (y - t) = 2(x - s)$, and then doing something similar for antisymmetry.
However I am not so sure if this is too simple and I would like to know if I am on the right track.
To prove that $R$ is an equivalence relation, you must show (as you said) that it is symmetry, reflexive, and transitive. But, it seems to me that you are trying to deal with real numbers, rather than pairs of real numbers, as in the relation definition.
Let's start with reflexive. We must show that for any $(x,y)$, we have $(x,y)R(x,y)$. By definition, this is true if and only if $2(x-x)=y-y$, which clearly holds. So, the relation is reflexive.
For symmetry, you must show that whenever $(x,y)R(s,t)$, we also have $(s,t)R(x,y)$. Can you prove this using the definition of $R$?
Lastly, for transitivity, you must show that whenever it is true that both $(x,y)R(s,t)$ and $(s,t)R(p,q)$, we have $(x,y)R(p,q)$. In other words, assuming $2(x-s)=y-t$ and $2(s-p)=t-q$, you must prove that $2(x-p)=y-q$. It may help to note that $$ 2(x-p)=2(x-s)+2(s-p). $$