

InterviewSolution
Saved Bookmarks
1. |
Let A = {2, 3, 5, 6}. Then, which of the following relations is transitive only?(a) R = {(2, 3), (6, 6)}(b) R = {(2, 2), (3, 3), (5, 5), (6, 6), (2, 3), (3, 5), (2, 6)}. (c) R = {(2, 6), (6, 2)} (d) R = {(2, 3), (3, 5), (2, 5)}. |
Answer» (d) R = {(2, 3), (3, 5), (2, 5)}. |
|