The expected number of heads

probabilityrandom variablesstatistics

Given $10$ fair coins:

  • In the first round, we toss each coin once which gives us a combination of heads and tails.
  • In the second round, we only toss those coins that landed on the tail in the first round.

What is the expected number of heads after this experiment $?$

Intuition tells me is $5 + 2.5 = 7.5$.

Best Answer

An alternate solution is as follows: imagine you flipped all the coins twice. Then any coin that gave you heads on the first flip or the second flip would be one of the ones you want to count. The probability of getting at least one head in two flips is $3/4$, so the expected number of coins that get at least one head is $10 \times 3/4 = 7.5$.