Five people are tossing a coin ten times. What is the probability that at least 1 person gets heads 10 times?

The probability of getting $10$ heads is $\frac1{2^{10}}$.

Let $X$ be the number people getting $10$ heads, this follows binomial distribution $Bin(n, \frac1{2^{10}})$.

Hence $$P(X \ge 1) = 1-P(X=0)=1-\left( 1-\frac1{2^{10}}\right)^{n}$$


The probability that at least one person gets heads ten times, equals 1 minus the probability that no one gets heads ten times. As you correctly derived, the probability of getting heads for a specific individual equals $\frac{1}{2^{10}}$. Then, the probability we are looking for equals:

$$1 - \left(1 - \frac{1}{2^{10}}\right)^5 \approx 0.0049$$


Suppose we have $n$ people, each of whom tosses a coin $m$ times and that coin falls heads with probability $p$. Then the probability that the exact person chosen by us gets all heads is $p^m$. Thus the probability that he does not is $1- p^m$. So the probability that none of them had all heads is $(1 - p^m)^n$. And thus the probability, that at least one of them had all heads is $1 - (1 - p^m)^n$. That is the answer.

Tags:

Probability