InterviewSolution
Saved Bookmarks
| 1. |
Let R = {(a, b) : a, b ∈ N and b = a + 5, a < 4}. Find the domain and range of R. |
|
Answer» dom (R) = {1, 2, 3} and range (R) = {6, 7, 8} |
|