

InterviewSolution
Saved Bookmarks
1. |
Let R = {x, y): x + 2y = 8} be a relation on N. Write the range of R. |
Answer» By substituting the values of x and y we get R = {(2, 3), (4, 2), (6, 1)} The range of R for the relation on N range (R) = {3, 2, 1} |
|