No history yet

Conditional Probability

When a 'Maybe' Becomes a 'Likely'

Imagine you're about to head out. You glance at the sky. It's a mix of sun and clouds. The weather app says there's a 30% chance of rain. That's a simple probability.

But then, as you're grabbing your keys, you see dark, heavy clouds rolling in. Does the chance of rain still feel like 30%? Probably not. You've just received new information—the dark clouds—and you've updated your prediction. Your brain just did a conditional probability calculation.

Conditional probability is the likelihood of an event occurring, given that another event has already happened.

We're constantly adjusting our expectations based on new data. If a student has perfect attendance, what's the probability they'll pass the class? If a patient has certain symptoms, what's the probability they have a specific illness? These are all questions about conditional probability.

We use a special notation for this: P(AB)P(A|B). This is read as "the probability of event A, given event B." The vertical bar means "given."

P(AB)=P(AB)P(B)P(A|B) = \frac{P(A \cap B)}{P(B)}

Putting It to Work

Let's make this concrete with a standard deck of 52 cards. What's the probability of drawing a King, given that you know the card you've drawn is a face card (Jack, Queen, or King)?

Let's define our events:

  • Event A: Drawing a King.
  • Event B: Drawing a face card.

We want to find P(AB)P(A|B).

First, let's find the individual probabilities:

  1. Probability of B, P(B)P(B): There are 12 face cards (3 in each of the 4 suits) in a 52-card deck. So, P(B)=1252=313P(B) = \frac{12}{52} = \frac{3}{13}.
  2. Probability of A and B, P(AB)P(A \cap B): This is the probability of drawing a card that is both a King and a face card. Since all Kings are face cards, this is just the probability of drawing a King. There are 4 Kings. So, P(AB)=452=113P(A \cap B) = \frac{4}{52} = \frac{1}{13}.

Now we can plug these into our formula.

P(AB)=P(AB)P(B)=4/5212/52=412=13P(A|B) = \frac{P(A \cap B)}{P(B)} = \frac{4/52}{12/52} = \frac{4}{12} = \frac{1}{3}

The result makes perfect sense. If you know you're holding a face card, there are only 12 possibilities. Out of those 12 cards, 4 of them are Kings. So the chance is 4 out of 12, or 1 in 3.

Notice that the original probability of drawing a King, P(A)P(A), was 113\frac{1}{13}. But once we knew it was a face card, the probability increased to 13\frac{1}{3}. The additional information changed the odds.

Key Properties

Conditional probability follows a few logical rules.

First, if we know for certain that event B has happened, the probability of B happening given that B happened is, well, 100%. In mathematical terms, P(BB)=1P(B|B) = 1. This makes sense, as we're asking for the probability of an event that we already know is a certainty.

If two events, A and C, cannot happen at the same time (they are mutually exclusive), then the probability of A or C happening, given B, is the sum of their individual conditional probabilities: P(ACB)=P(AB)+P(CB)P(A \cup C | B) = P(A|B) + P(C|B).

For example, what is the probability of drawing a King or a Queen, given that you drew a face card? These are mutually exclusive events, you can't draw a card that is both a King and a Queen.

  • The probability of a King given a face card is 13\frac{1}{3}.
  • The probability of a Queen given a face card is also 13\frac{1}{3}.

So, the probability of a King or a Queen given a face card is 13+13=23\frac{1}{3} + \frac{1}{3} = \frac{2}{3}. This checks out: out of 12 face cards, 8 are either a King or a Queen ( rac{8}{12} = \frac{2}{3}).

Quiz Questions 1/5

How is the notation P(AB)P(A|B) correctly read?

Quiz Questions 2/5

A standard six-sided die is rolled. What is the probability of rolling a 2, given that the number rolled is an even number?

Understanding how new information changes probabilities is a critical skill, not just in statistics, but in everyday reasoning and decision-making.