Compound Probability
Understanding Compound Probability
Compound probability involves finding the likelihood of two or more events occurring. To solve these problems, we use two main rules: the Multiplication Rule for "AND" scenarios and the Addition Rule for "OR" scenarios.
The Multiplication Rule (P(A∩B))
The multiplication rule is used when you want to find the probability of event A and event B happening.
Independent vs. Dependent Events
- Independent Events: The outcome of the first event does not affect the second. Formula: P(A and B)=P(A)×P(B)
- Dependent Events: The outcome of the first event changes the probability of the second (e.g., drawing without replacement). Formula: P(A and B)=P(A)×P(B∣A) (Where P(B∣A) is the probability of B given that A has occurred).
Example: Drawing without replacement A bag has 5 red and 3 blue balls. Two are drawn without replacement. Find P(both red).
- The probability of drawing a red ball first is P(1st red)=85.
- Since the ball is not replaced, there are now 4 red balls and 7 total balls left. So, P(2nd red∣1st red)=74.
- Multiply them together: P(both red)=85×74=5620=145
The Addition Rule (P(A∪B))
The addition rule is used when you want to find the probability of event A or event B happening (or both).
Formula: P(A∪B)=P(A)+P(B)−P(A∩B)
We subtract P(A∩B) (the intersection) because simply adding P(A) and P(B) double-counts the scenario where both events happen at the same time.
Example: Finding the Union Given P(A)=0.4, P(B)=0.5, and P(A∩B)=0.15. Find P(A∪B).
P(A∪B)=0.4+0.5−0.15=0.75
Testing for Independence
You can mathematically prove whether two events are independent. Events A and B are strictly independent if and only if their intersection equals the product of their individual probabilities:
P(A∩B)=P(A)×P(B)
Example: Are A and B independent? Using the values from the previous example: P(A)=0.4, P(B)=0.5, and P(A∩B)=0.15.
- Calculate P(A)×P(B): 0.4×0.5=0.20
- Compare to P(A∩B): 0.20=0.15
Because the products are not equal, events A and B are dependent.