Leave lesson

Probability · Combined events & tree diagrams

1 / 19

Probability without replacement

Why the second pick happens in a smaller, changed bag — so the total always drops by one but a colour's count drops only if that colour was taken — and how that turns "one of each", "at least one" and the reverse quadratic questions.

Probability · Combined events & tree diagrams

Probability without replacement

Why the second pick happens in a smaller, changed bag — so the total always drops by one but a colour's count drops only if that colour was taken — and how that turns "one of each", "at least one" and the reverse quadratic questions.

Why it works

Without replacement means the first thing you take is not put back before you take the second. That one sentence is the whole topic — but it has two consequences, and almost everybody remembers only one of them.

Work with a real bag: 5 red counters and 3 blue counters, 88 in total. Two counters are taken, one after the other, without replacement.

Why you multiply along a path. Label the counters R1,,R5R_1,\dots,R_5 and B1,B2,B3B_1,B_2,B_3, and think of the two picks as an ordered pair. There are 88 counters you could take first and, whichever one it was, 77 left to take second, so there are

8×7=56 equally likely ordered pairs.8 \times 7 = 56 \text{ equally likely ordered pairs.}

How many of those are red-then-red? There are 55 reds you could take first, and then 44 reds still sitting in the bag, so 5×4=205 \times 4 = 20 pairs. Hence

P(both red)=5×48×7=2056=514.P(\text{both red}) = \frac{5 \times 4}{8 \times 7} = \frac{20}{56} = \frac{5}{14}.

Now split that fraction up: 5×48×7=58×47\frac{5\times 4}{8 \times 7} = \frac{5}{8} \times \frac{4}{7}. Multiplying along the branches isn't a new rule at all — it is that counting fraction, written as two fractions.

What changes on the second pick. Compare the 8×78 \times 7 with the 5×45 \times 4:
  • The total goes down by one every single time, because one counter has
left the bag whatever colour it was. The denominator always runs 878 \to 7.
  • A colour's count goes down by one **only for the colour you actually
took. Take a red and the reds run 545 \to 4 while the blues stay on 33. Take a blue and the blues run 323 \to 2 while the reds stay on 55.

The trap, made concrete. By far the most common mistake is to change the denominator and leave the numerator alone:

58×57=2556wronginstead of58×47=2056right\underbrace{\frac{5}{8}\times\frac{5}{7} = \frac{25}{56}}_{\text{wrong}} \qquad\text{instead of}\qquad \underbrace{\frac{5}{8}\times\frac{4}{7} = \frac{20}{56}}_{\text{right}}

That's 0.4460.446 against 0.3570.357 — nowhere near each other, so this is a genuinely wrong answer, not a rounding wobble. And it feels right: the total went down, so it seems the "without replacement" instruction has been obeyed. But read 57\frac{5}{7} out loud: it claims that
5 of the 7 counters still in the bag are red, and after a red has been removed there are only 44. It describes a bag that never existed. In the counting picture it allows the red taken first to be picked again second — replacement wearing a disguise.

Here is a check that catches it instantly. On any branch of the tree, the probabilities coming out of that branch must have the same denominator and their
numerators must add up to it. After a red is taken: 47\frac{4}{7} red and 37\frac{3}{7} blue, and 4+3=74 + 3 = 7 ✓. The wrong version gives 57\frac{5}{7} and 37\frac{3}{7}, whose numerators add to 88 — a set of probabilities summing to more than 11. The working was doomed before it reached an answer.

The tree is lopsided.** With replacement, the second-pick probabilities are identical on every branch. Without replacement they differ branch by branch, because a different bag survives:
First pickBag left behindSecond pickPath probability
red (58)\left(\frac{5}{8}\right)4 red, 3 bluered 47\frac{4}{7} · blue 37\frac{3}{7}RR 2056\frac{20}{56} · RB 1556\frac{15}{56}
blue (38)\left(\frac{3}{8}\right)5 red, 2 bluered 57\frac{5}{7} · blue 27\frac{2}{7}BR 1556\frac{15}{56} · BB 656\frac{6}{56}
Notice 57\frac{5}{7} is correct on the lower branch — a blue left, so all 55 reds are still there. The same fraction is right in one place and wrong in another; only the bag decides. The four paths total 5656=1\frac{56}{56} = 1 ✓.

"One of each" needs TWO branches. "One red and one blue" doesn't say which came first, and red-then-blue and blue-then-red are different ordered pairs — so both paths count:

P(one of each)=1556+1556=3056=1528.P(\text{one of each}) = \frac{15}{56} + \frac{15}{56} = \frac{30}{56} = \frac{15}{28}.

Using one branch alone halves the answer. The two products happen to be equal here (5×35\times3 and 3×53\times5 are the same numbers reordered), so doubling one of them is a legitimate shortcut — but only for two different colours. Never double a "both the same" calculation.

"At least one" is easiest backwards. "At least one blue" covers RB, BR and BB — three paths to add. Its opposite is "no blues at all", which is both red — a single path:

P(at least one blue)=12056=3656=914.P(\text{at least one blue}) = 1 - \frac{20}{56} = \frac{36}{56} = \frac{9}{14}.

(Directly: 15+15+6=3615 + 15 + 6 = 36 ✓.) The opposite of "at least one blue" is not "both blue" — that is the opposite of "at least one red".

Three picks. Nothing new: three fractions, totals 8,7,68, 7, 6, and each colour's count dropping each time that colour is used. P(three reds)=58×47×36=60336=528P(\text{three reds}) = \frac{5}{8}\times\frac{4}{7}\times\frac{3}{6} = \frac{60}{336} = \frac{5}{28}.

Going backwards — why a quadratic appears. Suppose the bag holds nn red and kk blue, with nn unknown. Then nn sits in the numerator and inside the total, and both drop by one on the second pick:

P(both red)=nn+k×n1n+k1=n(n1)(n+k)(n+k1).P(\text{both red}) = \frac{n}{n+k}\times\frac{n-1}{n+k-1} = \frac{n(n-1)}{(n+k)(n+k-1)}.

Set that equal to the probability the question gives you and clear the fractions. Each side is then a product of two brackets containing nn, so each side produces an n2n^2 — and they don't cancel. The quadratic is the price of the numerator and the denominator both moving: it is the algebraic fingerprint of "without replacement".