InterviewSolution
Saved Bookmarks
| 1. |
How will you define Union of two sets A and B?(a) {x: x € A or x € B}(b) {x: x € A or x € B (or both)}(c) {x: x € A and B}(d) {x: x € A – B}This question was addressed to me in an interview for internship.My question is based upon Sets and their Representations topic in portion Sets of Mathematics – Class 11 |
|
Answer» Correct answer is (b) {x: x € A or x € B (or both)} |
|