Intuition What this page is
The parent taught the rule P ( A ∩ B ) = P ( A ) P ( B ) and why it works. Here we drill the decision the rule really demands of you: is this scenario independent or not? Get that wrong and the multiply gives a wrong number that still looks fine. So below we enumerate every kind of situation this topic can throw at you — then work one example per situation until no case can surprise you.
∣ " symbol (read it before anything else)
The vertical bar in P ( B ∣ A ) is read "the probability of B given A " — meaning "A has already happened; now, in that shrunken world, how likely is B ?" It is not division and not "or"; it is a condition . Picture shrinking your whole sample space down to only the outcomes where A occurred, then asking what fraction of those also show B . Formally, for P ( A ) > 0 ,
P ( B ∣ A ) = P ( A ) P ( A ∩ B ) .
Independence is exactly the case where this shrinking changes nothing: P ( B ∣ A ) = P ( B ) . (See Conditional Probability .)
Every problem in this topic lands in exactly one of these cells. The right move differs cell to cell.
Cell
What makes it that cell
Right move
Worked in
A. Genuinely independent
Physically separate trials; one cannot touch the other
Multiply P ( A ) P ( B )
Ex 1
B. With replacement
The setup is reset between draws
Multiply — independence restored
Ex 2
C. Without replacement
First event changes the setup
Use P ( A ) P ( B ∣ A ) , not a product
Ex 3
D. "At least one" (complement)
Many trials, want ≥ 1 success/failure
1 − ∏ ( 1 − p i )
Ex 4
E. Degenerate: a certain / impossible event
Some P = 1 or P = 0
Multiply — but watch what it forces
Ex 5
F. Mutually exclusive trap
Events can't co-occur (P ( A ∩ B ) = 0 )
Never multiply — they're dependent
Ex 6
G. Real-world word problem
Independence hidden in the story
Test independence, then multiply
Ex 7
H. Exam twist: solve backwards
Given the joint answer, find a missing P
Rearrange the rule
Ex 8
I. Limiting behaviour
"How many trials to be almost sure?"
Push 1 − ( 1 − p ) n → 1
Ex 9
The picture below is the whole page on one board — a decision tree that routes any "AND" problem into its cell. Every example that follows is just one leaf of this tree, so refer back here whenever you feel lost.
Worked example Ex 1 · Coin AND die
Flip a fair coin and roll a fair die once each. Find P ( heads AND a 6 ) .
Forecast: guess the answer before reading — is it bigger or smaller than 2 1 ?
P ( H ) = 2 1 . Why this step? One favourable face (heads) out of two equally likely faces.
P ( 6 ) = 6 1 . Why this step? One favourable face out of six.
The coin cannot feel the die and vice-versa → independent → multiply. Why this step? We justify independence before using the product; that's the discipline the parent insisted on.
P ( H ∩ 6 ) = 2 1 ⋅ 6 1 = 12 1 .
Verify: list the 2 × 6 = 12 equally likely pairs; exactly one is ( H , 6 ) → 12 1 . ✓ And 12 1 < 2 1 — "both must happen" is always ≤ each part.
The grid below is that verification: 12 equal cells, and the multiply just picks the single pale-yellow one. Count the highlighted cell — that ratio 1/12 is the answer, seen not computed.
Worked example Ex 2 · Draw, replace, draw
A bag holds 4 red and 6 blue marbles. Draw one, put it back , draw again. Find P ( both red ) .
Forecast: will replacing make this equal to, bigger than, or smaller than the without-replacement version?
P ( R 1 ) = 10 4 = 0.4 . Why this step? 4 red out of 10 total.
Replace the marble → the bag is identical to the start → P ( R 2 ) = 10 4 = 0.4 . Why this step? Resetting the bag means the second draw "forgot" the first → independence.
Independent → multiply: P ( R 1 ∩ R 2 ) = 0.4 × 0.4 = 0.16.
Verify: all 10 × 10 = 100 ordered replace-pairs are equally likely; red-then-red = 4 × 4 = 16 of them → 100 16 = 0.16 . ✓
Worked example Ex 3 · Same bag, no replacement
Same 4 red, 6 blue bag. Draw two without replacing. Find P ( both red ) .
Forecast: guess — higher or lower than the 0.16 above?
P ( R 1 ) = 10 4 . Why this step? Unchanged — the first draw always sees the full bag.
After a red leaves, 3 red remain out of 9 : P ( R 2 ∣ R 1 ) = 9 3 = 3 1 . Why this step? The first draw changed the setup → the second is not independent → use the conditional value P ( R 2 ∣ R 1 ) , read "chance of a second red given the first was red."
Use the General Multiplication Rule P ( A ∩ B ) = P ( A ) P ( B ∣ A ) : 10 4 ⋅ 9 3 = 90 12 = 15 2 ≈ 0.1333.
Verify: 15 2 ≈ 0.133 < 0.16 — dependence lowered it, because pulling a red made red rarer . This is the whole point of the cell. ✓
The two side-by-side trees below make the contrast unmissable: the blue (replaced) tree keeps 4/10 on its second branch, the pink (not replaced) tree drops to 3/9 . Same first branch, different second branch — that single changed number is the entire difference between 0.16 and 0.133 .
Worked example Ex 3⁺ · Three reds, no replacement (chain rule live)
Same 4 red, 6 blue bag; draw three without replacing. Find P ( all three red ) .
P ( R 1 ) = 10 4 . Why this step? Full bag on draw one.
P ( R 2 ∣ R 1 ) = 9 3 . Why this step? One red gone, nine left.
P ( R 3 ∣ R 1 ∩ R 2 ) = 8 2 . Why this step? Two reds gone, eight left — condition on both prior draws.
Chain rule: 10 4 ⋅ 9 3 ⋅ 8 2 = 720 24 = 30 1 ≈ 0.0333.
Verify: 30 1 ≈ 0.033 — smaller than the two-red 0.133 , as demanding a third red should be. ✓
Worked example Ex 4 · Three coins, at least one head
Flip a fair coin 3 times. Find P ( at least one head ) .
Forecast: is it above or below 2 1 ?
"At least one head" is the opposite of "no heads (all tails)." Why this step? Directly summing "1 or 2 or 3 heads" is messy; the none case is a single clean product. This uses the Complement Rule .
Each tail has prob 2 1 ; flips independent → all-tails = ( 2 1 ) 3 = 8 1 . Why this step? Independent failures multiply.
P ( at least one head ) = 1 − 8 1 = 8 7 = 0.875.
Verify: of the 8 equally likely outcomes only T T T has zero heads → 8 7 . ✓ Well above 2 1 , as a picture of "3 chances" should feel.
Worked example Ex 5 · Multiplying by
1 and by 0
A drawer light turns on with probability 1 (it's certain) whenever you open the drawer, and independently a bulb inside is already dead with probability 0 (brand-new, never dead). Let A = light on (P ( A ) = 1 ), B = bulb dead (P ( B ) = 0 ). Find P ( A ∩ B ) .
Forecast: if one event is impossible, what must "both happen" be?
P ( A ) = 1 , P ( B ) = 0 . Why this step? Given — these are the degenerate endpoints of probability.
Here we cannot lean on P ( A ∣ B ) = P ( A ) , because P ( B ) = 0 makes the conditional P ( A ∣ B ) = P ( B ) P ( A ∩ B ) a 0 0 — literally undefined . Why this step? The bar-formula needs a positive denominator; with an impossible condition there is no "world where B happened" to shrink into.
So argue directly instead: since A ∩ B ⊆ B , we have 0 ≤ P ( A ∩ B ) ≤ P ( B ) = 0 , forcing P ( A ∩ B ) = 0 . And the product P ( A ) P ( B ) = 1 × 0 = 0 agrees — so the multiplication rule still holds , even though the conditional route is unavailable. Why this step? We prove the answer with monotonicity, not with an undefined quantity.
Verify: "both happen" cannot exceed the chance of the impossible part, so P ( A ∩ B ) = 0 . ✓ Sanity check at the other endpoint: a certain event A (P ( A ) = 1 ) satisfies P ( A ∩ C ) = 1 ⋅ P ( C ) = P ( C ) for any independent C — here P ( C ) > 0 keeps every conditional well-defined, and certainty adds no constraint, exactly right.
Worked example Ex 6 · The classic confusion, quantified
One roll of a fair die. Let A = roll a 2 and B = roll a 5 . Is P ( A ∩ B ) = P ( A ) P ( B ) ?
Forecast: the words "separate outcomes" tempt you toward independence — but check it.
P ( A ) = 6 1 , P ( B ) = 6 1 . Why this step? One face each.
A and B cannot both happen on one roll → P ( A ∩ B ) = 0 . Why this step? A single die shows one face; 2 and 5 are Mutually Exclusive Events .
Test the rule: P ( A ) P ( B ) = 6 1 ⋅ 6 1 = 36 1 = 0 = P ( A ∩ B ) . Why this step? The product rule fails → these events are dependent , not independent.
Intuition: knowing you rolled a 2 makes a 5 impossible — that's information transfer, the opposite of independence.
Verify: 36 1 = 0 , so the equality that defines independence is violated. ✓ Exclusive (both possible) ⇒ dependent — always.
Worked example Ex 7 · Two commuters, one storm
On any morning, Asha catches her bus with probability 0.8 and, on a separate route, Ben catches his with probability 0.75 . Find P ( both catch their bus ) — then re-read for the trap.
Forecast: does the multiply apply, or is there a hidden link?
Test independence. Separate routes, separate buses → normally one doesn't affect the other → treat as independent. Why this step? In word problems you must hunt for a shared cause (a storm, a shared bus) before multiplying.
P ( both ) = 0.8 × 0.75 = 0.6. Why this step? Independent AND → product.
The twist: if a single storm could delay both buses, the misses would be correlated and the product would be wrong. The problem states separate routes with no common cause → the assumption stands.
Verify: 0.6 lies between 0 and the "surely both" cap min ( 0.8 , 0.75 ) = 0.75 , and equals 0.8 ⋅ 0.75 . Units are pure probabilities (dimensionless), 0 ≤ 0.6 ≤ 1 . ✓
Worked example Ex 8 · Find the missing probability
Events A , B are independent with P ( A ) = 0.4 and P ( A ∩ B ) = 0.1 . Find P ( B ) .
Forecast: you know the product and one factor — what's the other?
Independence gives P ( A ∩ B ) = P ( A ) P ( B ) . Why this step? Only because we're told they're independent may we use the product form.
Solve for the unknown factor: P ( B ) = P ( A ) P ( A ∩ B ) = 0.4 0.1 = 0.25. Why this step? Dividing undoes the multiply — the rule runs both directions.
Check it's a legal probability: 0 ≤ 0.25 ≤ 1 . ✓
Verify: put it back: 0.4 × 0.25 = 0.1 = P ( A ∩ B ) . ✓ Consistent, so P ( B ) = 0.25 .
Worked example Ex 9 · Keep rolling for a six
Each roll of a fair die shows a 6 with probability p = 6 1 , rolls independent. How many rolls n make P ( at least one 6 ) ≥ 0.9 ? What happens as n → ∞ ?
Forecast: guess the number of rolls before computing.
P ( no 6 in n rolls ) = ( 6 5 ) n . Why this step? Independent failures multiply — the Binomial Distribution "all-fail" corner.
P ( at least one 6 ) = 1 − ( 6 5 ) n . Why this step? Complement Rule again — "at least one" is "not none."
Need 1 − ( 6 5 ) n ≥ 0.9 ⟺ ( 6 5 ) n ≤ 0.1 . Take logs: n ≥ ln ( 5/6 ) ln 0.1 ≈ − 0.1823 − 2.3026 ≈ 12.63 , so n = 13 . Why this step? The log turns the repeated product into a solvable line.
Limit: as n → ∞ , ( 6 5 ) n → 0 , so P ( at least one 6 ) → 1 . Why this step? A base below 1 raised to a growing power vanishes — you become almost certain eventually, but never exactly 1 in finite rolls.
Verify: 1 − ( 5/6 ) 12 ≈ 0.888 < 0.9 but 1 − ( 5/6 ) 13 ≈ 0.907 ≥ 0.9 , so 13 is the first roll count that works. ✓
The curve below shows this climb: read where the blue staircase first pokes above the pink 0.9 line (that's n = 13 ), and watch it flatten toward the yellow ceiling at 1 but never touch it.
Recall Which cell am I in? (quick triage)
Did the first event change the setup for the second? ::: If yes → Cell C (use P ( B ∣ A ) ); if no → multiply.
The problem says "at least one" — what's the move? ::: Complement: 1 − ∏ ( 1 − p i ) (Cells D, I).
Two outcomes of one single trial can't co-occur — independent? ::: No — mutually exclusive with positive prob ⇒ dependent (Cell F).
Given P ( A ∩ B ) and P ( A ) , both independent, find P ( B ) ? ::: Divide: P ( B ) = P ( A ∩ B ) / P ( A ) (Cell H).
Three dependent stages — what rule? ::: Chain rule P ( A ) P ( B ∣ A ) P ( C ∣ A ∩ B ) (Cell C⁺).
Mnemonic The one question that routes everything
"Did the first thing MOVE the second thing's odds?"
Moved → conditional. Didn't move → multiply. Can't co-occur → dependent, never multiply.
General Multiplication Rule — the Cell C / chain-rule engine: P ( A ∩ B ) = P ( A ) P ( B ∣ A ) .
Conditional Probability — supplies P ( B ∣ A ) and the meaning of the "∣ " bar used all over this page.
Complement Rule — powers every "at least one" cell (D, I).
Mutually Exclusive Events — the Cell F contrast to independence.
Binomial Distribution — repeated independent trials, the natural home of Cell I.
Bayes' Theorem — the deeper reversal engine behind Cell H.