InterviewSolution
Saved Bookmarks
| 1. |
If A X B = {(1, a), (1, b), (1, c), (2, a), (2, b), (2, c)} then find set B.(a) {1}(b) {1, 2}(c) {1, a}(d) {a, b, c}This question was addressed to me during an interview.My question is based upon Cartesian Product of Sets topic in section Relations and Functions of Mathematics – Class 11 |
|
Answer» The CORRECT option is (d) {a, b, C} |
|