Hi I'm sure this is an easy answer but I cant seem to figure this out I am having a tough time understanding the following question:
Using Classical Probability, what is the probability of flipping 3 coins and getting 2 heads and 1 tails.
Thank you,
Hi I'm sure this is an easy answer but I cant seem to figure this out I am having a tough time understanding the following question:
Using Classical Probability, what is the probability of flipping 3 coins and getting 2 heads and 1 tails.
Thank you,
So it is the probability to get either : $HHT$, $HTH$ or $THH$.
Note that every throw is independent of the other. Therefore assuming a fair coin you have that $P(HHT) = P(HTH) = P(THH) = 1/8$.
I let you think about why we have this "$1/8$". Note also these 3 events are disjoint.
The total number of ordered outcomes is $8 = 2 \times 2 \times 2 $ and 3 of these are comprised of 2 H and 1 T so the answer is $\frac{3}{8}$.
Another way of viewing this is as a sequence of independent Bernoulli trials resulting in a Binomial distribution $B(3,\frac{1}{2})$ as you have 3 trials with the probability of success upon each trial = $1/2$. The number of successes (H) here is $X=2$ and number of fails (T) is 1 so the probability is again $P(X=2) = {3 \choose 2}\frac{1}{2}^{2}\frac{1}{2} = \frac{3}{8}$