. Sets & Venn Diagrams — Grade 9-10 Interactive Learning
+10XP
0 XP

🔵 Sets & Venn Diagrams

An interactive adventure in mathematical logic for Grade 9–10 students. Learn, explore, and master Sets through games and real-life examples!

📐 Grade 9–10 🎮 Gamified Learning 🧩 Interactive Problems 🏆 40 Practice Problems

📚 Learn Concepts

Start here! Explore the definition of sets, types of sets, and all set operations with real-life examples from sports, food, and hobbies.

🔵 Venn Diagrams

Interactive animated Venn diagrams. Click regions to highlight Union, Intersection, Difference, and Complement. Drag objects into sets!

🧩 Problem Solver

Step-by-step solutions to 20 two-set and 20 three-set word problems. See every step revealed one at a time!

🎯 Quiz & Practice

Test your knowledge with Multiple Choice, Fill in the Blank, and Drag & Drop quizzes. Earn XP and unlock badges!

🌟 What You’ll Master

🔷

Set Notation

Roster & Set-builder form, membership, cardinality

🔗

Union A∪B

All elements in A OR B (or both)

🎯

Intersection A∩B

Elements in BOTH A and B

Difference A−B

Elements in A but NOT in B

🌐

Complement A’

Everything NOT in A

🔢

Subsets & Power Sets

Relationships between sets

🔷 What is a Set?

A set is a well-defined collection of distinct objects. These objects are called elements or members of the set.

📝 Roster Form

List all elements inside curly braces.

A = {1, 2, 3, 4, 5}

Real life: A = {Football, Cricket, Tennis} — sports Aarav plays

📐 Set-Builder Form

Describe elements by a rule or property.

A = {x : x is an even number, x ≤ 10}

Read as: “A is the set of all x such that x is an even number less than or equal to 10”

📌 Key Symbols

Belongs to

3 ∈ A means “3 is an element of A”

Does not belong

7 ∉ A means “7 is NOT in A”

n(A)

Cardinality

Number of elements in A

∅ or { }

Empty Set

A set with no elements

U or ξ

Universal Set

Contains all elements under discussion

⊆ / ⊂

Subset

A ⊆ B: every element of A is in B

📋 Types of Sets

Empty Set (Null Set)

A set with NO elements.

A = { } or A = ∅

Example: Set of students who are 5 meters tall

1️⃣

Singleton Set

A set with exactly ONE element.

A = {7}

Example: Set of even prime numbers = {2}

♾️

Finite Set

A set with a countable (limited) number of elements.

A = {1, 2, 3, 4, 5}

Example: Days of the week = {Mon, Tue, …, Sun}

Infinite Set

A set with unlimited elements.

N = {1, 2, 3, 4, …}

Example: Set of all natural numbers

🌐

Universal Set (U)

Contains ALL elements under consideration.

U = {1,2,3,…,10}

Example: All students in a school class

👯

Equal Sets

Two sets with EXACTLY the same elements.

A = B

{1,2,3} = {3,1,2} ✓ (order doesn’t matter)

🔀

Equivalent Sets

Sets with the SAME number of elements (same cardinality).

n(A) = n(B)

{a,b,c} ~ {1,2,3} since both have 3 elements

🤝

Joint & Disjoint Sets

Joint: Have at least one common element.
Disjoint: A∩B = ∅, no common elements.

A∩B = ∅

⚙️ Set Operations — Real Life Examples

Let’s use: U = All 30 students in a class

A = {students who play Cricket} = {Aarav, Bina, Chetan, Diya, Esha}

B = {students who play Football} = {Bina, Diya, Farhan, Geeta, Harsh}

UNION

A ∪ B — Union

All students who play Cricket OR Football (or both)

A ∪ B = {x : x ∈ A or x ∈ B}
A ∪ B = {Aarav, Bina, Chetan, Diya, Esha, Farhan, Geeta, Harsh}
Formula: n(A∪B) = n(A) + n(B) − n(A∩B)
= 5 + 5 − 2 = 8
INTERSECTION

A ∩ B — Intersection

Students who play BOTH Cricket AND Football

A ∩ B = {x : x ∈ A and x ∈ B}
A ∩ B = {Bina, Diya}
n(A∩B) = 2
DIFFERENCE

A − B (or A\B) — Difference

Students in Cricket but NOT in Football

A − B = {x : x ∈ A and x ∉ B}
A − B = {Aarav, Chetan, Esha}
Formula: n(A−B) = n(A) − n(A∩B) = 5−2 = 3
COMPLEMENT

A’ — Complement of A

Students who do NOT play Cricket (in U but not in A)

A’ = U − A = {x : x ∈ U and x ∉ A}
Formula: n(A’) = n(U) − n(A) = 30−5 = 25
All 25 students who don’t play Cricket

🔗 Subsets & Power Sets

What is a Subset?

Set A is a subset of B (written A ⊆ B) if every element of A is also in B.

A ⊆ B ↔ (x ∈ A → x ∈ B)
Example:
B = {1, 2, 3, 4, 5}
A = {2, 4} → A ⊆ B ✓
C = {1, 6} → C ⊄ B ✗ (6 ∉ B)
Important Rules:
  • Every set is a subset of itself: A ⊆ A
  • Empty set ∅ is a subset of every set
  • Proper subset A ⊂ B means A ⊆ B but A ≠ B
  • If A ⊆ B and B ⊆ A, then A = B

