InterviewSolution
Saved Bookmarks
| 1. |
Check whether the relation R defined in the set {1, 2, 3, 4, 5, 6} as R = {( a , b ): b = a + 1} is reflexive, symmetric or transitive. |
| Answer» Check whether the relation R defined in the set {1, 2, 3, 4, 5, 6} as R = {( a , b ): b = a + 1} is reflexive, symmetric or transitive. | |