Calculate the probability of getting a specific number of heads in a set number of fair coin flips.
Calculate the probability of getting a specific number of heads in a set number of fair coin flips.
This uses the binomial probability formula — the number of ways to arrange the chosen number of heads among all the flips, multiplied by the probability of any one specific sequence occurring (0.5 raised to the number of flips, for a fair coin).