230k views
5 votes
Flip a coin 100 times. We want the chance of getting exactly 50 heads. What is the exact probability, correct to six decimal places? What is the Normal approximation of the probability, to six decimal places?

User Tjltjl
by
5.1k points

1 Answer

4 votes

Answer: a) 0.079589 b) 0.079656

Explanation:

Since we have given that

Number of times a coin is flipped = 100 times

Number of times he get exactly head = 50

Probability of getting head =
(1)/(2)

We will use "Binomial distribution":

Probability would be


^(100)C_(50)((1)/(2))^(50)((1)/(2))^50\\\\=0.079589

Using "Normal approximation":

n = 100

p = 0.5

So, mean =
np=100* 0.5=50

Standard deviation is given by


√(np(1-p))\\\\=√(50(1.05))\\\\=√(50* 0.5)\\\\=√(25)\\\\=5

So,


P(X<x)=P(Z<\frac{\bar{x}-\mu}{\sigma})\\\\So, P(X=50)=P(49.5<X<50.5)\\\\=P((49.5-50)/(5)<Z<(50.5-50)/(5))\\\\=P(-0.1<Z<0.1)\\\\=P(Z<0.1)-P(Z<-0.1)\\\\=0.539828-0.460172\\\\=0.079656

Hence, a) 0.079589 b) 0.079656

User Andrew Zheng
by
6.0k points