Question 431739: Given these sets:
A = {3, 4, 5, 6, 7}
B = {6, 7, 8, 9}
C = {2, 4, 6, 8}
List the elements of this set
C ∩ (AUB)
Do not skip to the answer. Show your work
Answer by richard1234(7193) (Show Source):
You can put this solution on YOUR website! A U B = {3, 4, 5, 6, 7, 8, 9} (simply take all elements in either A or B)
C ∩ (A U B) = {4, 6, 8} (these are the elements in both C and A U B)
|
|
|