Question: What is the union of the sets {a, b} and {b, c}?
Options:
Correct Answer: {a, b, c}
Solution:
The union of two sets is the set of elements that are in either set. Here, {a, b} ∪ {b, c} = {a, b, c}.