Review the key concepts, formulae, and examples before starting your quiz.
🔑Concepts
Conditional Probability Definition: The probability of an event occurring given that event has already occurred is denoted by . Visually, this is interpreted as a reduction of the sample space from the entire set to just the set . On a Venn diagram, we calculate the probability by finding the ratio of the area of the intersection to the total area of the set .
The Multiplication Theorem: This theorem provides a formula for the probability of the simultaneous occurrence of two events and . It states that , meaning the probability of both events occurring is the product of the probability of the first event and the conditional probability of the second event given that the first has occurred.
Independent Events: Two events are independent if the occurrence of one does not change the probability of the other. Visually, in a Venn diagram, independence implies that the proportion of circle that overlaps with is the same as the proportion of in the entire sample space . Mathematically, this is expressed as and .
Condition for Independence: Two events and are independent if and only if . This serves as the primary test for independence in problems. If this equality does not hold, the events are dependent, and the general multiplication theorem must be used.
Multiplication Theorem for Three Events: The theorem extends to multiple events. For three events and , the probability of their joint occurrence is . This describes a chain of dependencies, which can be visualized as moving through three levels of a tree diagram.
Tree Diagrams: A tree diagram is a visual representation of multi-stage experiments. Each node splits into branches representing outcomes, and each branch is labeled with its conditional probability. To find the probability of a specific outcome sequence (path), you multiply the probabilities along the branches from the root to the leaf.
Complementary Conditional Probability: For any event and a given condition , the probability of the complement event occurring given is . This rule highlights that within the restricted sample space of , the sum of probabilities of all mutually exclusive and exhaustive events must equal 1.
📐Formulae
💡Examples
Problem 1:
A box contains 10 black and 5 white balls. Two balls are drawn from the box one after the other without replacement. What is the probability that both drawn balls are black?
Solution:
- Let be the event that the first ball is black and be the event that the second ball is black.
- The probability of the first ball being black is .
- Since the balls are drawn without replacement, after the first black ball is drawn, there are 9 black balls left out of a total of 14 balls.
- The conditional probability of the second ball being black given the first was black is .
- By the Multiplication Theorem: .
Explanation:
This problem illustrates the use of the multiplication theorem for dependent events. The probability of the second draw is affected by the outcome of the first draw because the total number of balls decreases.
Problem 2:
Given , , and the conditional probability , find .
Solution:
- First, find using the multiplication theorem: .
- Use the general addition rule for probability: .
- Substitute the known values: .
Explanation:
This example shows how to bridge conditional probability and the addition theorem. We first calculate the intersection using the conditional data and then find the union probability.