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.