Advertisement
Advertisement
Sum
If A = {5, 6, 7, 8, 9}, B = {x : 3 < x < 8 and x ∈ W} and C = {x : x ≤ 5 and x ∈ N}. Find:
B ∪ C and A ∪ (B ∪ C)
Advertisement
Solution
A = (5, 6, 7, 8, 9)
B = (4, 5. 6, 7)
C = (1, 2, 3, 4, 5)
B ∪ C = (1, 2, 3, 4, 5, 6, 7)
A ∪ (B ∪ C) = (1, 2 , 3, 4, 5, 6, 7, 8, 9)
Concept: Distributive Laws
Is there an error in this question or solution?