1. Fundamental Formula Applications
- Formula: For two sets:
Number in neither:
n(Neither)=n(U)−n(A∪B)Use when two categories overlap and the total population is given.
- Example: In a survey of 150 students, 90 like Math, 70 like Science, and 40 like both. How many like neither? Solution:
Math Science
_________ _________
/ \____/ \
/ 50 40 30 \
\___________/ \___________/
Students liking at least one:
n(M∪S)=90+70−40=120Neither:
150−120=302. Only One Set
- Formula:
Use when the question asks for people belonging to exactly one category.
- Example: Out of 200 students, 120 study Python, 80 study Java, and 50 study both. How many study only Python? Solution:
Python Java
_________ _________
/ \____/ \
/ 70 50 30 \
\___________/ \___________/
Only Python=120−50
70
3. Maximum/Minimum Overlap
- Formula: For two sets:
Use when the exact intersection is not given but its possible range is required.
- Example: In a group of 100, 60 play cricket and 50 play football. Find the maximum and minimum number who play both. Solution:
Maximum:
min(60,50)=50Minimum:
max(0,60+50−100)=10Therefore:
10≤n(C∩F)≤504. At Least One / Neither
- Formula:
- Example: In a class of 120 students, 70 know C++, 50 know Java, and 30 know both. Find the number who know neither. Solution:
5. De Morgan’s Laws & Complements
- Formula:
Therefore:
n(A′∩B′)=n(U)−n(A∪B)Use when the question contains words such as neither, not A and not B, or not both.
- Example: If (n(U)=100), (n(A)=40), (n(B)=50), and (n(A\cap B)=20), find (n(A’\cap B’)). Solution:
A' ∩ B' = Outside both A and B
n(A∪B)=40+50−20=70
Hence:
n(A′∩B′)=100−70 306. Complement of Intersection
- Formula:
Also:
(A∩B)′=A′∪B′Use when the question asks for people who are not in both groups.
- Example: In a group of 200, 80 know Python and Java. How many do not know both? Solution:
7. Set Cardinality Constraints — Three Sets
- Formula:
Use for three-category Venn diagram problems.
- Example: In a class of 80 students, 30 play Hockey, 40 Cricket, 25 Tennis. 15 play Hockey and Cricket, 10 Cricket and Tennis, 8 Tennis and Hockey, and 5 play all three. How many play at least one? Solution:
Hockey
_________
/ \
/ 5 \
____/_____________\____
/ \ / \
/ \ / \
/ Cricket\_________/ Tennis \
\ / \ /
\______/___________\______/
n(H∪C∪T)=30+40+25−15−10−8+5
=67
67
8. Exactly Two Sets in a Three-Set Problem
- Formula: If (x=n(A\cap B\cap C)), then:
Use when the question asks for exactly two categories.
- Example: 20 students study both Maths and Physics, 15 study Physics and Chemistry, and 12 study Chemistry and Maths. If 5 study all three, how many study exactly two subjects? Solution:
Maths & Physics only:
20−5=15Physics & Chemistry only:
15−5=10Chemistry & Maths only:
12−5=7Total exactly two:
15+10+7=329. Exactly One Set in a Three-Set Problem
- Formula:
Similarly for (B) and (C). Use when asking for members belonging to exactly one of three categories.
- Example: In a class, 50 study Maths, 40 Physics and 30 Chemistry. Pairwise intersections are 20, 15 and 10 respectively, while 5 study all three. Find the number studying exactly one subject. Solution:
Only Maths:
50−20−10+5=25Only Physics:
40−20−15+5=10Only Chemistry:
30−15−10+5=10Exactly one:
25+10+10=4510. Three-Set Neither
- Formula:
- Example: In a group of 100, 60 like A, 50 like B, 40 like C; pairwise intersections are 20, 15, 10 and all three = 5. Find how many like none. Solution:
This exceeds the total (100), so the given data are inconsistent.
No valid solution11. Unknown Intersection from Union
- Formula:
Use when the union, rather than the intersection, is given.
- Example: In a group of 100 students, 65 play cricket, 55 play football, and 90 play at least one. Find how many play both. Solution:
12. Union with Disjoint Sets
- Formula: If (A\cap B=\varnothing):
Use when the categories cannot overlap.
- Example: In a group, 35 students are boys and 25 are girls. If these sets are disjoint, how many students are there? Solution:
Advanced Variants
13. Bounds for Three-Set Intersection
- Formula: For three sets, the exact bounds of (n(A\cap B\cap C)) depend on the given pairwise intersections and set sizes. A useful necessary bound is:
and:
n(A∩B∩C)≥max(0,,n(A∩B)+n(B∩C)+n(C∩A)−n(A)−n(B)−n(C)+n(U))- Example: In a group of 100, (n(A)=60,n(B)=50,n(C)=40), with pairwise intersections (30,25,20). Find a possible minimum bound for all three. Solution:
Also:
x≤min(30,25,20)=20Since the lower bound exceeds the upper bound, the data are inconsistent.
No valid configuration exists14. Four-Set Inclusion-Exclusion
- Formula:
Use only when a four-category problem explicitly provides the required intersections.
- Example: Four sets each contain 20 elements. If all pairwise intersections are zero, how many elements are in their union? Solution:
Since all sets are disjoint:
n(A∪B∪C∪D)=20+20+20+20 80Premium Content
Unlock Set Theory Concepts and all premium lessons with a subscription.
From ₹199.99/year — See plans