Bag: 6 balls (2 green, 4 yellow). Probability of two greens without replacement?
Explanation
Show / hide — toggle with X
Statement
When drawing without replacement, the probability of two successes changes after the first draw. The formula is:
\[ P = \frac{k}{n} \times \frac{k-1}{n-1} \]
Here, \(k\) is the number of favourable outcomes, and \(n\) is the total outcomes.
Why it’s true
The probability of success on the first draw is \(\frac{k}{n}\).
After removing one success, there are now \(k-1\) favourable items left out of \(n-1\) total items.
Therefore, probability of two successes in a row is the product:
\(\frac{k}{n} \times \frac{k-1}{n-1}\).
Recipe (how to use it)
Identify \(n\), the total items.
Identify \(k\), the number of favourable outcomes.
Compute first probability = \(k/n\).
Compute second probability = \((k-1)/(n-1)\).
Multiply them together.
Spotting it
If the problem says “without replacement”, then probabilities change after the first draw. This is the key signal.
Common pairings
Hypergeometric distribution (general case of several successes without replacement).
Comparisons with “with replacement” probabilities.
Mini examples
Example 1: Bag has 3 red, 5 blue. Probability of two reds without replacement:
\(P=(3/8)\times(2/7)=6/56=3/28\).
Example 2: Deck of 52 cards, probability of two hearts without replacement:
\(P=(13/52)\times(12/51)=156/2652=1/17\).
Pitfalls
Forgetting that the denominator decreases on the second draw.
Using the “with replacement” square formula by mistake.
Exam strategy
Always check wording: “without replacement” means dependent events.
Write both fractions separately before multiplying.
Simplify step by step to avoid mistakes.
Summary
The formula \(P=\frac{k}{n}\times\frac{k-1}{n-1}\) calculates the probability of two dependent successes without replacement. It reflects how both numerator and denominator shrink after the first success.
Worked examples
Show / hide (10) — toggle with E
Bag: 3 red, 5 blue. Probability of two reds without replacement.
\( First=3/8 \)
\( Second=2/7 \)
\( Multiply=6/56=3/28 \)
Answer:
3/28
Deck of 52. Two hearts without replacement.
\( First=13/52 \)
\( Second=12/51 \)
\( Multiply=156/2652=1/17 \)
Answer:
1/17
Bag: 4 green, 6 yellow. Two greens without replacement.
\( First=4/10 \)
\( Second=3/9=1/3 \)
\( Multiply=4/10×1/3=4/30=2/15 \)
Answer:
2/15
Jar: 2 red, 3 blue, 5 black. Two reds without replacement.
\( First=2/10=1/5 \)
\( Second=1/9 \)
\( Multiply=1/45 \)
Answer:
1/45
Deck of 52. Two aces without replacement.
\( First=4/52=1/13 \)
\( Second=3/51=1/17 \)
\( Multiply=1/221 \)
Answer:
1/221
Bag: 7 green, 3 red. Two greens without replacement.
\( First=7/10 \)
\( Second=6/9=2/3 \)
\( Multiply=14/30=7/15 \)
Answer:
7/15
Deck of 52. Two kings without replacement.
\( First=4/52=1/13 \)
\( Second=3/51=1/17 \)
\( Multiply=1/221 \)
Answer:
1/221
Bag: 5 black, 2 white. Two whites without replacement.
\( First=2/7 \)
\( Second=1/6 \)
\( Multiply=2/42=1/21 \)
Answer:
1/21
Bag: 12 balls (5 red, 7 blue). Two reds without replacement.