Match the following. Given A = {1, 2, 3, 4, 5} B = {2, 4, 6} C = {1, 3, 5} 1. B ∪ C {2, 4} 2. A ∩ B null, or empty set 3. A ∩ C {1, 2, 3, 4, 5} 4. A ∩ (B ∩ C) {1, 3, 5} 5. A ∪ (B ∩ C) {1, 2, 3, 4, 5, 6}
@DanJS
#1, U = union, list all numbers that are seen in B or C B = {2, 4, 6} U C = {1, 3, 5} All numbers in B or C {1,2,3,4,5,6}
ill do one of the upside down U's too #2) A AND B A = {1, 2, 3, 4, 5} B = {2, 4, 6} What is seen in A AND B {2,4}
that is all the U and upside down U things mean
A ∩ (B ∩ C) for those, first do the parenthesis, A AND B, then do A AND (the set from the first A AND B)
Those are the ones that I don't understand... The ones with the parentheses.
@myininaya
@DanJS ..?
A ∩ B = {2, 4}
gtg
Join our real-time social learning platform and learn together with your friends!