Podcast
Questions and Answers
What is the result of A - B?
What is the result of A - B?
- {1, 2, b}
- {1, 2}
- {1, a}
- {1} (correct)
Which element is present in A but not in B?
Which element is present in A but not in B?
- b
- a
- 2
- 1 (correct)
What is the intersection of sets A and B?
What is the intersection of sets A and B?
- {a, 2} (correct)
- {a, 1, 2, b}
- {1, 2}
- {a, b}
Which element is present in both sets A and B?
Which element is present in both sets A and B?