2.7.8 · D5Statistics & Probability — Intermediate
Question bank — Conditional probability — P(A - B) = P(A∩B) - P(A)
Notation reminder, so nothing is used before it is named:
- ::: "both and " happen — the overlap of the two events.
- ::: "not " — every outcome outside (its complement).
- ::: "not ".
- ::: probability of given , defined only when ; read the bar as "given".
- ::: the count of outcomes in an event (used only in the equally-likely picture below).
True or false — justify
always.
False. Both share the numerator , but the first divides by and the second by (each with its own positivity requirement); unless these differ.
If and are independent then (assuming ).
True. Independence means knowing tells you nothing about , so the conditioned probability equals the unconditioned one — this is the very definition via Independence of events.
always (when ).
True. With fixed as the universe, and split that universe completely, so their conditional probabilities must sum to 1.
always.
False. You may not change the event after the bar; and are two different universes (each needing its own positive probability), so these two numbers have no reason to add to 1.
If (every -outcome is also in ) and then .
True. Then , so — once you're inside , is guaranteed.
If and then .
False. Here , so , which is generally less than 1; being inside the bigger set does not force the smaller .
can be larger than (when ).
True. Conditioning can raise a probability: if makes more likely (positive association), .
is always at least as large as (when ).
True. Dividing by can only keep it the same or enlarge it, since .
If and are mutually exclusive (never both happen) and , then .
True. Mutually exclusive means , so and the ratio is — inside , can never occur.
Mutually exclusive events with positive probability are independent.
False. If they exclude each other, , so knowing changes 's chance — that is dependence, not independence.
Spot the error
"."
Wrong denominator: you must divide by the given event (which must be positive), not . Dividing by silently computes instead.
"A test is accurate, I tested positive, so I'm likely sick."
That is , the reverse of what you want, . Flipping the bar without Bayes' Theorem ignores how rare the disease is (false positives can dominate).
", so all events multiply like this."
Only when are independent. The general Multiplication rule of probability is (for ); the plain product is a special case.
"Since and , we learn ."
You cannot add conditionals like that. The correct combination is the Law of total probability: , a weighted average that stays .
", so ."
Not infinity — it's undefined. You cannot condition on an impossible event; the formula requires and simply does not apply otherwise.
"Two kings without replacement: ."
The second draw must be conditioned on the first: after removing one king, only kings remain in cards, so it's .
"In a tree, I multiply along a branch AND across the top to combine two paths."
Multiply along a branch (chaining conditionals), but add across separate branches when combining different paths to the same outcome.
Why questions
Why divide by instead of ?
Because is the new universe you now live in; rescaling by (which is why we insist ) forces the probabilities inside to sum to (indeed ).
Why must for to exist?
Conditioning means "assume happened"; if has probability it can't have happened, and dividing by is undefined.
Why does the "equally likely" derivation still give a formula that works when outcomes are not equally likely?
Writing the total number of equally-likely outcomes as , we start from and divide both counts by ; this converts each count into a probability, giving , a ratio form that no longer mentions equal likelihood.
Why can conditioning make an event more likely?
If "lives near" (their overlap is a big slice of ), then shrinking the universe to concentrates the -outcomes, pushing the fraction above .
Why is independence symmetric — if , must ?
Both are equivalent to the single condition , which treats and symmetrically, so one holding forces the other (when both probabilities are positive).
Why does still allow and to overlap?
Independence forbids from changing 's chance, not from co-occurring; overlap of size exactly is precisely the "no information" case.
Why can't you read straight off a Venn overlap without dividing?
The raw overlap is measured against the whole sample space; conditioning re-measures it against just , which requires the division by .
Edge cases
If (B is certain), what is ?
It equals , since the "universe" is already everything — conditioning on a sure event changes nothing.
If (same event, ), what is ?
— given an event, that event certainly holds.
If but , what is ?
, so the numerator is and ; an impossible stays impossible inside any universe.
If and are independent and , is ?
Yes: ; a certain event remains certain, and independence is trivially satisfied.
Can hold while and are mutually exclusive?
Only if , because exclusivity forces , which can equal merely when itself is impossible.
What happens to with replacement instead of without?
The universe resets to a full -card deck, so it becomes — the draws are then independent and the condition stops mattering.
If a tree branch has tiny but huge, is the path large?
Not necessarily — the path probability is the product , so a tiny can shrink even a near-certain conditional.
Recall One-line survival guide
Divide by the event to the right of the bar — the given event — and only when ; you may swap what's left of the bar (complement law ) but never what's right of it.
Connections
- Independence of events — the boundary that several traps probe.
- Multiplication rule of probability — why the second card is , not .
- Bayes' Theorem — the correct way to flip into .
- Law of total probability — why but a weighted sum recovers .
- Sample space and events — the universe we shrink when conditioning.
- Tree diagrams — multiply along branches, add across them.