Let $A$ be the be the standard plane in $\mathbb{R}^2$ and $x$ and $y$ be points.
Now in $A$ we define $R$ by $xRy$ if and only if $x$ and $y$ are co-linear. Is $R$ and equivalence relation on $A$.
Also let $B$ be the the set of all lines in $A$. Define $R$ in $B$ by $aRb$ if and only if $a$ and $b$ do not intersect.
My attempt for the first part. Letting $x$ and $y$ be points in $A$ since all points lie on the same line as themselves then $xRx$ so the relation is reflexive. Now Suppose $xRy$ then $x$ and $y$ lie on the same line. Since two points determine a unique line then $yRx$ so the relation is symmetric. Now suppose $xRy$ and $yRz$ such that $z$ is also a point. Then $x$ and $y$ lie on the same line and $y$ and $z$ lie on the same line. Therefore $x$ and $y$ determine a unique line say $M$ and $y$ and $z$ also determine a unique line say $N$. Now the intersection of $M$ and $N$ contain $y$ so they are not the same line. Therefore $x$ is not related to $z$ so the relation is not transitive
Let $a,b,c$ be distinct lines in $B$. Since $a$ contains at least two distinct points it is a unique then $aRa$ so the relation is reflexive. Now assume $aRb$ therefore $a \cap b$ is empty. So it follows that $bRa$ therefore the relation is symmetric. Now suppose $aRb$ and $bRc$ then $a\cap b$ and $b \cap c$ is empty implies that $a \cap c$ is empty so $aRc$ so the relation is transitive. Therefore this relation is an equivalence relation.
I'm unsure if this is sufficient I was least sure on the transitivity portion for both relations.