WHY this matters: "Roll a 2" and "roll a 5" on one die cannot both happen — mutually exclusive. But "roll an even number" and "roll a number >3" can both happen (a 4 or 6) — not mutually exclusive.
We start from the general rule and earn the special case.
Step 1 — Count outcomes. For equally likely outcomes, P(E)=n(S)n(E) where n(⋅) counts outcomes.
Why this step? Probability of an event = (favourable outcomes) ÷ (total outcomes). Everything flows from honest counting.
Step 2 — Count A∪B. How many outcomes are in "A or B"? If we naively add n(A)+n(B), any outcome sitting in bothA and B gets counted twice. To fix the double count, subtract the overlap once:
n(A∪B)=n(A)+n(B)−n(A∩B)
Why this step? This is the inclusion–exclusion idea: add the pieces, then remove what you double-added.
Step 3 — Divide by n(S).n(S)n(A∪B)=n(S)n(A)+n(S)n(B)−n(S)n(A∩B)
which is the general addition rule:
P(A∪B)=P(A)+P(B)−P(A∩B)
Step 4 — Apply mutual exclusivity. If A and B are mutually exclusive, then A∩B=∅, so P(A∩B)=0. The correction term vanishes:
Handy corollary (complement): Since A and its complement A′ are mutually exclusive and together fill S:
P(A)+P(A′)=1⇒P(A′)=1−P(A)
Q: Two events with P(A)=0.6, P(B)=0.7. Can they be mutually exclusive?
Forecast: …
Verify: If exclusive, P(A∪B)=0.6+0.7=1.3>1 — impossible (probabilities max at 1). So they cannot be mutually exclusive; they must overlap by at least 0.6+0.7−1=0.3.
Imagine boxes of toys. "Mutually exclusive" means a toy can only sit in one box — no toy is in two boxes at once. If I ask "what's the chance I grab a toy from box A or box B?", I just add up how full each box is, because no toy got counted twice. But if some toys were somehow in both boxes, I'd have counted those twice, so I'd have to take them out once. When the boxes share nothing, there's nothing to take out — so plain adding works!
Dekho, "mutually exclusive" ka simple matlab hai — do events ek saath ho hi nahi sakte. Jaise ek dice ek hi baar phenko to woh "2" aur "5" dono nahi aa sakta. Aise cases mein agar tumhe "A ya B" ki probability chahiye, to bas dono ki probability add kar do: P(A∪B)=P(A)+P(B). Yeh isliye kaam karta hai kyunki koi bhi outcome dono events mein common nahi hai, to double counting ka koi chance hi nahi.
Par asli general formula yeh hai: P(A∪B)=P(A)+P(B)−P(A∩B). Woh last wala term — overlap — isliye minus karte hain kyunki jo outcome dono mein aata hai, add karte waqt do baar count ho jaata hai. Jaise "even number" aur "number greater than 3" mein 4 aur 6 dono jagah hain. Agar tum unko subtract nahi karoge to answer galat aayega. Mutually exclusive case mein yeh overlap zero hota hai, isliye simply add kar dete hain.
Ek bada confusion: "mutually exclusive" aur "independent" ko same mat samajhna — yeh bilkul opposite feel dete hain. Mutually exclusive matlab agar A hua to B ho hi nahi sakta (strong dependence). Independent matlab A hone se B pe koi farak nahi padta. Yaad rakho: OR ke liye ADD, AND ke liye MULTIPLY.
Exam tip (80/20): hamesha pehle general formula likho, phir apne aap se pucho "kya dono ek saath ho sakte hain?" Agar nahi, to overlap zero, seedha add. Yeh ek aadat almost saare addition-rule ke mistakes bacha legi.