234,665 views
23 votes
23 votes
a fair coin is flipped 10 times. what is the probability of getting the same number of heads and tails

User Stefan L
by
2.9k points

1 Answer

10 votes
10 votes

If you flip a coin one time, the probability to get a Head is

p = 1/2

The probability of not getting a head in a single toss is :

q = 1 - 1/2 = 1/2

Thus there is only one unique situation to get the same number of heads and tails : in 10 toss you need to get exactly five heads, it will means that the rest is the tails.

Now using Binomial theorem of probability, the probability of getting exactly x = 5 heads in a total of n = 10 tosses is :

P(X = 5) =
(10!)/(5!*5!) *((1)/(2))^(5) *((1)/(2))^(5)≈ 0.246

So the probability of that is 24,6 %

Good Luck

User Eesiraed
by
3.1k points