

InterviewSolution
Saved Bookmarks
1. |
Let A = {1, 2, 3} and R = {(1, 2), (2, 3), (1, 3)} be a relation on A. Then, R isA. neither reflexive nor transitiveB. neither symmetric nor transitiveC. transitiveD. none of these |
Answer» C. transitive ∵ R = {(1, 2), (2, 3), (1, 3)} satisfying only the property of transitive relation. i.e Its transitive i.e (a,b) ∈ R and (b,c) ∈ R → (a,c) ∈ R ∀ a,b,c ∈ A |
|