Introduction
In Probability में events एक-दूसरे से अलग-अलग relationships रख सकते हैं। इनमें से दो सबसे महत्वपूर्ण relationships हैं Mutually Exclusive और Exhaustive events। इनको समझने से आप यह analyze कर पाते हैं कि किसी experiment में outcomes आपस में कैसे interact करते हैं।
ये concepts खास तौर पर तब उपयोग होते हैं जब probabilities को add करना हो या combined events को समझना हो (जैसे “either A या B होता है”).
Pattern: Mutually Exclusive and Exhaustive Events
Pattern
Mutually Exclusive events एक साथ नहीं हो सकते, जबकि Exhaustive events सभी possible outcomes को cover करते हैं।
- Mutually Exclusive: P(A ∩ B) = 0
- Exhaustive Events: P(A) + P(B) + ... = 1
Example: Coin toss करने पर Head मिलना और Tail मिलना mutually exclusive हैं (दोनों साथ नहीं हो सकते), और दोनों मिलकर exhaustive भी हैं क्योंकि इनमें से एक outcome ज़रूर होगा।
Step-by-Step Example
Question
एक die roll करने पर event A = “even number मिलना” और event B = “odd number मिलना” हैं। क्या ये events mutually exclusive और/या exhaustive हैं?
Solution
-
Step 1: Outcomes define करें
A = {2, 4, 6} और B = {1, 3, 5}. -
Step 2: Intersection check करें
A ∩ B = {} → empty set, इसलिए ये mutually exclusive हैं। -
Step 3: Exhaustiveness check करें
A ∪ B = {1, 2, 3, 4, 5, 6} → die के सभी outcomes → exhaustive। -
Final Answer:
mutually exclusive और exhaustive। -
Quick Check:
P(A ∩ B) = 0 और P(A ∪ B) = 1 ✅
Quick Variations
1. दो cards निकालने पर “red” और “black” suits → mutually exclusive और exhaustive।
2. Even number vs multiple of 3 on a die → mutually exclusive नहीं (क्योंकि 6 common है)।
3. Die roll कर A = {1,2,3}, B = {4,5,6} → exhaustive और mutually exclusive।
Trick to Always Use
- Step 1: Intersection देखें - अगर A ∩ B = ∅ है, तो events mutually exclusive हैं।
- Step 2: Union देखें - अगर A ∪ B सभी outcomes cover करता है, तो events exhaustive हैं।
- Step 3: Mutually exclusive events के लिए formula: P(A ∪ B) = P(A) + P(B).
Summary
Summary
Mutually Exclusive and Exhaustive Events pattern में:
- Mutually exclusive → एक साथ occur नहीं होंगे (P(A ∩ B) = 0).
- Exhaustive → इनमें से कोई न कोई outcome ज़रूर होगा (sum of probabilities = 1).
- ये concepts “either-or” वाले probability problems को सरल बनाते हैं।
- Events classify करने के लिए हमेशा intersection और union दोनों check करें।
