Question 1020293: Match the following.
Given A = {1, 2, 3, 4, 5} B = {2, 4, 6} C = {1, 3, 5}
1. A ∪ B
{2, 4}
2. A ∪ C
{1, 3, 5}
3. A ∩ B
null, or empty set
4. A ∩ C
{1, 2, 3, 4, 5}
5. B ∩ C
{1, 2, 3, 4, 5, 6}
Answer by Fombitz(32388) (Show Source):
You can put this solution on YOUR website! 1. A ∪ B={1,2,3,4,5,2,4,6}={1,2,3,4,5,6}
2. A ∪ C={1,2,3,4,5,1,3,5}={1,2,3,4,5}
3. A ∩ B={2,4}
4. A ∩ C={1,3,5}
5. B ∩ C=Null or Empty Set
|
|
|