
Stacy M.
asked 09/17/19How can I do that?
U={1,2,3,4,5,6,7,8}
A= {1,2,6,8}
B= {1,2,3,4,5,7}
C={3,5}
D{5,6,7,8}
1.¬ ( A U B ) - ( C - B )
4. ( A U B ) ∩ ¬D
2. ( ¬B ∆ ¬A ) - C
5. ( A ∩ D ) - ( C - B )
3. ( A - D ) U ( B ∩ ¬C )
1 Expert Answer

Patrick B. answered 09/17/19
Math and computer tutor/teacher
1) A u b = (1,2,3,4,5,6,7,8}
(A u b)' = empty set
(c - b ) = empty set
empty set - empty set = empty set
4) A u B = {1,2,3,4,5,6,7,8}
D' = {1,2,3,4}
(A u b) intersec D' = {1,2,3,4}
2)
B' = {6,8}
A' = {3,4,5,7}
The symmetric difference of A' and B' is
{3,4,5,6,7,8}
Throwing away C gives {4,6,7,8}
5) (A intersect D) = {6,8}
C - B = empty set
(A intersect D) - (C-B) = {6,8}
3) (A - D) = {1,2}
C' = {1,2,4,6,7,8}
B intersect C' = {1,2,6,8}
{1,2,6,8}
Stacy M.
Thank you ❤️❤️09/17/19
Still looking for help? Get the right answer, fast.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Katy T.
This looks like a problem that may be harder than elementary math. I believe that the U category may be a list of all included numbers (their union). I am not 100% sure if this is the way to approach this, but I wonder if drawing a large venn diagram with overlapping circles A,B,C, and D would help you know what numbers go in each union or intersection. I'm not quite sure if the dashes included are subtraction signs or a symbol I'm unfamiliar with. In any case, my personal approach would be to draw the problem and experiment with where to place each digit until each sentence is correct, kind of like a puzzle.09/17/19