Law of Total Probability

Context: FIT1058_MOC Β· break an event’s probability across a partition of the sample space Β· weighted sum of conditionals Β· the denominator of extended Bayes’ Theorem

Quick Revision

  • 🎯 Objective: partition ⟹ βž” weighted sum of conditionals.
  • πŸ“¦ Core Components: distribute over the partition βž” additivity βž” multiplication rule.
  • ⚑ Key Constraint: partition must be disjoint + exhaustive; supplies Bayes’ denominator.

πŸ“ Core

1. The Law

  • Formula βž” .
  • Partition βž” (mutually exclusive + exhaustive).

2. Why It Works

  • Distribute βž” (disjoint pieces).
  • Add βž” (additivity).
  • Multiply βž” .

3. When It Helps

  • Easy conditionals βž” choose a partition where each is simple.
  • Causes/scenarios βž” turns one hard probability into a sum of simple ones.

Key identities:

When It Flips: the sum is exactly the denominator (normaliser) of the extended Bayes' Theorem.

πŸ“Š Exam Execution Trace

Manual Execution Trace

Three coins (Fair, DoubleHead, DoubleTail), :

Step / StateCause Product
0 (Init)β€”β€”β€”β€”
1Fair
2DoubleHead1
3DoubleTail00

⚠️ Common Mistakes

  • πŸ’‘ Partition must cover with no overlap βž” a gap or overlap breaks the equality; each so the conditionals exist.

🧠 Active Recall