Let's say you have 10 groups of members. Each group can have an arbitrary number of members, but let's keep it clean (unless it matters?) and say each has 10,000 members. Between the combined memberships of any given two groups, there's a 10% overlap (meaning, 10% of the members will belong to both groups). Since we're assuming a membership of 10,000 per group, that means the distinct membership would be 18,000 between two groups.
Problem: What is the distinct total count of members, in aggregate across all 10 groups? And how/why?
This seems like it should be easy, but I can't figure it out for the life of me. Thank you!