Unions are bigger,
therefore it seems logical that AND operation is the correct one.
However, if an element is in the union of sets A and B it is either
in set A OR set B.
Intersections are smaller,
therefore it seems logical that OR operation is the correct one.
However, if an element is in the intersection of sets A and B it is
in set A AND set B.