Power Set

The power set P(A) is the set of ALL possible subsets of A, including ∅ and A itself.

|P(A)| = 2^n(A)
Example: A = {a, b, c}
n(A) = 3 → |P(A)| = 2³ = 8 subsets

P(A) = {∅, {a}, {b}, {c}, {a,b}, {a,c}, {b,c}, {a,b,c}}
Quick Reference:
n(A)SubsetsProper Subsets
010
121
243
387
n2ⁿ2ⁿ−1

📐 Master Formula Cards

🔵 Two-Set Formulas

n(A∪B) = n(A) + n(B) − n(A∩B)
n(A−B) = n(A) − n(A∩B)
n(B−A) = n(B) − n(A∩B)
n(A’) = n(U) − n(A)
n(only A) = n(A) − n(A∩B)

🟢 Three-Set Formulas

n(A∪B∪C) = n(A)+n(B)+n(C) − n(A∩B) − n(B∩C) − n(A∩C) + n(A∩B∩C)
n(only A) = n(A) − n(A∩B) − n(A∩C) + n(A∩B∩C)
n(exactly two) = n(A∩B)+n(B∩C)+n(A∩C) − 3n(A∩B∩C)
n(exactly one) = n(A)+n(B)+n(C) − 2[n(A∩B)+n(B∩C)+n(A∩C)] + 3n(A∩B∩C)

🃏 De Morgan’s Laws

(A∪B)’ = A’∩B’
(A∩B)’ = A’∪B’

The complement of a union equals the intersection of complements, and vice versa!

🔵 Two-Set Interactive Venn Diagram

A = {Football, Cricket, Tennis, Hockey, Badminton}  |  B = {Cricket, Hockey, Basketball, Volleyball, Table Tennis}  |  U = All 15 sports

U = Universal Set A B Football Tennis Badminton Cricket Hockey Basketball Volleyball Table Tennis Swimming Athletics Boxing · Gymnastics · Wrestling
👆 Click any button above or click on a region to highlight it and learn what it represents!

🔵🟢🔴 Three-Set Interactive Venn Diagram

A = Math lovers  |  B = Science lovers  |  C = Art lovers

U = Universal Set A Math B Science C — Art Only A Aarav,Bina Only B Chetan,Diya Only C Esha,Farhan A∩B Geeta A∩C Harsh B∩C Isha A∩B∩C Jay Outside: Kavya, Leo…
👆 Click any button above to highlight different regions of the three-set Venn diagram!

🖱️ Drag & Drop — Two Sets

Drag the items into the correct region: Only A, A∩B, or Only B. Use the topic: Sports students play.

🎒 Available Items (drag these):
⚽ Football
🏏 Cricket
🎾 Tennis
🏸 Badminton
🏀 Basketball
🏑 Hockey
🏐 Volleyball
🏓 Table Tennis
🔴 Set A only (Cricket players)
🟣 A∩B (Both)
🔵 Set B only (Football players)

🖱️ Drag & Drop — Three Sets

A = Students who like Maths  |  B = Students who like Science  |  C = Students who like Art

Drag each student into their correct region!

👩‍🎓 Students (drag into regions):
Aarav (A only)
Bina (A only)
Chetan (B only)
Diya (B only)
Esha (C only)
Farhan (C only)
Geeta (A∩B)
Harsh (A∩C)
Isha (B∩C)
Jay (A∩B∩C)
🔴 Only A
🔵 Only B
🟢 Only C
🟣 A∩B only
🟤 B∩C only
🟠 A∩C only
⭐ A∩B∩C
Problem 1 of 20
0
✅ Correct
0
❌ Wrong
0
📋 Attempted
0
🔥 Streak

📝 Multiple Choice Quiz

Loading question…

✏️ Fill in the Blank

Loading…

🎯 Match the Operation

Drag each description to the correct set operation name.

📋 Descriptions (drag from here):
Elements in A or B (or both)
Elements in both A and B
Elements in A but not in B
Elements not in A (in U)
🎯 Operations (drop here):
A ∪ B — Union
A ∩ B — Intersection
A − B — Difference
A’ — Complement
⭐ Your Progress
Level 1Set Beginner 0 / 100 XP to next level
0
Total XP
0
Correct
0
Best Streak
0
Badges

🏅 Achievement Badges

📊 Topic Progress

Set Concepts
0%
Venn Diagrams
0%
Two-Set Problems
0%
Three-Set Problems
0%
Quiz Score
0%

👩‍🏫 Teacher Dashboard

Real-time overview of student progress and activity. All data updates as students interact with the page.

0
Questions Attempted
0
Correct Answers
0
Incorrect Answers
0
Total XP Earned

📊 Topic Completion

Set Concepts
0%
Venn Diagrams
0%
Problem Solver
0%
Quiz Performance
0%

📋 Activity Log

Session started — Welcome!

📈 Performance Summary

Student has just started the session. Progress will appear here as they interact with the page.

📄 Printable Worksheet Generator

Generate a printable worksheet with selected problems. Choose difficulty and topic, then print or save as PDF.