pepeprepa wrote:You have 2^5 total number of possibilities: 32
We look for the number of combinations in which we have either 3 heads, or 4 heads, or 5 heads.
(5 3) it gives 10 possibilities
(5 4) it gives 5 possibilities
(5 5) only one possibility: HHHHH
So 16/32=1/2
Hope it helps.
Great solution!
We can also look at this from a common sense point of view:
We know that coin flips are random and follow a symmetrical distribution (i.e. the chance of getting all heads = the chance of getting no heads).
We know that if we flip a coin 5 times, there are 6 possibilities:
0H, 1H, 2H, 3H, 4H and 5H
This question asks for the prob of 3H, 4H or 5H. Since the distribution is symmetrical, that will be the exact same as the prob of 2H, 1H or 0H (since P(0H) = P(5H), P(1H) = P(4H) and P(2H) = P(3H)). Therefore, there's a 50% chance of getting what we want.