Reading:  

Probability


Conditional Probability

Conditional Probability

Conditional Probability deals with dependent events

Independent Events

An event is independent if it is not affected by any event that goes before it.

Example

Conditional Probability

Rolling a die is an independent event.

Each roll of the die has size possible outcomes, and the result of a preceding roll does not affect the result of a current roll.

The chance of rolling a \(3\) is simply \(\dfrac{1}{6}\), regardless of how many times you have rolled the die before hand.

Each roll of the die is an independent event.


Dependent Events

Dependent Events are actually affected by what's happened before hand.

Let's start by thinking about drawing jelly babies out of a bag.

Conditional Probability

A bag contains 6 red jelly babies and 4 green jelly babies. The probability of drawing a red jelly baby out of the bag (without looking) is \(\dfrac{6}{10} = 0.6\), and the probability of drawing a green jelly baby out of the bag (without looking) is \(\dfrac{4}{10} = 0.4\).

On the right is a tree diagram for drawing a jelly baby out of this bag.


But, what happens next time you decide to draw a jelly baby out of the bag? If you eat the first jelly baby (so you can't put it back), things change. There are now only 9 jelly babies left in the bag.

Next time,

  • If you got a red jelly baby on the first draw, the chance of getting another red jelly baby on the second draw is \(\dfrac{5}{9}\).
  • If you got a red jelly baby on the first draw, the chance of getting a green jelly baby on the second draw is \(\dfrac{4}{9}\).
  • If you got a green jelly baby on the first draw, the chance of getting a red jelly baby on the second draw is \(\dfrac{6}{9} = \dfrac{2}{3}\).
  • If you got a green jelly baby on the first draw, the chance of getting another green jelly baby on the second draw is \(\dfrac{3}{9} = \dfrac{1}{3}\).
So, the chances change each time. The outcome of each event depends on what happened before hand.

Replacement

If we put the jelly baby back in the bag each time (that's too cruel!), then the chances do not change, and the events are independent.

Problems will often use words like with replacement to indicate that events are independent and without replacement to indicate that the events are dependent

It pays to read the problems carefully. Remember: with replacement, the chances do not change; without replacement, the chances change.

Tree Diagrams

Tree diagrams provide a great way of visualising what is going on, and keeping track of chances that either change (or don't change). Let's build a tree diagram for our jelly babies. No, Sam: that doesn't make them jelly monkeys!

Now we aren't putting the jelly babies back: the events are dependent.

On the first draw, there's a \(\dfrac{6}{10} = 0.6\) chance of getting a red jelly baby, and a \(\dfrac{4}{10} = 0.4\) chance of getting a green jelly baby. The tree diagram looks like this:

Conditional Probability

Let's draw another jelly baby, without replacing the first. It's OK, you can eat the first one. We calculated the probabilities earlier, so our tree diagram looks like this:

Conditional Probability
  • If you got a red jelly baby on the first draw, the chance of getting another red jelly baby on the second draw is \(\dfrac{5}{9}\).
  • If you got a red jelly baby on the first draw, the chance of getting a green jelly baby on the second draw is \(\dfrac{4}{9}\).
  • If you got a green jelly baby on the first draw, the chance of getting a red jelly baby on the second draw is \(\dfrac{6}{9} = \dfrac{2}{3}\).
  • If you got a green jelly baby on the first draw, the chance of getting another green jelly baby on the second draw is \(\dfrac{3}{9} = \dfrac{1}{3}\).

I want to know the probability of drawing two green jelly babies on my two goes. There is a \(\dfrac{4}{10}\) chance, followed by a \(\dfrac{1}{3}\) chance. We multiply these two probabilities to give:

Conditional Probability
So, the chance of drawing two green jelly babies is \(\dfrac{4}{10} \times \dfrac{1}{3} = \dfrac{4}{30} = \dfrac{2}{15}\).

Notation for Conditional Probability

Mathematicians love their notation. They don't use notation to annoy you, they use it to make it easier to express things, and more precise.

Here is the notation we use for conditional probability:

  • We use \(P(A)\) to refer to the probability that Event A occurs.
In our jelly baby example, Event A is "get a green jelly baby first", and it has a probability of \(\dfrac{4}{10} = 0.4\):
\(P(A) = 0.4\)
Event B is going to be "get a green jelly baby second." There are two ways that this could happen:
  • If you got a red jelly baby on the first draw, the chance of getting a green jelly baby on the second draw is \(\dfrac{4}{9}\).
  • If you got a green jelly baby on the first draw, the chance of getting another green jelly baby on the second draw is \(\dfrac{3}{9} = \dfrac{1}{3}\).
So we have to tell people which one we want. In our case we want the second one. We use the symbol | to stand for "given", so we want to find \(P(B|A)\), "the probability of B, given A", which we call the conditional probability.

For our jelly baby example,

\(P(B|A) = \dfrac{1}{3} \)
and the probability of getting two green jelly babies is:
Conditional Probability

In general, we write

\( P(A \text{ and } B) = P(A) \times P(B|A) \)

Example

100 tickets have been sold for a raffle. You have purchased 5 of them, and you are hoping to win the 2nd prize (the 1st prize is lame). What is the probability of failing to win 1st prize and winning second prize?

Event A is not winning 1st prize, and Event B is winning 2nd prize.

For Event A, there are 95 tickets in the raffle that are not your tickets. So the probability of losing first prize is:

\(P(A) = \dfrac{95}{100} = \dfrac{19}{20}\)

After removing the first prize winning ticket from the barrel, 99 tickets remain. 5 of them are yours. The probability of winning second prize is then

\(P(B|A) = \dfrac{5}{99}\).

So,

\(P(A \text{ and } B) = P(A) \times P(B|A) = \dfrac{19}{20} \times \dfrac{5}{99} = \dfrac{19}{396}\).

So the chance of winning second prize, but not first, is 19 in 396, or about \(4.8\%\).

A Formula for the Probability of B given A

We can rearrange the formula for the probability of A and B to give a formula for P(B|A) as follows:

\( \begin{align*} P(A \text{ and } B) &= P(A) \times P(B|A)\\ P(B|A) &= \dfrac{P(A\text{ and } B)}{P(A)} \end{align*} \)
after dividing both sides by \(P(A)\).

Example

\(80\%\) of your friends like dogs and \(40\%\) like both dogs and cats. What percentage of those who like dogs also like cats?

We need to find

\( \begin{align*} P(\text{cats}|\text{dogs}) &= \dfrac{P(\text{dogs and cats})}{P(\text{dogs})}\\ &= \dfrac{0.40}{0.80} = 50\% \end{align*} \)
So, \(50\%\) of your friends who like dogs also like cats.

Example: Gus and Alyce

Conditional Probability

Our neighbourhood speed demons, Gus the snail and his friend, Alyce, are having a race. Their friend, Christo is acting as the referee. The outcome of the race depends on the course chosen, and that is up to Christo.

There are two tracks that Christo can choose for the race. His favourite track is the leafy track, which he chooses with probability 0.8.

Gus has different probabilities of winning the race, depending on the track chosen:

  • His probability of winning on the leafy track is 0.6
  • His probability of winning on the dirt track is 0.3

What is the probability of Gus winning the race?

Conditional Probability

This example includes dependent events because the probability of Gus winning depends on which track Christo chooses. Let's build a tree diagram for this example. We begin with the two tracks that Christo might choose:

Conditional Probability

Because there are only two tracks to choose from, and Christo chooses the leafy track with probability 0.8, the probability of him choosing the dirt track is \(1 - 0.8 = 0.2\). Probabilities always add up to 1.

Now, if the leafy track is chosen, Gus has probability 0.6 of winning. So, the probability of Alyce winning on the leafy track is \(1 - 0.6 = 0.4\). Let's fill those probabilities in on the diagram:

Conditional Probability

What if the dirt track is chosen? Gus has probability 0.3 of winning there, so Alyce wins with probability \(1 - 0.3 = 0.7\). Let's fill in the rest of the diagram:

Conditional Probability

Now we can use our diagram to calculate the probabilities of Gus winning on each track. Follow the branches through to each outcome corresponding to a winning for Gus, and multiply the probabilities that appear on the branches on your path. Remember that

\( \begin{align*} P(A \text{ and }B) &= P (A) \times P(B|A) \end{align*} \)

The probability of the leafy track being chosen and Gus winning is given by

Conditional Probability
There is a 0.48 chance that the leafy track is chosen and Gus wins.

The probability of the dirt track being chosen and Gus winning is given by

Conditional Probability
There is a 0.06 chance that the dirt track is chosen and Gus wins.

Now, we add the values that we have calculated in our column:

\(0.48 + 0.06 = 0.54 \) chance of Gus winning the race.

Checking Our Work

We can check our work by calculating the other probabilities (i.e. of Alyce winning) and making sure that all the probabilities sum to 1:

Conditional Probability
Let's do the addition:
\(0.48 + 0.32 + 0.06 + 0.14 = 1.0 \)
It looks like we got it right. Yippee!!!

We have time for one last example.

Example: Missing Pieces

A warehouse holds 100 copies of a jigsaw puzzle. 5 of them are missing pieces. If we choose two copies of the puzzle at random, what is the probability that each one of them has all of its pieces?

Solution:

Let A be the event that the first puzzle chosen is not defective, and let B be the event that the second puzzle chosen is not defective. Then

\(P(A) = \dfrac{95}{100}\)
Given that the first chosen puzzle had all of its pieces, the second puzzle will be chosen from 94 good puzzles and 5 puzzles with missing pieces. So,
\(P(B|A) = \dfrac{94}{99}\)
and
\(P(A \text{ and } B) = P(A) \times P(B|A) = \dfrac{95}{100} \times \dfrac{94}{99} = \dfrac{893}{990}\)
is the probability that both puzzles will have all their pieces.

Note: We can extend this idea to three, or even more puzzles. We simply need to multiply our probabilities by more terms. Let's see what we do with three puzzles. Remember, we want none of them to be missing pieces, so we first need to find the probability that the third one has no missing pieces, given that the first two also have no missing pieces. Let C be the event that the third puzzle has no missing pieces.

Given that the first and second puzzles have no missing pieces, we need to choose our third puzzle from 93 good puzzles and 5 puzzles with missing pieces. So,

\(P(C|A,B) = \dfrac{93}{98}\)
and the probability that none of the three puzzles have missing pieces is given by
\(P(A \text{ and } B \text{ and } C) = P(A)P(B|A)P(C|A,B) = \dfrac{95}{100} \times \dfrac{94}{99} \times \dfrac{93}{99} \approx 0.8560.\)

Conclusion

Tree diagrams are useful for keeping track of dependent probability calculations.

Some useful formulas for conditional probability are

\( \begin{align*} P(A \text{ and } B) &= P(A) \times P(B|A)\\ P(B|A) &= \dfrac{P(A\text{ and } B)}{P(A)} \end{align*} \)

Description

In this mini series, you will learn a bit more on the topic of probability, we will cover topics such as 

  • Ratios
  • Fair dice
  • Conditional probability
  • Mutually exclusive events

and more



Audience

Year 10 or higher students

Learning Objectives

Explore more on the topic of probability

Author: Subject Coach
Added on: 28th Sep 2018

You must be logged in as Student to ask a Question.

None just yet!