What is the probability of getting at least 2 heads in three flips of a fair coin?
In three flips of a fair coin, there are a total of 8 possible outcomes: T, T, T; T, T, H; T, H, T; T, H, H; H, H, H; H, H, T; H, T, H; H, T, T Of the possible outcomes, four of them (half) contain at least two heads, as can be seen by inspection. Note: In flipping a coin, there are two possible outcomes at each flipping event. The number of possible outcomes expands as a function of the number of times the coin is flipped. One flip, two possible outcomes. Two flips, four possible outcomes. Three flips, eight possible outcomes. Four flips, sixteen possible outcomes. It appears that the number of possible outcomes is a power of the number of possible outcomes, which is two. 21 = 2, 22 = 4, 23 = 8, 24 = 16, .... Looks like a pattern developing there. Welcome to this variant of permutations.