Table of Contents
The Law of Total Probability is a fundamental concept in probability theory that helps us understand how different scenarios contribute to an overall probability. It is especially useful when dealing with complex situations where multiple events influence an outcome.
What is the Law of Total Probability?
The Law of Total Probability states that if a set of mutually exclusive and exhaustive events B1, B2, …, Bn partition the sample space, then the probability of an event A can be found by summing the probabilities of A occurring within each Bi.
Mathematically, it is expressed as:
P(A) = Σ P(A | Bi) P(Bi)
Practical Example: Disease Testing
Suppose there is a disease that affects 1% of the population. A test for the disease is 99% accurate, meaning:
- If a person has the disease, the test correctly identifies it 99% of the time.
- If a person does not have the disease, the test correctly returns a negative result 99% of the time.
What is the probability that a person tests positive?
Let A be the event “tests positive” and B1 be “has the disease,” B2 be “does not have the disease.”
Using the Law of Total Probability:
P(A) = P(A | B1) P(B1) + P(A | B2) P(B2)
Substituting the known values:
P(A) = (0.99)(0.01) + (0.01)(0.99) = 0.0099 + 0.0099 = 0.0198
Therefore, there is approximately a 1.98% chance that a randomly selected person tests positive, considering both true positives and false positives.
Why is the Law of Total Probability Important?
This law allows us to break down complex probability problems into simpler parts. It is essential in fields like medical testing, risk assessment, and decision-making, where multiple factors influence outcomes.
Summary
The Law of Total Probability provides a structured way to calculate the likelihood of an event by considering all possible scenarios. Practical examples, such as disease testing, demonstrate its usefulness in real-world applications.