(c):
(x1,y1)R(x2,y2)\\
⇒ x1≤x2 or
y1≤y2\\ For reflexive :\\
(x1,y1)R(x1,y1) ⇒ x1≤x1 or
y1≤y1 which is true.\\ So,
R is reflexive.\\ For symmetric :\\ When
(x1,y1)R(x2,y2)\\
⇒ x1≤x2 y1≤y2\\
⇒x2≤x1 or
y2≤y1\\ They may or may not be true.\\ For example
(1,2) and
(3,4)\\
1≤3 and
2≤4 but
3≰1 and
4≰2.\\
∴ R is not symmetric.\\ For transitive :\\ Take pairs as
(3,9),(4,6),(2,7)\\
(3,9)R(4,6) as
4≥3\\
(4,6)R(2,7) as
7≥6\\ But
(3,9)R(2,7), as neither
2≥3 nor
7≥9\\ So,
R is not transitive.