.
1) There are 4 golden coins and 8 iron coins in a bag. You select one coin from the bag,
if it is a golden coin, you keep it; but if it is an iron coin, you put it back in the bag.
Find the probability of earning exactly 2 golden coins after:
a) Two consecutive selections
b) Three consecutive selections
~~~~~~~~~~~~~~~~~~
I read, interpret and solve part (b) in other way (differently) than tutor @greenestamps.
Part (b)
There are 3 paths that lead to earning 2 golden coins after three selections:
(Golden, Golden, Iron); (Golden; Iron; Golden), and (Iron, Golden, Golden).
The partial/individual probabilities are
P(GGI) = = = 0.072727273 (rounded);
P(GIG) = = = 0.066115702 (rounded);
P(IGG) = = = 0.060606061 (rounded).
Next, I calculate the sum of the found partial probabilities and get the ANSWER:
P(to earn 2 golden coins after 3 selections) = 0.072727273 + 0.066115702 + 0.060606061 = 0.199449 (rounded).
Solved.