Skip to main content

Section 4.5 Conditional Probability

When finding the probability of an event, sometimes you may need to consider past history and how it might affect things. Indeed, you might think that when the local station forecasts rain then the probability of it actually raining should be greater than if they forecast fair skies. At least that is the hope. :) In this section, you will develop a way to deal with the probability of some event that might change dependent upon the occurence or not of some other event.
Indeed, consider what happens when you keep on dealing a hand of five cards from a shuffled deck but without replacement. Notice how the probability of the same thing (such as P(getting a Heart on the next card)) oscillates based upon what cards came out of the deck on previous hands.
Now, consider the case when you put the cards back in, reshuffle, and then get 5 new cards...
Consider a box with three balls: one Red, one White, and one Blue. Using an equally likely 4.3.11 assumption, the probability of randomly pulling out a Red ball should be 1/3. That is P(Red) = 1/3.
However, suppose that for a first trial you pull out the White ball and set it aside. Attempting to pull out another ball leaves you with only two options and so the probability of randomly pulling out a Red ball is 1/2. Notice that the probability changed for the second trial dependent on the outcome of the first trial.
Consider a deck of 52 standard playing cards and a success occurs when a Heart is selected from the deck. When extracting one card randomly, the probability of that card being a Heart is P(Heart) = 13/52.
Now, assume that one card has already been extracted and set aside. Next, prepare to extract another. If the first card drawn was a Heart, then there are only 12 Hearts left for the second draw. However, if the first card drawn was not a Heart, then there are 13 Hearts available for the second draw. To compute this probability correctly, one need to formulate the question so that subadditivity can be utilized.
Let H1 be the outcome Heart on 1st draw and H2 be the outcome Heart on 2nd draw. Then,
P(Heart on 2nd draw)=P([H1H2][H1cH2])=P(H1H2)+P(H1cH2)=|H1H2||P(Number of ways to get two cards|+|H1cH2||Number of ways to get two cards|=13521251+39521351=12451+313451

Definition 4.5.3. Conditional Probability.

For sets A and B,
P(B|A)=P(AB)P(A),
provided P(A)>0.
You can read P(B|A) as "the probability of B given A".
By definition, for any event probability must be nonnegative. Therefore
P(AB)0.
So,
P(B|A)=positive or zeropositive0.
Further,
P(S|A)=P(AS)/P(A)=P(A)/P(A)=1.
For the third part, we will only consider the case when there are two disjoint sets B and C. Then,
P(BC|A)=P(A(BC)P(A)=P((AB)(AC))P(A)=P(AB)P(A)+P(AC)P(A)=P(B|A)+P(C|A).
If P(A)=0 or P(B)=0, then the result is trivial. Otherwise, unravel the definition of conditional probability 4.5.3 by taking the denominator to the other side. Also note that you can write AB=BA.
A bag contains 4 red marbles and 5 white marbles. Two marbles are drawn in succession without replacement. Find the probabilities of the following events:
1. The first marble drawn is red and the second is white.
Answer:
2. Both marbles drawn are red.
Answer:
Answer 1.
49524
Answer 2.
494124
See how you had to break the given question up into two disjoint pieces.