Learn/Combinatorics/Conditional Probability
Combinatorics • Topic 21

Conditional Probability

Conditional probability measures the probability of an event given that another event has already occurred. This updates our sample space based on new information.

Definition

Definition (Conditional Probability)
The probability of event given event (where ) is:

This formula essentially restricts the sample space to and checks what fraction of is also in .

Multiplication Rule

Rearranging the definition gives:
This is useful for multi-stage experiments (Probability Trees).
Example (Drawing Cards)
Two cards are drawn from a deck without replacement. Probability both are Aces? Let be "First is Ace", be "Second is Ace". . (only 3 aces left in 51 cards). .

The "Two Children" Paradox

Problem: A family has two children. Given that at least one is a girl, what is the probability that both are girls?
  • Sample Space: (equally likely).
  • Event (At least one Girl): .
  • Event (Both Girls): .
  • . (Not 1/2!)

Practice Problems

Exercise (Problem 1)
A die is rolled. If the outcome is odd, what is the probability it is prime?
Exercise (Problem 2)
Use the multiplication rule to find the probability of drawing 3 Red cards in a row from a standard deck.
Exercise (Problem 3)
Urn A has 3 Red, 2 Blue balls. Urn B has 2 Red, 8 Blue balls. A fair coin chooses the urn. If a Red ball is drawn, what is the probability it came from Urn A? (Bayes' Theorem intro).