182k views
3 votes
Let A= {1, 3, 4}, B= x, C= {2, 5, 7, 10}, and D= x is an odd whole number less than 10

11. A U C

13. B U C

17. A n C

Please answer. I need to know. THANK YOU <3

User Tlovely
by
6.9k points

1 Answer

3 votes
Answer to problem 11 is the set {1, 2, 3, 4, 5, 7, 10}

Answer to problem 13 is the set {2, 4, 5, 6, 7, 8, 10}

Answer to problem 17 is the empty set { } (see explanation below)

-----------------------------------------------
-----------------------------------------------

Explanation to problem 11

Set A = {1, 3, 4}
Set C = {2, 5, 7, 10}

When we union these two sets together, we simply combine them writing all of the elements in one big set. This is why the answer is {1, 2, 3, 4, 5, 7, 10}

-----------------------------------------------

Explanation to problem 13

B = x
B = {2, 4, 6, 8}
C = {2, 5, 7, 10}

Union B and C together and we get {2, 4, 5, 6, 7, 8, 10}

Toss out any duplicates

-----------------------------------------------

Explanation to problem 17

The previous problems had us doing set unions. This time we're doing set intersections. We have these two sets
A = {1, 3, 4}
C = {2, 5, 7, 10}

The question is: what number is in BOTH set A and set C? The answer is "there is no such value"
1 is in A, but not in C
3 is in A, but not in C
4 is in A, but not in C
2 is in C, but not in A
5 is in C, but not in A
7 is in C, but not in A
10 is in C, but not in A
There are no overlapping values. No values are shared between the two sets

So the answer is simply "the empty set" which can be written as { }. This is a pair of curly brace with nothing inside them. Your book may use the special symbol
\varnothing, which is another way of saying "empty set"
User Caleb Hattingh
by
7.2k points