खप्टिएका र अलगिएका समूह — Interactive Digital Lesson
Start here — understand the core ideas before practising.
A set is a well-defined collection of distinct objects, called members or elements. We write sets using curly braces { }.
✅ A = {2, 4, 6} and B = {1, 3, 5} — no shared element → Disjoint
✅ P = {a, b} and Q = {c, d} — no shared element → Disjoint
✅ M = {10, 20} and N = {30, 40} — no shared element → Disjoint
🔵 In a Venn diagram, disjoint sets appear as two separate circles that do not touch.
✅ X = {मर्च, नुन, चिनी} and Y = {चिनी, चियापत्ती, दूध} — shared: चिनी → Overlapping
✅ A = {1, 2, 3} and B = {3, 4, 5} — shared: 3 → Overlapping
✅ M = {10, 20} and N = {20, 30} — shared: 20 → Overlapping
🔵 In a Venn diagram, overlapping sets appear as two circles that partially overlap.
| Feature | Disjoint Sets | Overlapping Sets |
|---|---|---|
| Common elements | None (∅) | At least one |
| Intersection | A ∩ B = ∅ | A ∩ B ≠ ∅ |
| Venn diagram | Separate circles | Overlapping circles |
Visual representations of sets — hover circles to explore!
A = {2, 4, 6} | B = {1, 3, 5}
No shared elements → Disjoint
A = {1,2,3} | B = {3,4,5}
Shared element: 3 → Overlapping
X = {मर्च, नुन, चिनी} Y = {चिनी, चियापत्ती, दूध}
If M = {10, 20} and N = {20, 30} — are they disjoint or overlapping?
10 multiple-choice questions — click an option to answer.
Type the correct word or symbol in each blank.
Click a term on the left, then click its matching definition on the right. (10 pairs)
10 step-by-step worked examples — show or hide each solution!