R = ((1, 1), (3, 1), (2, 3), (4, 2))
RoR=R2=((1, 1), (3, 1), (2, 3), (4, 2))((1, 1), (3, 1), (2, 3), (4, 2))
=((1, 1), (3, 1), (2, 1), (4, 3))
take first set (1,1) then take second element of this subset check in the other set R is there any starting with 1 if yes then take its second element and make a subset in R2 similarly check for all.
like (4,2) (2,3)=(4,3)in R2
so answer will be D