Review the key concepts, formulae, and examples before starting your quiz.
πConcepts
Conditional Probability: This represents the probability of an event occurring given that another event has already occurred, denoted as . Visually, this is represented in a Venn diagram by restricting the sample space to the interior of circle ; we then calculate the proportion of that area occupied by the intersection .
Independent Events: Two events are independent if the occurrence of one does not affect the probability of the other, meaning . In a visual tree diagram, this is shown by the second set of branches having the exact same probability values regardless of which outcome occurred in the first set of branches.
Tree Diagrams: A visual tool used to map out multi-stage probability experiments. Each node splits into branches representing mutually exclusive outcomes. To find the probability of a specific combined outcome, you multiply the probabilities along the path from the root to the leaf; to find the total probability of an outcome that appears on multiple paths, you sum those path products.
Bayes' Theorem: A formula used to calculate 'inverse' conditional probabilities. It allows us to find if we already know . Visually, this often involves working 'backward' through a tree diagram to determine the probability that a specific initial branch was taken, given that a certain final result was observed.
The Law of Total Probability: This law is used to find the overall probability of an event by considering all possible ways it can occur through different mutually exclusive events . Visually, this is the sum of the probabilities of all distinct paths in a tree diagram that end in event .
Mutually Exclusive vs. Independent: Mutually exclusive events cannot occur at the same time (). Visually, this is shown as two separate circles in a Venn diagram with no overlap. This is distinct from independence, which refers to the lack of influence one event has on the likelihood of another.
Complementary Events in Conditional Context: The rule always holds. Visually, if you are looking strictly inside circle on a Venn diagram, any region not belonging to must belong to its complement .
Sample Space Reduction: When calculating , the denominator acts as the new, reduced sample space. Visually, we ignore every part of the original sample space rectangle that lies outside circle and treat as the 'new' 100%.
πFormulae
π‘Examples
Problem 1:
A box contains 4 red and 6 green markers. Two markers are drawn one after the other without replacement. If the second marker drawn is green, what is the probability that the first marker drawn was also green?
Solution:
Let be the event the first marker is green and be the event the second marker is green. We want to find . \n1. Find . \n2. Find : If the first was green, 9 markers remain, 5 of which are green. So, . \n3. Find and : If the first was red, 9 markers remain, 6 of which are green. So, . \n4. Total . \n5. Apply Bayes' Theorem: .
Explanation:
This problem uses Bayes' Theorem. We first calculate the total probability of the evidence (the second marker being green) using the Law of Total Probability, and then find the portion of that probability that came from the 'Green-Green' path.
Problem 2:
Given that , , and , determine if events and are independent.
Solution:
- Use the Addition Rule to find : . \n2. . \n3. Check the condition for independence: . \n4. . \n5. Since , the events are not independent.
Explanation:
To check for independence, we compare the calculated intersection probability with the product of the individual probabilities. If they are not equal, the occurrence of one event affects the probability of the other.