เมื่อต้องการนับจำนวนสมาชิกของยูเนียน \(A\cup B\) เราไม่สามารถนำ \(n(A)+n(B)\) มารวมกันโดยตรงได้ เพราะสมาชิกที่อยู่ในทั้งสองเซต \(A\cap B\) จะถูกนับซ้ำสองครั้ง จึงต้องใช้ หลักการรวมกัน-ลบซ้ำ (Inclusion-Exclusion)
When counting elements of a union \(A\cup B\), we cannot simply add \(n(A)+n(B)\) because elements in both sets \(A\cap B\) would be counted twice. We must apply the Inclusion-Exclusion Principle.
∪ สูตร \(n(A\cup B)\) / Formula for \(n(A\cup B)\)
หลักการรวม-ลบซ้ำสำหรับสองเซต
จำนวนสมาชิกของยูเนียน \(A\cup B\) เท่ากับ จำนวนสมาชิกของ A บวก จำนวนสมาชิกของ B ลบ จำนวนสมาชิกของอินเตอร์เซกชัน \(A\cap B\) (เพื่อตัดส่วนที่นับซ้ำออก)
- \(n(A)\) = จำนวนสมาชิกทั้งหมดของเซต A
- \(n(B)\) = จำนวนสมาชิกทั้งหมดของเซต B
- \(n(A\cap B)\) = จำนวนสมาชิกที่อยู่ในทั้ง A และ B
The number of elements in \(A\cup B\) equals \(n(A)\) plus \(n(B)\) minus \(n(A\cap B)\) (to remove the double-counted intersection).
- \(n(A)\) = total elements in set A
- \(n(B)\) = total elements in set B
- \(n(A\cap B)\) = elements in both A and B
แล้ว \(n(A\cup B) = 30 + 25 - 10 = 45\)
then \(n(A\cup B) = 30+25-10 = 45\)
กรณีพิเศษ / Special Cases
∪ สูตร \(n(A\cup B\cup C)\) / Formula for \(n(A\cup B\cup C)\)
หลักการรวม-ลบซ้ำสำหรับสามเซต
วิธีจำ (3 ขั้นตอน):
- บวก จำนวนสมาชิกของแต่ละเซต: \(n(A)+n(B)+n(C)\)
- ลบ ส่วนที่ถูกนับซ้ำสองครั้ง: \(-n(A\cap B)-n(B\cap C)-n(A\cap C)\)
- บวกคืน ส่วนกลางที่ถูกลบเกิน: \(+n(A\cap B\cap C)\)
Remember it in 3 steps:
- Add all individual sets: \(n(A)+n(B)+n(C)\)
- Subtract pairwise intersections: \(-n(A\cap B)-n(B\cap C)-n(A\cap C)\)
- Add back the triple intersection: \(+n(A\cap B\cap C)\)
8 ส่วนย่อยในแผนภาพ 3 เซต / The 8 Regions
\(n(A\cup B\cup C) = 40+30+25-10-8-6+3 =74\)
\(n(A\cup B\cup C) = 40+30+25-10-8-6+3 =74\)
🧮 เครื่องคำนวณ \(n(A\cup B)\) / \(n(A\cup B)\) Calculator
กรอกค่าเพื่อคำนวณและดูขั้นตอน
🧮 เครื่องคำนวณ \(n(A\cup B\cup C)\) / \(n(A\cup B\cup C)\) Calculator
กรอกค่าทั้ง 7 ช่องเพื่อคำนวณ
💪 พร้อมฝึกทำโจทย์หรือยัง?
ไปที่หน้า โจทย์ปัญหาเซต เพื่อดูตัวอย่างโจทย์และการแสดงวิธีทำอย่างละเอียด 10 ข้อ
ไปที่หน้าโจทย์ปัญหา →💪 Ready to Practice?
Go to Set Word Problems to see 10 detailed solved examples and techniques.
Go to Word Problems →คำศัพท์ที่น่าสนใจ / Key Vocabulary
คำศัพท์คณิตศาสตร์ภาษาอังกฤษ พร้อมรากศัพท์
| คำศัพท์ | รากศัพท์ / Root | ความหมาย / Meaning |
|---|---|---|
| inclusion | includere (to enclose) | การรวมเข้า · Adding all elements in |
| exclusion | excludere (to shut out) | การตัดออก · Removing the double-counted |
| cardinality | cardinalis (principal) | จำนวนสมาชิกของเซต · Size of a set |
| union | unio (oneness) | ยูเนียน · Combined elements of sets |
| intersection | inter (between) + secare (cut) | อินเตอร์เซกชัน · Elements common to sets |
| disjoint | dis (apart) + jungere (join) | ไม่มีสมาชิกร่วมกัน · No common elements |