

InterviewSolution
Saved Bookmarks
1. |
The range of the relation R defined by R = {(x + 1, x + 5) : x ∈ {0, 1, 2, 3, 4, 5}} is(a) {1, 2, 3, 4, 5, 6} (b) {5, 6, 7, 8, 9, 10} (c) {6, 7, 8, 9, 10, 11} (d) {0, 1, 2, 3, 4, 5} |
Answer» (b) {5, 6, 7, 8, 9, 10} 2. The range of the given relation is defined by the second element, i.e., (x + 5) in the ordered pair (x + 1, x + 5) defining the relation. ∵ x ∈{0, 1, 2, 3, 4, 5}, therefore Range = {0 + 5, 1 + 5, 2 + 5, 3 + 5, 4 + 5, 5 + 5} = {5, 6, 7, 8, 9, 10}. |
|