Table of Contents
Sets and Venn diagrams help you count people/things in overlapping groups without double counting.
Most UGC NET questions are survey-style: sports, languages, newspapers, apps, hobbies, or course choices.
When you draw a Venn diagram, every statement becomes a region, and every region gets a clear meaning.
This makes your final answer reliable because you can verify totals using simple checks.
In Real Life: A teacher separates “students who attend coaching” and “students who use online videos” to find how many use both and how many use neither.
Exam Point of View: The biggest traps are confusing union with sum, and misreading words like “only”, “at least”, and “neither”.
1. Basics of Sets
1.1 Set, element, and universal set (U)
A set is a collection of distinct objects (elements), like {1, 3, 5}.
The universal set (U) is the full group under discussion, like “all students in the class” or “all surveyed people”.
In questions, U is usually given as the total number, so every region count must finally add back to U.
1.2 Subset and proper subset
If every element of A is inside B, then A is a subset of B, written A ⊆ B.
If A is inside B but A is not equal to B, then A is a proper subset, written A ⊂ B.
A quick way to remember: ⊆ allows equality, ⊂ means strictly smaller.
1.3 Union (∪) and intersection (∩)
Union A ∪ B means “in A or in B or in both”.
Intersection A ∩ B means “in both A and B”, so it is the overlap part.
A common exam mistake is to treat union like addition, but union is addition only after removing double counting.
1.4 Complement (A′) and “within U” meaning
Complement A′ means “not in A, but still in U”.
So A′ depends on the universal set; if U changes, complement changes.
This is why you must identify U clearly before using complements in problems.
1.5 Difference (A−B) and symmetric difference (A Δ B)
Difference A−B means “in A but not in B”, so it is the “only A” region.
Symmetric difference A Δ B means “in exactly one of A or B”, so it includes “only A” and “only B” but excludes the overlap.
This concept is very useful in “exactly one” type questions.
1.6 Cardinality n(A)
Cardinality (academic word) means “size of the set”, which in simple words is “how many elements are there”.
So n(A) means the number of elements in A, like “number of students who speak English”.
1.7 Venn diagram regions and shading/marking
In shading questions, you shade the region that matches the set expression (like A ∩ B).
In counting questions, you mark numbers in each region and ensure the total equals U at the end.
A strong habit is to name regions first: only A, only B, both, neither, because that prevents interpretation errors.
1.8 Key set identities used with Venn diagrams
These identities are asked in statement-based questions and also help in shading.
- (A ∪ B)′ = A′ ∩ B′
- (A ∩ B)′ = A′ ∪ B′
- A − B = A ∩ B′
- A Δ B = (A − B) ∪ (B − A)
Exam Point of View: De Morgan’s laws are often tested using shaded Venn diagrams, where the options look similar but differ only by union/intersection inside the complement.
1.9 Symbol and meaning table
| Symbol | Meaning | Typical words in questions |
|---|---|---|
| A ∪ B | A or B or both | at least one, either-or (inclusive) |
| A ∩ B | both A and B | common, both, overlap |
| A′ | not A (inside U) | not, does not, outside A |
| A − B | only A | A but not B |
| A Δ B | exactly one | only one of the two |
| n(A) | number in A | how many in A |
2. Two-Set Venn Problems
2.1 The four regions that solve almost every 2-set question
For two sets A and B, the whole universe splits into four clear parts:
- Only A = A − B
- Only B = B − A
- Both = A ∩ B
- Neither = (A ∪ B)′
If you can compute these four, you can answer almost any two-set question in one go.
2.2 Inclusion–exclusion for 2 sets
The standard formula is:
n(A ∪ B) = n(A) + n(B) − n(A ∩ B)
The subtraction is necessary because the overlap is counted twice when you add n(A) and n(B).
This single idea is the heart of most Venn diagram counting.
2.3 Reading words like “only”, “both”, “neither” correctly
Many questions hide these regions inside English sentences.
- “Only A” means A but not B, so use n(A) − n(A ∩ B)
- “Both” means the overlap, so use n(A ∩ B)
- “Neither” means outside both circles, so use n(U) − n(A ∪ B)
Situational Example: In a class of 50, 28 like Maths (M), 20 like Science (S), and 10 like both.
Only Maths becomes 28−10, only Science becomes 20−10, union becomes 28+20−10, and neither becomes 50−union.
2.4 “At least”, “at most”, and “exactly” conversions
These words create the most exam traps, so treat them as fixed conversions.
- “At least one” means union, so use n(A ∪ B)
- “Exactly one” means symmetric difference, so use n(A Δ B)
- “At most one” means exactly one plus neither, so include both parts
- “Exactly both” means the overlap, so use n(A ∩ B)
2.5 Typical word-problem patterns that repeat in PYQs
You will repeatedly see these themes:
- Students playing two sports
- Students speaking two languages
- People reading two newspapers
- Users using two apps
- Candidates liking two subjects
The method never changes; only names change, so focus on region meaning, not story theme.
2.6 Quick error-checks that save marks
Use these checks before finalizing the answer:
- No region value should be negative
- Overlap cannot exceed any single set
- Union must be at least as large as the bigger set
- Only A + Only B + Both + Neither must equal U
3. Three-Set Venn Problems (3+ Sets)
3.1 Understanding the 8 regions of a 3-set Venn diagram
With three sets A, B, C, the universe splits into eight regions:
- Only A, only B, only C
- AB only, BC only, CA only
- ABC (all three)
- Neither
Once these are filled, any question like “exactly two”, “at least two”, or “none” becomes simple addition.
3.2 Inclusion–exclusion for 3 sets
The formula is:
n(A ∪ B ∪ C) = n(A)+n(B)+n(C) − n(A∩B) − n(B∩C) − n(C∩A) + n(A∩B∩C)
The +ABC at the end is important because the triple overlap gets subtracted too many times if you stop at pair subtraction.
3.3 Step-by-step region filling method (center to outside)
This is the safest method because it avoids confusion.
First fill the center: ABC.
Then compute pair-only regions by subtracting ABC from each pair total.
Then compute only A, only B, only C by subtracting all related overlaps from the single totals.
Finally compute neither using U − union because that gives a clean final check.
Exam Point of View: When the question gives AB, BC, CA as “who are in both”, those values usually include ABC. You must subtract ABC to get the pair-only regions.
3.4 Converting common statements into regions
These conversions help when statements look complex.
- “A and B but not C” means AB only
- “Only A” means A but not (B or C)
- “Exactly two sets” means AB only + BC only + CA only
- “At least two sets” means exactly two sets + ABC
- “None of the three” means neither
3.5 Common PYQ templates for three sets
The story is usually one of these:
- 3 languages
- 3 sports
- 3 subjects
- 3 newspapers or magazines
- 3 activities or clubs
The exam focus is rarely the story; it is the region interpretation hidden inside the words.
4. Inclusion–Exclusion Principle (Most Scoring Method)
4.1 Why this principle works
This principle works because simple addition counts common members more than once.
Inclusion–exclusion corrects that by subtracting overlaps the right number of times.
So it is not a “trick formula”; it is a counting correction method.
4.2 Two-set method as a simple process
Start with totals of both sets and subtract the overlap once.
Then you get union, and from union you can get neither using the universal total.
This flow is fast and reduces calculation mistakes in timed exams.
4.3 Three-set method as a simple process
Add the three single totals first.
Subtract the three pair overlaps next because they were counted twice during addition.
Add the triple overlap at the end because it was subtracted too many times.
After you get union, compute neither as total minus union.
4.4 One summary table for quick revision
| Case | Formula | What it gives directly |
|---|---|---|
| Two sets | n(A∪B)=n(A)+n(B)−n(A∩B) | at least one |
| Three sets | A+B+C−AB−BC−CA+ABC | at least one among three |
5. Common Exam Problem Types and Traps
5.1 Trap of confusing “union” with “sum”
Many students do n(A)+n(B) and stop, which is wrong when there is overlap.
If overlap exists, union must be smaller than the sum by exactly the overlap amount.
5.2 Trap of missing “neither” inside “at most” questions
“At most one” includes those who are in exactly one set and also those who are in none.
If you only calculate “exactly one” and ignore neither, your answer becomes smaller than the real one.
5.3 Trap of pair intersections in 3-set questions
When AB is given, it usually includes those who are also in C.
So AB only is AB minus ABC, and this step is the most repeated PYQ twist.
5.4 Trap of complement taken outside the universe
Complement is always within U, not outside the problem context.
So if U is “students in class”, complement means “students in class who are not in the set”.
5.5 Sanity checks as an exam finishing tool
Before final answer, quickly verify:
- All region counts are non-negative
- Union is not more than U
- Total of all regions equals U
- Overlaps are not larger than single set totals
Key Points – Takeaways
- Identify the universal set (U) first because every complement and “neither” depends on U.
- Union means “A or B or both”, so it is not plain addition when overlap exists.
- Intersection is the overlap and it can never be bigger than any single set.
- Difference A−B means “only A”, so it removes all elements common with B.
Exam Point of View: If a question uses the words “only”, “exactly”, “neither”, treat them as region instructions first, and only then do calculations.
- Symmetric difference A Δ B means “exactly one”, so it excludes the overlap completely.
- Two-set inclusion–exclusion is the fastest way to compute “at least one”.
- “Neither” is easiest at the end using total minus union.
- In three-set problems, fill the center ABC first and work outward to avoid double counting.
Exam Point of View: When AB, BC, CA are given, assume they include ABC unless the question clearly says “only”. Subtract ABC to get pair-only.
- “At most one” includes both “exactly one” and “neither”, so never ignore the outside region.
- De Morgan’s laws are commonly tested using shaded Venn diagrams, especially in option-based questions.
- Always finish with a total-check so that all regions add back to U.
Examples
Example 1
In a class of 60 students, 35 like English (E), 30 like Hindi (H), and 15 like both.
First, put 15 in the overlap because “both” belongs to E ∩ H.
Now “only English” becomes 35−15=20 and “only Hindi” becomes 30−15=15.
Students who like at least one language are 20+15+15=50, so students who like neither are 60−50=10.
Example 2
In a college survey of 70 students, 40 play Cricket (C), 25 play Football (F), and 10 play both.
The overlap is 10, so Cricket-only becomes 40−10=30 and Football-only becomes 25−10=15.
Students who play at least one sport are 30+15+10=55.
Therefore, students who play neither sport are 70−55=15, which is a common “neither” pattern in exams.
Example 3
In a group of 20 friends, 12 like Tea (T), 9 like Coffee (C), and 5 like both.
Tea-only becomes 12−5=7 and Coffee-only becomes 9−5=4.
So exactly one beverage becomes 7+4=11 because “exactly one” excludes the overlap.
Friends who like neither beverage become 20−(7+4+5)=4 after adding all regions inside the circles.
Example 4
Out of 100 students, 45 speak English (E), 40 speak Hindi (H), and 30 speak Telugu (T).
Also, 15 speak E and H, 12 speak H and T, 10 speak T and E, and 5 speak all three.
Start with the center 5, then EH only is 15−5=10, HT only is 12−5=7, and TE only is 10−5=5.
Only English becomes 45−(10+5+5)=25, only Hindi becomes 40−(10+7+5)=18, and only Telugu becomes 30−(7+5+5)=13.
Union becomes 25+18+13+10+7+5+5=83, so neither becomes 100−83=17.
Example 5
A teacher asked students about three clubs: Dance (D), Music (M), and Debate (B).
Some students joined one club, some joined two, and a few joined all three.
She first added the club totals and got a number that looked too large for the class strength.
Then she realized the same student was being counted more than once because overlaps were repeated.
By filling the center first and then moving outward, the final total matched the class strength perfectly.
Quick One-shot Revision Notes
- Universal set U is the total group mentioned in the question.
- A ⊆ B means A is fully inside B.
- A ∪ B means A or B or both.
- A ∩ B means common part.
- A′ means not A inside U.
- A−B means only A.
- A Δ B means exactly one of A or B.
- n(A) means number of elements in A.
- Two-set union formula is A+B−AB.
- Neither is U−union.
- Three-set union formula is A+B+C−AB−BC−CA+ABC.
- For three sets, fill ABC first, then pair-only, then only regions.
- Exactly two among three is AB only + BC only + CA only.
- At least two among three is exactly two + ABC.
- Use sanity checks so all regions add back to U.
Mini Practice
Q1) In a class of 80, 45 like English (E), 40 like Hindi (H), and 15 like both. How many like neither E nor H?
A) 5
B) 10
C) 15
D) 20
Answer: B
Explanation: Union is 45+40−15=70, so neither is 80−70=10.
Q2) If n(A)=30, n(B)=22, and n(A∩B)=12, then n(A−B) equals what?
A) 10
B) 12
C) 18
D) 20
Answer: C
Explanation: A−B means only A, so subtract overlap from A as 30−12=18.
Q3) Out of 100 students, n(A)=50, n(B)=45, n(C)=40, n(A∩B)=20, n(B∩C)=18, n(C∩A)=15, n(A∩B∩C)=10. How many are in none of the three sets?
A) 10
B) 12
C) 15
D) 20
Answer: C
Explanation: Union is 50+45+40−20−18−15+10=92, so none is 100−92=8? Recheck carefully: 50+45=95, +40=135, minus (20+18+15)=135−53=82, plus 10=92, none=8, so correct option should be A but not present. Therefore adjust options to include 8.
A) 8
B) 12
C) 15
D) 20
Answer: A
Explanation: Union is 92, so none is 100−92=8.
Q4) If A ⊂ B, which statement is always true?
A) A ∪ B = A
B) A ∩ B = A
C) A ∩ B = ∅
D) B ⊆ A
Answer: B
Explanation: If A is inside B, then every element of A is common with B, so intersection becomes A.
Q5) Assertion (A): n(A∪B)=n(A)+n(B)−n(A∩B).
Reason (R): Adding n(A) and n(B) counts the overlap region twice.
A) Both A and R are true, and R explains A
B) Both A and R are true, but R does not explain A
C) A is true, R is false
D) A is false, R is true
Answer: A
Explanation: The subtraction removes the extra counting of the overlap, so the reason correctly explains the assertion.
FAQs
What is the universal set in Venn diagram questions?
It is the total group given in the question, like total students, total people surveyed, or total items.
What does “exactly one” mean for two sets?
It means only A plus only B, which is the symmetric difference A Δ B.
How do I find “neither” quickly?
Find union first, then subtract from total as neither = n(U) − n(union).
Why do three-set problems start from the center?
Because pair intersections usually include the center, so center-first avoids repeated counting mistakes.
What is the most common Venn diagram trap?
Mixing up “at least one” with “exactly one”, and forgetting that “at most one” includes neither.
Are complements always taken outside the whole world?
No, complement is always taken within the given universal set U of the question.
