Question: If set H contains elements {a, b, c} and set I contains elements {b, c, d}, what is the union of these two sets?
Options:
Correct Answer: {a, b, c, d}
Solution:
The union of sets H and I is {a, b, c, d}, which includes all unique elements from both sets.