Multiplication Law of Probability
Multiplication Law of Probability
The multiplication law of probability is used to determine the probability that two events will both occur.
Key Concepts
- Events: An event is a specific outcome or a set of outcomes of a random experiment.
- Independent Events: Two events are independent if the occurrence of one does not affect the occurrence of the other.
- Dependent Events: Two events are dependent if the occurrence of one affects the occurrence of the other.
Multiplication Law for Independent Events:
P(A∩B)=P(A)×P(B)
This formula applies when events A and B are independent of each other.
Example:
Suppose event A is rolling a 3 on a die P(A)=61, and event B is flipping a head on a coin P(B)=21. Since these events are independent:
P(A∩B)=P(A)×P(B)=61×21=121
Multiplication Law for Dependent Events:
If events A and B are dependent, the probability of both events occurring is given by:
P(A∩B)=P(A)×P(B∣A)
Where P(B∣A) is the conditional probability of event B given that event A has occurred.
Example:
Suppose event A is drawing an ace from a deck of cards P(A)=524, and event B is drawing a king from the remaining deck (without replacement). The probability of drawing a king after drawing an ace:
P(B∣A)=514
Therefore:
P(A∩B)=P(A)×P(B∣A)=524×514=265216=6634
Practice Question
Question 1. A bag contains 5 red balls and 3 blue balls. Two balls are drawn at random without replacement. What is the probability that both balls are red?
Solution:
Let A be the event that the first ball drawn is red, and B be the event that the second ball drawn is red.
P(A)=85
If the first ball drawn is red, there are now 4 red balls left out of 7 remaining balls.
P(B∣A)=74
Therefore, the probability that both balls are red:
P(A∩B)=P(A)×P(B∣A)=85×74=5620=145
Question 2. A box contains 10 pens: 4 are blue, 3 are black, and 3 are red. Two pens are selected at random with replacement. What is the probability that both pens are black?
Solution:
Since the pens are selected with replacement, the events are independent.
P(A)=103
The probability of drawing a black pen on the second draw is the same:
P(B)=103
Therefore, the probability that both pens are black:
P(A∩B)=P(A)×P(B)=103×103=1009