Probability of Exactly Two Heads in Four Coin Flips

probability

When you flip a coin four times, what is the probability that it will come up heads
exactly twice?

My calculation:

  • we have $2$ results for one flip : up or down
  • so flip $4$ times, we have $4\cdot2 = 8$ results total

Thus the probability is: $2/ 8 = 0.25 $
but the correct answer is $0.375$. Can anyone explain why I'm wrong?

Best Answer

My calculation:

we have 2 results for one flip : up or down so flip 4 times, we have 4x2 = 8 results total

Two results for each of four coin flips. When ways to perform tasks in series, we multiply. So that is $2\times 2\times 2\times 2$ results in total. That is $2^4$ or $16$.

For the favourable case we need to count the ways to get $2$ heads and $2$ tails. The count of permutations of two pairs of symbols is: $\frac{4!}{2!2!}=6$. This is easily confirmed by just counting.

$$\Bigl|\{\mathsf {HHTT, HTHT, HTTH, THHT, THTH, TTHH}\}\Bigr|=6$$

Thus the probability is: $\tfrac{\;6}{16}$, or: $$0.375$$