Question: If E = {a, b, c}, what is the union of E and F = {b, c, d}?
Options:
Correct Answer: {a, b, c, d}
Solution:
The union of two sets includes all unique elements from both sets. Here, the union is {a, b, c, d}.