I know that the probability that one person getting heads all ten times is
1/(2^10) or 1/1024.
I also know the calculation when using "at least one" is
P(At least one) = 1 - P(None).
The probability of one person getting no heads is the same:
1/1024.
The part that is confusing is the number of people. Is it
P(At least one) = 1 - (1/1024)^5?
If there were 100 people tossing a coin, the probability that at least one person gets all ten heads is
P(At least one) = 1 - (1/1024)^100?
Is this correct?