A bag contains 8 red counters, 9 green counters and 3 yellow counters.
- A counter is chosen at random and then replaced.
What is the probability that it is not a yellow counter? [1] - x green counters are removed from the bag.
The probability of choosing a red counter is now .
Find the value of x. [1]
Worked solution
(a) The bag holds 8 + 9 + 3 = 20 counters, 3 of them yellow, so P(yellow) = .
P(not yellow) = 1 − =
(b) Only green counters leave, so there are still 8 red counters, and 20 − x counters altogether:
⇒ 24 = 2(20 − x) = 40 − 2x
2x = 16, so x = 8.
Check: 20 − 8 = 12 counters are left, and = ✓ — and taking 8 of the 9 green counters is something the bag can actually stand.
Why this works. Part (a) is the complement, taken after the three numbers are totalled, because 20 is the denominator the whole question runs on. "Replaced" changes nothing in (a) and tells you (b) starts from the full bag of 20. In (b) only green counters leave, so the numerator stays at 8 while the total becomes 20 − x, not 8 − x.