Proof
Let us assume that,
Event A can happen in n1 ways out of which p are successful events
Event B can happen in n2 ways out of which q are successful events
Therefore, the number of successful cases = combining the successful events of p and q
Thus, Number of successful cases = p × q
Total cases = n1 × n2
Therefore,
P(A and B) = P(A ∩ B) = p × q ⁄ n1 × n2 = p×n1 ⁄ q×n2
So we are having , P(A) = p ⁄ n1 and P(B) = q ⁄ n2
Hence , P(A ∩ B) = P(A) × P(B)
Examples
-
A box contains 8 blue and 7 yellow balls. Find the probability that one is blue and the other is yellow when two balls are drawn.
Solution:
Probability of getting a blue ball = P(A) = 18 .
Probability of getting a yellow ball = P(B) = 17
By applying the multiplication rule for independent events,
we get,
P(A∩B) = P(A) P(B) = 18 17 = 156.
-
Without replacing the first card from the deck, two cards are chosen. Calculate the chances of getting a king and then a queen.
Solution:
We have total events = 52
Since the first draw is not replaced, the events are dependent in this case.
P(K) = probability of selecting a king = 4/52.
P(Q) = probability of selecting a queen = 4/51
Since the first card drawn has not been replaced ; therefore the total events would become 51.
Hence, P(A ∩ B) = P(A) × P(B|A)
= 4/52 4/51 = 1/166.
Hence, the probability of selecting a king and a queen from the deck would be 1/166.
FAQs
-
What is the multiplication theorem for probability?
According to the theorem, "the probability of simultaneous occurrence of two self-determining events is provided by the product of their individual probabilities."
-
What is the difference between probability and conditional probability?
Probability is concerned with the possibility of a specific occurrence occurring. Conditional probability considers the likelihood of two events occurring close to one another.
Key Takeaways
In this article, we have extensively discussed the Multiplication Theorem Of Probability with the help of examples. Check out the Addition Theorem Of Probability for the following topics.
Recommended Readings:
We hope that this blog has helped you enhance your knowledge regarding the Multiplication rule of probability. If you would like to learn more, check out our articles on Coding Ninjas and visit our Library for more. Do upvote our blog to help other ninjas grow. Happy Coding!