My relation sets are as follows:
R = {(0,0), (0,2), (0,3), (2,0) (3,0)}
R^op = {(0,0), (0,2), (0,3), (2,0) (3,0)}
R^c = {(0,1),(0,4),(1,0),(1,1),(1,2),(1,3),(1,4),(2,1),(2,2),(2,3),(2,4),(3,1),(3,2),(3,3),(3,4),(4,0),(4,1),(4,2),(4,3),(4,4)}
Question is R o R^op o R^c
I ended up with the set of {(0,1), (0,2), (0,3), (0,4)} but I don't think this is correct.
Can someone help me go about this problem? It's confusing because my R^op set is the same as my R set
Since $R$ is symmetric, $R^{-1}$ (which you call $R^{\text{op}}$) is just $R$, and you’re interested in $R\circ R\circ R^c$. Because $R$ is so small, it’s not hard to check that
$$R\circ R=R\cup\{\langle 2,2\rangle,\langle 3,3\rangle,\langle 2,3\rangle,\langle 3,2\rangle\}\;.$$
In other words, $R\circ R=\{0,2,3\}\times\{0,2,3\}$: it contains every ordered pair that can be formed using just $0,2$, and $3$. For convenience let $S=R\circ R$; we want $S\circ R^c$.
Suppose that $\langle a,b\rangle\in S\circ R^c$; then there must be a $c\in\{0,1,2,3,4\}$ such that $\langle a,c\rangle\in R^c$ and $\langle c,b\rangle\in S$. We’ve just seen that $\langle c,b\rangle\in S$ if and only if $b,c\in\{0,2,3\}$, so $c$ has to be $0,2$, or $3$. What members of $R^c$ have $0,2$, or $3$ as second element? Those elements are:
$$\langle 1,0\rangle,\langle 4,0\rangle,\langle 1,2\rangle,\langle 2,2\rangle,\langle 3,2\rangle,\langle 4,2\rangle,\langle 1,3\rangle,\langle 2,3\rangle,\langle 3,3\rangle,\langle 4,3\rangle$$
This means that if $a$ is anything except $0$, there is a $c\in\{0,2,3\}$ such that $\langle a,c\rangle\in R^c$, and therefore $\langle a,0\rangle,\langle a,2\rangle$, and $\langle a,3\rangle$ are all in $S\circ R^c$. If $a=0$, on the other hand, there is no $c\in\{0,2,3\}$ such that $\langle a,c\rangle\in R^c$, and therefore none of $\langle a,0\rangle,\langle a,2\rangle$, and $\langle a,3\rangle$ is in $S\circ R^c$. It follows that
$$S\circ R^c=\{1,2,3,4\}\times\{0,2,3\}\;,$$
and I’ll leave it to you to write out the full set of $12$ ordered pairs if you wish.
Note: I have assumed that your concatenation is from right to left. In the less likely event that it is from left to right, then $\langle a,b\rangle\in S\circ R^c$ if and only if there is a $c\in\{0,1,2,3,4\}$ such that $\langle a,c\rangle\in S$ and $\langle c,b\rangle\in R^c$, and similar reasoning leads to the conclusion that $$S\circ R^c=\{0,2,3\}\times\{1,2,3,4\}\;.$$