Let R be a relation on N x N defined by (a, b) R(c, d) if and only if ad(b-c)=bc(a-d). Then R is [2023]
(2)
We have, (a,b)R(c,d)⇔ad(b-c)=bc(a-d)
⇒b-cbc=a-dad and 1c-1b=1d-1a⇒1a-1b=1d-1c
For reflexive: (a,b)R(a,b)⇒1a-1b=1b-1a which is false.
Hence, it is not reflexive.
For symmetric: (a,b)R(c,d)⇒1a-1b=1d-1c
⇒1c-1d=1b-1a⇒(c,d)R(a,b)
Hence, it is symmetric.
For transitive: (a,b)R(c,d)⇒1a-1b=1d-1c
and (c,d)R(e,f)⇒1c-1d=1f-1e
⇒1a-1b=1e-1f≠(a,b)R(e,f)
Hence, it is not transitive.