Updated_Conditional_Probability_Assignment
Updated_Conditional_Probability_Assignment
1. Introduction
Conditional probability refers to the probability of an event occurring given that another event has already
occurred. This concept is crucial in real-life situations where we gain additional information and need to
update our predictions accordingly. For instance, in medical diagnosis, knowing a person has a certain
2. Definition
The conditional probability of an event A given that event B has occurred is denoted by:
Where:
This formula helps in narrowing down the sample space to only those outcomes where B has occurred.
3. Example Problem
Example 1:
A box contains 3 red balls and 2 blue balls. One ball is drawn at random and not replaced. Then a second
ball is drawn. Find the probability that both balls are red.
Solution:
Assignment on Conditional Probability
Example 2:
A student has a 70% chance of passing mathematics and an 80% chance of passing English. If the
probability of passing both is 60%, what is the probability the student passes math given that they passed
English?
So, there's a 75% chance the student passed math given they passed English.
1. Multiplication Rule:
2. Bayes' Theorem:
This theorem is especially useful when trying to find the reverse probability.
Assignment on Conditional Probability
3. Independent Events:
Independence implies that one event occurring does not affect the probability of the other.
5. Visual Understanding
A Venn diagram can help visualize conditional probability. When conditioning on event B, we consider only
the area within B. The proportion of that area which overlaps with A gives P(A|B).
Also, probability trees are useful tools to represent sequential events and compute conditional probabilities
step-by-step.
6. Applications
- Medical testing: Estimating the probability of having a disease after a positive test result (e.g., COVID-19
testing).
- Machine learning: Algorithms like Naive Bayes classifier are based on conditional probabilities.
7. Conclusion
Conditional probability is a foundational tool in statistics and real-world decision making. It allows us to refine
our estimates and make better predictions by incorporating relevant information. Mastery of this concept is
8. References
- Class textbook
- Khan Academy