1. Two-Set Venn Diagram
- Formula:
- Example: In a group of 200 students, 120 know Python and 100 know Java. If 60 know both, find how many know only Python and neither. Solution: Only Python:
Total using at least one:
120+100−60=160Neither:
200−160=402. Three-Set Venn Diagram
- Formula:
- Example: In a group of 200 people, 100 use Python, 80 use Java, 70 use C++. The pairwise intersections are 40, 30 and 25, while 10 use all three. Find the number using at least one language. Solution:
3. Only One Category in Three Sets
- Formula:
Similarly for only B and only C.
- Example: 150 people are surveyed. 70 like cricket, 60 football and 50 tennis. (30) like cricket and football, (25) like cricket and tennis, and (10) like all three. Find those who like only cricket. Solution:
4. Exactly Two Categories
- Formula:
If pairwise intersections include the three-way intersection, subtract the triple intersection once from each pairwise-only region.
- Example: 40 like A and B, 30 like B and C, 25 like C and A, and 10 like all three. Find the number who like exactly two categories. Solution:
5. Exactly One Category
- Formula:
- Example: 80 like A, 70 like B and 60 like C. Pairwise intersections are 30, 25 and 20, and 10 like all three. Find the number who like exactly one. Solution:
6. None of the Categories
- Formula:
- Example: In a group of 300 people, 180 like A, 150 like B, 120 like C. Pairwise intersections are 70, 50 and 60, and 30 like all three. Find how many like none. Solution:
Therefore:
n(none)=300−300=07. Two-Set Maximum and Minimum Overlap
- Formula:
- Example: In a class of 180 students, 100 passed Maths and 90 passed Science. Find the maximum and minimum possible number who passed both. Solution: Maximum:
Minimum:
max(0,100+90−180)=108. Three-Set Maximum/Minimum Overlap
- Formula: For all three sets:
The minimum possible triple overlap is:
max(0,A+B+C−2N)when only the set totals and overall population are known.
- Example: In a group of 100, 60 like A, 50 like B and 40 like C. Find the maximum and minimum possible number who like all three. Solution: Maximum:
Minimum:
max(0,60+50+40−200)=max(0,−50)=09. Missing Value Reconstruction
- Formula: Use:
Hence:
Missing region=Total−sum of all known regions- Example: In a survey of 100 people, 30 use only A, 20 only B, 15 only C, 10 use A and B only, 5 use B and C only, 8 use C and A only, and 4 use all three. Find the number using none. Solution: People using at least one:
Therefore:
None=100−92=810. Converting Total Set Counts to Venn Regions
- Formula: If (n(A)) includes all regions inside A:
If pairwise intersection includes the triple intersection:
Only A=n(A)−n(A∩B)−n(A∩C)+n(A∩B∩C)- Example: 100 students study A, 70 study B, 50 study C. If 30 study A and B, 20 study A and C, and 10 study all three, find only A. Solution:
11. Survey Data with Percentages
- Formula:
Then apply the appropriate Venn diagram formula.
- Example: In a survey of 500 people, 60% use A, 40% use B, and 20% use both. Find the percentage using only A. Solution: Only A:
Number:
500×10040=20012. At Least One Category
- Formula:
Therefore:
n(none)=N−n(A∪B∪C)- Example: In a group of 250 students, 150 study Java, 100 study Python, and 50 study both. How many study at least one? Solution:
13. Set Difference / Only One of Two
- Formula:
- Example: 80 employees know SQL, 50 know both SQL and Python. Find how many know SQL but not Python. Solution:
14. Data Interpretation from Tables
- Formula: For row/column percentage questions:
For percentage increase:
OldNew−Old×100- Example: A company has 240 employees in 2025 and 300 in 2026. Find the percentage increase. Solution: Increase:
Therefore:
\frac{60}{240}\times100 =\boxed{25%}15. Ratio-Based Data Interpretation
- Formula: If quantities are in ratio (a:b) and total is (T):
- Example: The numbers of male and female employees are in the ratio (3:2). If there are 500 employees, find the number of females. Solution: Total parts:
Female employees:
52×500=200Advanced Variants
16. Four-Set Inclusion-Exclusion
- Formula:
- Example: Four groups contain 50, 40, 30 and 20 members. The sum of all pairwise intersections is 35, the sum of all triple intersections is 8, and all four overlap in 2. Find the number in at least one group. Solution:
17. Maximum Number in Exactly Two Sets
- Formula: To maximize a specific overlap (A\cap B), use:
subject to all stated set and population constraints.
- Example: In a group of 100, 70 like A and 60 like B. What is the maximum possible number who like both? Solution: The overlap cannot exceed the smaller set:
18. Minimum Number in At Least One of Three Sets
- Formula: To minimize the union, maximize the overlaps while respecting set sizes. For three sets:
- Example: In a class, 60 students like A, 50 like B and 40 like C. What is the minimum possible number who like at least one? Solution: All smaller groups can be contained within the largest group.
Therefore minimum union:
6019. Maximum Number in At Least One of Three Sets
- Formula:
The upper bound occurs when overlaps are minimized.
- Example: In a group of 200, 70 like A, 60 like B and 50 like C. Find the maximum possible number who like at least one. Solution:
Since (180<200), the sets can be completely disjoint.
Therefore:
18020. Consistency Check in Venn Diagram Data
- Formula: Every Venn region must be non-negative:
Similar conditions apply to every region.
- Example: (n(A)=50,\ n(A\cap B)=30,\ n(A\cap C)=25,\ n(A\cap B\cap C)=5). Is the data valid? Solution:
This is non-negative, so the A-related data is consistent.
Data is possiblePremium Content
Unlock Venn Diagrams Concepts and all premium lessons with a subscription.
From ₹199.99/year — See plans