

InterviewSolution
Saved Bookmarks
1. |
Let N be the set of natural numbers. Describe the following relation in words giving its domain and the range.{(1, 1), (16, 2), (81, 3), (216, 4)} |
Answer» The given relation stated in words is R = {(x, y) : x is the fourth power of y; x ∈ N, y ∈ {1, 2, 3, 4}}. |
|