InterviewSolution
Saved Bookmarks
| 1. |
If A = {1,2,3} and B = {3,4,5,6}. Find A∩B.(a) {1,2,3}(b) { }(c) {1,2,3,4,5,6}(d) {3}I got this question during an online interview.The question is from Operation on Sets-1 topic in division Sets of Mathematics – Class 11 |
|
Answer» CORRECT answer is (d) {3} Easiest EXPLANATION: Intersection of SET A and B is a set that contains ELEMENTS which is common to both set A and set B. A = {1,2,3} B = {3,4,5,6} Here, 3 is common to both sets so A∩B = {3}. |
|