19.1k views
0 votes
a fair coin is flipped 10 times. what is the probability of getting the same number of heads and tails

User Greydet
by
4.4k points

1 Answer

6 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 Ian Clelland
by
5.2k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.