Question: If $X = \{1,2,3,4,5\}$ and $Y = \{1,3,5,7,9\}$, determine which of the following sets represent a relation? Options:
A) $R_1=\{(x,y):y=x+2,x\in X,y\in Y\}$;
B) $R_2=\{(1,1),(1,2),(3,3),(4,3),(5,5)\}$;
C) $R_3=\{(1,1),(1,3),(3,5),(3,7),(5,7),(7,3)\}$;
D) $R_4=\{(1,3),(2,5),(4,7),(5,9),(3,1)\}$;
I think the answer is both option A and D because $R_1 = \{(1,3),(3,5),(5,7)\}$. But when I see the solution it is given as options D. Am I missing something? Or is the answer provide wrong? Please elaborate so that I can understand.