Part (a)
<h3>Answer:
(n-2)/n</h3>
----------------
Explanation:
There are n-1 green counters to start out of n counters total.
The probability of selecting a green counter is (n-1)/n
The probability of selecting a second green counter is (n-2)/(n-1) since we're not putting the first counter back.
Multiplying the two fractions leads to (n-2)/n
Note how the (n-1) terms cancel.
===============================================================
Part (b)
<h3>Answer: 19 green counters</h3>
----------------
Explanation:
We set the result of part (a) equal to 0.9 and solve for n
(n-2)/n = 0.9
(n-2)/n = 9/10
10(n-2) = 9n ... cross multiply
10n-20 = 9n
10n-9n = 20
n = 20
We have 20 counters in the bag. One counter is yellow and the remaining n-1 = 20-1 = 19 are green.
The probability of getting one green counter is 19/20
The probability of a second green counter is 18/19
The probability of two green counters is (19/20)*(18/19) = 18/20 = 9/10 = 0.9
This helps confirm the answer.