InterviewSolution
Saved Bookmarks
| 1. |
Give an example to show that the relation R in the set of natural numbers, defined by R = {(x, y), x, y ∈ N, x ≤ y2} is not transitive. |
| Answer» (8, 3) ∈ R, (3, 2) ∈ R, but (8, 2) ∉ R. | |