Answer:
A ∪ B = {2, 4, 5, 6, 11}
Explanation:
The union of 2 sets means the combined set will have the elements of both Set A and Set B. Also note that any common element is not repeated, it is only written once.
- Set A = {2, 4, 5}
- Set B = {2, 6, 11}
⇒ A ∪ B = {2, 4, 5, 6, 11}