Answer: {3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 15, 17}
Step-by-step explanation:
A U B means the union of set A and set B. So, if we join them together, we get everything that is in set A and everything that is in set B:
3, 4, 5, 6, 7, 8, 9, 10, 11 and 7, 9, 11, 13, 15, 17
= 3, 4, 5, 6, 7, 7, 8, 9, 9, 10, 11, 11, 13, 15, 17
Notice that 7, 9, and 11 are in both set A and set B but we only need to list them once.
BONUS: A similar example:
Fruit Salad A contains: {apples, oranges, watermelon, and bananas}
Fruit Salad B contains: (blueberries, strawberries, bananas, and apples}
If I mix them together (A U B), the Fruit Salad will contain: {apples, oranges, watermelon, and bananas, blueberries, and strawberries).
We do not have to list the apples and bananas again.