Total Probability Theorem — Definition, Formula & Examples
The Total Probability Theorem lets you find the probability of an event by breaking the sample space into separate, non-overlapping scenarios and adding up the probability of the event occurring in each scenario.
If form a partition of the sample space (mutually exclusive and exhaustive events with ), then for any event : .
Key Formula
Where:
- = The event whose total probability you want to find
- = The i-th event in the partition of the sample space
- = Conditional probability of A given scenario B_i
- = Number of mutually exclusive scenarios in the partition
How It Works
Start by identifying a set of mutually exclusive scenarios that cover every possibility — these form your partition. For each scenario , find the conditional probability and the probability of that scenario itself. Multiply these two values together for each scenario, then add all the products. The result is the overall probability . This approach is especially powerful when is hard to compute directly but easy to compute within each scenario.
Worked Example
Problem: A factory has two machines. Machine 1 produces 60% of all items and has a 3% defect rate. Machine 2 produces the remaining 40% and has a 5% defect rate. What is the probability that a randomly chosen item is defective?
Identify the partition: The two machines form a partition: = made by Machine 1, = made by Machine 2.
List conditional probabilities: The defect rates give us the conditional probabilities of event (item is defective).
Apply the Total Probability Theorem: Multiply each conditional probability by the probability of its scenario, then add.
Answer: The probability that a randomly chosen item is defective is , or .
Why It Matters
The Total Probability Theorem is a key stepping stone to Bayes' Theorem — you almost always need it to compute the denominator in Bayes' formula. It appears in AP Statistics, college probability courses, and real-world fields like medical testing, quality control, and risk analysis where outcomes depend on multiple underlying conditions.
Common Mistakes
Mistake: Using scenarios that are not mutually exclusive or do not cover the entire sample space.
Correction: Your scenarios must form a true partition: they cannot overlap, and together they must account for every possible outcome. Verify that .
