Question 259747: 7. Given these sets:
A = {1, 2, 3, 4}
B = {3, 4, 5, 6, 7}
C = {3, 5, 7, 9}
List the elements of this set
BU(A∩C)
Answer by drk(1908) (Show Source):
You can put this solution on YOUR website! First we find A∩C. This means we want the overlapping information as {3}
Second, we need B U {3}. This means all elements as {3, 4, 5, 6, 7, 9}
|
|
|