The correct option is B P is true and Q are false
(a,b)R(c,d) if a≤c or b≤d
P:R is reflexive
Q:R is transitive
Since, (a,b)R(a,b)⇒a≤a or b≤b⇒t or t
Which is always True. R is reflexive.
Now let us check transitive property
Let (a,b)R(c,d)⇒a≤c or b≤d
and (c,d)R(e,f)⇒c≤e or d≤f
Now let us take a situation
a≤c (True) or b≤d (false)
and c≤e (False) or d≤f (True)
Now we can get neither a≤e nor b≤f
So, (a,b)R(c,d) and (c,d)R(e,f)/⇒(a,b)R(e,f). So, clearly R is not transitive.
So P is true and Q is false. Choice (b) is correct.