

InterviewSolution
Saved Bookmarks
1. |
If R is a relation on the set A = {1, 2, 3, 4, 5, 6, 7, 8, 9} given by x R y ⬄ y = 3x, then R =A. {(3, 1), (6, 2), (8, 2), (9, 3)}B. {(3, 1), (6, 2), (9, 3)}C. {(3, 1), (2, 6), (3, 9)}D. none of these |
Answer» ∵ For A = {1, 2, 3, 4, 5, 6, 7, 8, 9} the satisfying complete relation is: R={(1, 3), (2, 6), (3, 9)} |
|