Annie R. answered 03/11/23
PhD student in Computer Science w/ 10+ years of teaching Math &CS
Here you must know your set definition.
The intersection (∩) is what two sets have in common.
The union (∪) is all elements in both sets, you can think of "adding" the elements of the sets together, but disregarding duplicates.
So for example the intersection of sets B and C is:
B ∩ C = {peach}
This makes sense since this is the only pie preference Brenda and Cuong have in common.
You can do something similar for the rest of the problem :)