Review the key concepts, formulae, and examples before starting your quiz.
🔑Concepts
Conditional Probability: This concept refers to the probability of an event occurring given that another event has already occurred, denoted as . Visually, this process is equivalent to restricting the original sample space to a new, smaller sample space . We then look for outcomes that belong to both and within this new boundary.
Multiplication Theorem: This theorem provides a way to calculate the probability of the simultaneous occurrence of two events and . It states that is obtained by multiplying the probability of the first event by the conditional probability of the second event, given that the first has occurred. This is often visualized using a tree diagram where each branch represents a conditional probability.
Independent Events: Two events and are said to be independent if the probability of occurrence of one is not affected by the occurrence of the other. Mathematically, and . In a Venn diagram, the intersection for independent events represents exactly the product of their individual probabilities relative to the total area.
Property of Complements: For any two events and associated with a sample space , the conditional probability of the complement of given is . This is helpful in solving problems where finding the probability of 'at least one' or 'not happening' is easier by subtracting the positive case from the total probability of .
Conditional Probability of Union: The additive rule for probability also applies to conditional cases. . Visually, if you look only inside the set , the area covered by or is the sum of their individual areas within minus the area where they overlap within .
Multiplication Rule for Events: The multiplication theorem can be extended to three or more events. For events and , . This reflects a sequential dependency where each subsequent event's probability is conditioned on the intersection of all preceding events.
Sampling With vs. Without Replacement: The multiplication theorem highlights the difference between these two methods. Sampling with replacement typically results in independent events (the sample space stays the same), while sampling without replacement results in dependent events (the sample space and favorable outcomes decrease), requiring the use of conditional probabilities.
📐Formulae
💡Examples
Problem 1:
A family has two children. What is the probability that both are boys, given that at least one of them is a boy?
Solution:
- Define the sample space , where stands for Boy and for Girl. Total outcomes .\n2. Let be the event that both are boys: .\n3. Let be the event that at least one is a boy: .\n4. The intersection .\n5. and .\n6. Use the formula .
Explanation:
This is a classic conditional probability problem where the 'given' condition reduces the sample space from 4 possible combinations to 3. We then determine how many of those 3 outcomes satisfy the primary event.
Problem 2:
Two cards are drawn successively without replacement from a well-shuffled pack of 52 cards. Find the probability that both cards are black.
Solution:
- Let be the event that the first card is black and be the event that the second card is black.\n2. Total cards = . Total black cards = .\n3. Probability of the first card being black: .\n4. Since the card is not replaced, the remaining cards are and remaining black cards are .\n5. Probability of the second card being black given the first was black: .\n6. By multiplication theorem: .
Explanation:
This example demonstrates the multiplication theorem for dependent events. Because the first card is not replaced, the probability of the second event is conditioned on the outcome of the first.