Two Successes (Without Replacement)

\( P=\tfrac{k}{n}\times\tfrac{k-1}{n-1} \)
Probability GCSE

Bag with 3 black, 2 white. Probability of two whites without replacement?

Tips: use ^ for powers, sqrt() for roots, and type pi for π.
Hint (H)
\( First=2/5, Second=1/4 \)

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)

  1. Identify \(n\), the total items.
  2. Identify \(k\), the number of favourable outcomes.
  3. Compute first probability = \(k/n\).
  4. Compute second probability = \((k-1)/(n-1)\).
  5. 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

  1. Example 1: Bag has 3 red, 5 blue. Probability of two reds without replacement: \(P=(3/8)\times(2/7)=6/56=3/28\).
  2. 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
  1. Bag: 3 red, 5 blue. Probability of two reds without replacement.
    1. \( First=3/8 \)
    2. \( Second=2/7 \)
    3. \( Multiply=6/56=3/28 \)
    Answer: 3/28
  2. Deck of 52. Two hearts without replacement.
    1. \( First=13/52 \)
    2. \( Second=12/51 \)
    3. \( Multiply=156/2652=1/17 \)
    Answer: 1/17
  3. Bag: 4 green, 6 yellow. Two greens without replacement.
    1. \( First=4/10 \)
    2. \( Second=3/9=1/3 \)
    3. \( Multiply=4/10×1/3=4/30=2/15 \)
    Answer: 2/15
  4. Jar: 2 red, 3 blue, 5 black. Two reds without replacement.
    1. \( First=2/10=1/5 \)
    2. \( Second=1/9 \)
    3. \( Multiply=1/45 \)
    Answer: 1/45
  5. Deck of 52. Two aces without replacement.
    1. \( First=4/52=1/13 \)
    2. \( Second=3/51=1/17 \)
    3. \( Multiply=1/221 \)
    Answer: 1/221
  6. Bag: 7 green, 3 red. Two greens without replacement.
    1. \( First=7/10 \)
    2. \( Second=6/9=2/3 \)
    3. \( Multiply=14/30=7/15 \)
    Answer: 7/15
  7. Deck of 52. Two kings without replacement.
    1. \( First=4/52=1/13 \)
    2. \( Second=3/51=1/17 \)
    3. \( Multiply=1/221 \)
    Answer: 1/221
  8. Bag: 5 black, 2 white. Two whites without replacement.
    1. \( First=2/7 \)
    2. \( Second=1/6 \)
    3. \( Multiply=2/42=1/21 \)
    Answer: 1/21
  9. Bag: 12 balls (5 red, 7 blue). Two reds without replacement.
    1. \( First=5/12 \)
    2. \( Second=4/11 \)
    3. \( Multiply=20/132=5/33 \)
    Answer: 5/33
  10. Deck of 52. Two spades without replacement.
    1. \( First=13/52=1/4 \)
    2. \( Second=12/51 \)
    3. \( Multiply=12/204=1/17 \)
    Answer: 1/17