InterviewSolution
Saved Bookmarks
| 1. |
Let R = {(1, 3), (4, 2), (2, 4), (2, 3), (3, 1)} be a relation on the set A = {1, 2, 3, 4}. The relation R isA. reflexiveB. transitiveC. not symmetricD. a function |
|
Answer» Correct Answer - C Clearly, (1,1),(2,2),(3,3) and (4,4) are not in R. So, it is not reflexive. We observe that `(2, 3) in R` but `(3, 2) cancelin R`, it is not symmetric. Clearly, (1, 3) `in R` and `(3, 1) cancelin R " but "(1,1)cancelinR`. So, it is not transitive. Since (2, 4) and (2, 3) are in R. So, it is not a function. Hence, option (c ) is correct. |
|