Conditional Probability
Updating Probability with New Information
Related Tools
Related Labs
Related Worksheets
Related Cheat Sheets
Conditional probability describes the chance that one event happens when you already know that another event has happened. It matters because many real situations involve partial information, such as medical testing, weather forecasts, and quality control. Instead of looking at the whole sample space, conditional probability narrows attention to a smaller relevant set of outcomes. This helps students model uncertainty more accurately.
The key idea is to restrict the sample space to the given event and then measure how much of that restricted space also satisfies the event of interest. The main formula is , as long as . This connects naturally to intersection, independence, and Bayes' theorem. Visual tools such as Venn diagrams, tables, and tree diagrams make these relationships easier to interpret.
Key Facts
- Conditional probability formula: , for
- Equivalent form: , for
- Multiplication rule:
- If and are independent, then and
- Bayes' theorem: P(A|B) = [P(B|A)P(A)] / P(B)
- Total probability idea:
Vocabulary
- Conditional probability
- The probability that an event occurs given that another event is already known to have occurred.
- Intersection
- The set of outcomes that belong to both events, written as A and B.
- Sample space
- The complete set of all possible outcomes in a probability experiment.
- Independent events
- Events are independent if knowing one happened does not change the probability of the other.
- Bayes' theorem
- A rule that reverses conditional probabilities by relating P(A|B) to P(B|A), P(A), and P(B).
Common Mistakes to Avoid
- Using , which is wrong because conditional probability depends on the overlap , not just the separate probabilities.
- Confusing P(A|B) with P(B|A), which is wrong because these probabilities usually have different restricted sample spaces and are not generally equal.
- Forgetting to check that P(B) > 0, which is wrong because division by zero makes P(A|B) undefined when the given event cannot occur.
- Assuming events are independent without evidence, which is wrong because many problems involve dependence and then P(A|B) is not equal to P(A).
Practice Questions
- 1 In a class, 18 students play sports, 12 students are in band, and 7 do both. If a randomly chosen student is known to be in band, what is the probability that the student also plays sports?
- 2 A factory finds that 4% of items are defective. A test correctly identifies a defective item 90% of the time and incorrectly labels a good item as defective 8% of the time. What is the probability that a randomly chosen item tests defective?
- 3 A student says that because P(rain|cloudy) is high, P(cloudy|rain) must be the same. Explain why this reasoning is not generally correct.