

InterviewSolution
Saved Bookmarks
1. |
I is the set of integers. Describe the following relations in words, giving its domain and range.{(0, 0), (1, –1), (2, – 2), (3, –3)...} |
Answer» R = {(0, 0), (1, – 1), (2, – 2), (3, – 3) ...} = {(x, y) : y = – x, x ∈ W} Domain = {0, 1, 2, 3, ....} = W, Range = {...,– 3, – 2, – 1, 0} |
|