The three sets $A, B,$ and $C$ each have $2018$ elements. The intersection of any two of the sets has $201$ elements. The intersection of all three sets has $20$ elements. How many elements are there in the union of the three sets?
If it is saying there are 20 elements in the intersection of the three sets, isn't it saying there are 20 numbers that are not repeated throughout the sets? So wouldn't the union be the same? Is there another way to solve?
Hint:
Apply the Inclusion-Exclusion Principle:
$ |A\cup B\cup C|=|A|+|B|+|C|-|A\cap B|-|A\cap C|-|B\cap C|+|A\cap B\cap C|$.