

InterviewSolution
Saved Bookmarks
1. |
Let A = {(2, 5, 11)}, B = {3, 6, 10} and R be a relation from A to B defined by R = {(a, b) : a and b are co-prime}. Then R is(a) {(2, 3), (2, 6), (5, 10), (5, 6)} (b) {(2, 6), (2, 10), (5, 10)} (c) {(2, 3), (5, 3), (5, 6), (11, 3), (11, 6), (11, 10)} (d) {(2, 10), (5, 3), (5, 6), (11, 10)}. |
Answer» (c) {(2, 3), (5, 3), (5, 6), (11, 3), (11, 6), (11, 10)} |
|