Answer:
Explanation:
the terms intersection and union are the properties of sets, where
intersection, ∩ : means the resultant set is the common elements of both sets
union, ∪: means the all the elements of both sets
for example let's take two sets, A and B, where
A = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}
B = {2, 4, 6, 8, 10, 12, 24}
A ∩ B = {2, 4, 6, 8, 10}
A ∪ B = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 24}