Set operationsEasyQuestion 410001
Question
A ∪ B represents:
- AAll elements in A or B (or both)Correct
- BAll elements common to A and B
- CElements in A but not B
- DElements not in A or B
Correct answer
All elements in A or B (or both)
Explanation
Union A ∪ B = {x: x ∈ A or x ∈ B}. Intersection A ∩ B = {x: x ∈ A and x ∈ B}. Difference A − B = {x: x ∈ A and x ∉ B}.