Conditional Probability and Dependence
Imagine drawing a card from a deck before a friend draws the next one. Does your card change the probability of what your friend can draw? Without replacement, it often does. Conditional probability calculates the second probability using what is already known.
In a finite sample space with equally likely outcomes, the conditional probability of event given event is the fraction of outcomes in that also belong to . If conditioning on changes the probability of , the events are dependent. If the probability stays the same, they are independent.
Before calculating the next probability, restrict the possible outcomes using the condition that is already known.
Mathematical Formula and Notation
For events and with , conditional probability is defined by:
The quantities in this formula are:
- is the probability of under the condition that occurred
- is the probability that and both occur
- is the probability of the conditioning event
Rearranging the definition gives the general multiplication rule:
If the events are independent, learning does not change the probability of :
Application to Card Drawing
Drawing without replacement changes the sample space after each card leaves the deck. Both examples below update the probabilities at the second draw. Because the first card is not returned, the denominator of the second probability is one smaller.
Ace and King Scenario
A standard deck has . It contains and . Two cards are drawn without replacement. What is the probability of drawing an Ace first and a King second?
Step-by-step analysis:
Let:
- Event is drawing an Ace first
- Event is drawing a King second
Probability calculation:
After one Ace is drawn, remain. All are still present, so the conditional probability of drawing a King is .
Probability of Drawing Two Hearts in Sequence
To see how the favorable count can change, consider drawing two Hearts in a row:
- First draw:
- Second draw after getting a heart:
The probability of drawing Hearts on both draws is therefore:
Application in Management Selection
A company reviews the distribution of managers by gender and job level. Its data has the following composition:
| Management Position | Male | Female | Total |
|---|---|---|---|
| Senior (S) | |||
| Middle (M) | |||
| Junior (J) | |||
| Total |
Let denote the event that a selected manager is male.
The company randomly selects two managers without replacement for a committee. The probability that both selected managers are male is:
After selecting one male manager, there are total managers remaining with male managers, so the probability of selecting a second male manager decreases to .
How to Update the Sample Space Before Multiplying
The first step below replaces the original sample space with the outcomes that remain. The later steps show how that replacement separates a conditional probability from an independent product.
Update the Sample Space Before Multiplying
To solve conditional probability problems:
- Identify the events first and second clearly
- Determine the conditions after the first event occurs
- Calculate the probability of the first event from initial conditions
- Calculate the conditional probability of the second event after the first event
- Multiply both probabilities to get the joint probability
Difference from Ordinary Probability
For independent events, the condition does not change the next probability. For dependent events, the known outcome changes either the favorable count, the total count, or both.
Concrete example: drawing two Aces
Suppose we want to calculate the probability of getting two aces in succession from a standard deck (, aces). Let denote the event that the first card is an ace and the event that the second card is an ace.
-
Independent Probability (With Replacement):
If after drawing the first card, the card is returned and the deck is reshuffled:
-
Dependent Draw (Without Replacement):
If the first card is not returned:
Result Comparison:
- Independent probability:
- Conditional probability:
In this example, drawing without replacement gives a smaller result because the number of remaining Aces decreases from to , while the total cards decrease from to .
Exercises
-
A box contains and . If two balls are drawn sequentially without replacement, calculate the probability of getting a red ball on the first draw and a blue ball on the second draw.
-
A deck of cards is shuffled randomly. Three cards are drawn successively without replacement. What is the probability of getting an Ace on the first draw, a King on the second draw, and a Queen on the third draw?
Try each exercise before reading its worked solution. At every draw, write both the favorable count and the new total before multiplying.
Worked Solutions
-
Solution:
Let be getting a red ball first, and let be getting a blue ball second
Total initial balls is
After drawing one red ball, there are remaining in total ( red, blue). The number of blue balls does not change (remains ), so the probability of drawing a blue ball second is .
-
Solution:
Let be getting an Ace first, let be getting a King second, and let be getting a Queen third
A standard deck has , including Aces, Kings, and Queens.
Each draw reduces the total number of cards (→→). The next required rank still has all cards available: drawing an Ace does not remove a King, and drawing a King does not remove a Queen.