Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

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 P(AB)=P(A and B)P(B)P(A|B) = \frac{P(A \text{ and } B)}{P(B)}, as long as P(B)>0P(B) > 0. 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.

Understanding Conditional Probability

A two-way table is often the safest place to start. Put one category in the rows and another in the columns. Each cell then counts outcomes that belong to both categories.

For example, a school survey may record whether students walk to school and whether they arrive on time. To find the chance of arriving on time among walkers, use only the walker row. Add the numbers in that row for the new total, then compare the on-time walker cell with that row total.

A common mistake is to divide by the total number of students in the whole survey. That answers a different probability.

Tree diagrams are useful when events happen in stages. Each branch represents a possible result at one stage, and branch probabilities describe the chance after following the earlier branch. To find the probability of one complete path, multiply the probabilities along that path.

To find the probability of several paths that end in the same result, add the path probabilities. This is helpful for repeated trials, selecting objects without replacement, and tests with different possible results.

When an object is not replaced, the first selection changes what remains. The probabilities on later branches must then change too.

The order of the words matters a great deal. The chance of having a condition among people with a positive test result is not usually the same as the chance of a positive result among people who have the condition. Medical tests show why this distinction matters.

A test can detect most people who are ill, yet a positive result may still not mean illness is likely if the condition is rare. False positive results can outnumber true positive results in a large group.

Start with realistic counts, such as ten thousand people, rather than jumping straight to percentages. A table of counts often makes the result much easier to see.

Conditional probability helps identify whether events affect each other. If knowing one result changes the chance of another, the events are dependent. Drawing cards without replacement is dependent because each card removed changes the deck.

Tossing a fair coin twice is independent because the first toss does not change the second. Students should pay close attention to the group named after words such as among, given, of those, or after. That wording tells you the new reference group.

Check that your denominator counts exactly that group. Finally, use data carefully. A pattern in a survey may show association, but it does not prove that one factor causes the other.

Key Facts

  • Conditional probability formula: P(AB)=P(A and B)P(B)P(A|B) = \frac{P(A \text{ and } B)}{P(B)}, for P(B)>0P(B) > 0
  • Equivalent form: P(BA)=P(A and B)P(A)P(B|A) = \frac{P(A \text{ and } B)}{P(A)}, for P(A)>0P(A) > 0
  • Multiplication rule: P(A and B)=P(AB)P(B)=P(BA)P(A)P(A \text{ and } B) = P(A|B)P(B) = P(B|A)P(A)
  • If AA and BB are independent, then P(AB)=P(A)P(A|B) = P(A) and P(BA)=P(B)P(B|A) = P(B)
  • Bayes' theorem: P(A|B) = [P(B|A)P(A)] / P(B)
  • Total probability idea: P(B)=P(BA)P(A)+P(Bnot A)P(not A)P(B) = P(B|A)P(A) + P(B|\text{not } A)P(\text{not } A)

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 P(AB)=P(A)P(B)P(A|B) = \frac{P(A)}{P(B)}, which is wrong because conditional probability depends on the overlap P(A and B)P(A \text{ and } B), 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. 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. 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. 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.