Venn Diagrams (2 and 3 sets)
Three-set Venn problems are CAT’s favourite Modern Maths setup. Draw three overlapping circles giving seven regions; always fill from the centre outwards. Put n(A∩B∩C) in the middle first, then subtract it to get the "exactly two" slices, then subtract those to get the "only one" slices. The master formula is n(A∪B∪C) = Σ singles − Σ pairs + triple. Two derived results win most questions: exactly-one = Σsingles − 2·Σpairs + 3·triple, and exactly-two = Σpairs − 3·triple. The hardest variant is max/min overlap: given totals and a fixed universe, find the largest or smallest possible "all three". To MAXIMISE the triple overlap, push as many people as possible into the centre; to MINIMISE it, spread people out — use total liking = Σsingles and the rule min(all three) ≥ Σsingles − 2·(Total). Treat percentages as counts out of 100 to keep the arithmetic clean.
✅ Solved examples
✏️ Practice — try these, take hints as needed
📝 Topic test — 8 questions
Auto-graded with full solutions; saved to your dashboard. Use the calculator and formula sheet (top-right) any time.
Formula Reference Sheet
Counting & inclusion–exclusion
| Two-set union | n(A∪B) = n(A) + n(B) − n(A∩B) |
|---|---|
| Three-set union | n(A∪B∪C) = n(A)+n(B)+n(C) − n(A∩B) − n(B∩C) − n(C∩A) + n(A∩B∩C) |
| Neither / outside | n(neither) = Total − n(A∪B∪C) |
| Only A (two sets) | n(A only) = n(A) − n(A∩B) |
| Subsets of a set | A set with n elements has 2ⁿ subsets, 2ⁿ−1 proper |
Exactly-k & complement laws
| Exactly one (three sets) | Σn(A) − 2·Σn(A∩B) + 3·n(A∩B∩C) |
|---|---|
| Exactly two (three sets) | Σn(A∩B) − 3·n(A∩B∩C) |
| At least two | Σn(A∩B) − 2·n(A∩B∩C) |
| Complement | n(A') = n(U) − n(A) |
| De Morgan’s laws | (A∪B)' = A'∩B' ; (A∩B)' = A'∪B' |