

InterviewSolution
Saved Bookmarks
1. |
Let A = {a, b, c, d} and B = {x, y, z}. Which of the following are relations from A to B ?(i) {(a, y), (a, z), (c, x), (d, y)} (ii) {(a, x), (b, y), (c, x), (a, d)} (iii) {(a, x), (y, d), (x, c)} (iv) {(y, a), (z, a), (z, c), (y, d)} (v) {(a, x), (x, a), (b, y), (y, b)} (vi) {(a, x), (b, y), (c, z), z} (vii) {a, b, x, y, z} |
Answer» (i) Yes. (ii) No, because in the ordered pair (a, d), a ∈ A and d ∉ B. (iii) No, because in (y, d), y ∈ B. (iv) No. because here the first entries in all the ordered pairs are in the set B. (v) No. (vi) No, because the element z is not an ordered pair. (vii) No, because the elements of the set are not ordered pairs. |
|