Counts how many elements lie in at least one of three sets using |A∪B∪C| = |A|+|B|+|C| − |A∩B| − |B∩C| − |C∩A| + |A∩B∩C|. It also reports how many lie in none of them, in exactly one, and in exactly two.