A = {1, 2, 3} B = {2, 3, 4, 5} A ∩ B = ?
- {1, 4}
- {2, 3}
- {1, 5}
- {3, 4}
Explanation
We are given two sets:
- A = {1, 2, 3}
- B = {2, 3, 4, 5}
Intersection (A ∩ B) means finding the common elements that are present in both sets A and B.
Now compare the elements:
- A contains: 1, 2, 3
- B contains: 2, 3, 4, 5
The common elements are: 2 and 3
Related MCQs
- 2/x + 8/(x + 3)
- 4/x + 8/(x + 3)
- 6/x + 8/(x + 3)
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
- 4
- 5
- 6
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Leave a Reply
Your email address will not be published. Required fields are marked *