01/26/25 Section 2.3 11
Example 6
Performing Set Operations
a.(A U B)’
•Solution:
A U B = {1, 3, 7, 8, 9, 10}
(A U B)’ = {2, 4, 5, 6}
b.A’ ∩ B’
•Solution
A’ = {2, 4, 5, 6, 8, 10}
B’ = {1, 2, 4, 5, 6, 9}
A’ ∩ B’ = {2, 4, 5, 6 }
•Always perform any operations inside parenthesis first!
Given:
U = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10}
A = { 1, 3, 7, 9 }
B = { 3, 7, 8, 10 }
•Find