InterviewSolution
Saved Bookmarks
| 1. |
Consider the following two binary relations on the set A={a,b,c} R_(1) ={(c,a), (b,b), (a,c),(c,c), (b,c), (a,a)} R_(2) = {(a,a),(b,a),(c,c),(b,a),(b,b),(a,c)}, Then |
|
Answer» `R_2` is SYMMETRIC but it is not TRANSITIVE |
|