Use union() to join the volunteers set with the coordinators to get a set of all the people organizing an event.
union()
volunteers
coordinators
Make sure to pick . followed by union and then (, coordinators, ).
.
union
(
)