Part (a)
A = {prime numbers between 10 and 16}
A = {11, 13}
B = {multiples of 3 between 10 and 16}
B = {12, 15}
A U B = union of set A with set B
A U B = {set of stuff from A or B or both}
A U B = {11, 12, 13, 15}
=================================================
Part (b)
I'm assuming that you meant to write
![A \cap B](https://img.qammunity.org/2023/formulas/mathematics/high-school/o8xkk03us5eudho68cjxds637x0u38zkxq.png)
If so, then this is the set of values inside set A and set B at the same time.
Since there is no common overlap between the sets A and B, we say that the answer is the empty set. We write the empty set as a pair of curly braces with nothing inside. Not even zero is a member of the empty set.
![A \cap B = \{ \ \}](https://img.qammunity.org/2023/formulas/mathematics/high-school/7bvfhlwt04as5lwdog70ipt45esehlbjai.png)
we could also write the empty set using the symbol
![\varnothing](https://img.qammunity.org/2023/formulas/mathematics/college/8udmpjrsscp8aresl44aimaixit3ecnfnu.png)
So,
![A \cap B = \varnothing](https://img.qammunity.org/2023/formulas/mathematics/high-school/imyw62s823fmu5cm5qw5m8ib8ptwx347bd.png)
=================================================
Part (c)
Answer: False
Reason:
The weird looking E symbol in this context means "is inside" or "is part of"
In other words, a statement like
translates to "11 is part of set B", which is a false statement. Recall that B = {12, 15}
If we said
, then it would be true since A = {11, 13} which shows 11 as one of the values of set A.