610 views
1 votes
1 votes
Roll a die $n$ times and let $M$ be the number of times you roll $6$. Assume that $n$ is large.

(b) Write down an approximation, in terms on $n$ and $\phi$, of the probability that $M$ differs from its expectation by less than $10$ %

1 Answer

2 votes
2 votes

I have already given the solution to

Probability- Gravner- 82.a

where EM came out to be n/6, and the Probability Mass Function of M was derived to be the Binomial Distribution.

Now, we know that Variance of a Binomial Distrbution is np(1-p).

Therefore Standard Deviation of Binomial Distribution = √(np(1-p))

The meaning of question asked is the following :

We have to find the probability that M is within 10% of the EM = n/6, which means 9n/60<= M <= 11n/60.

Now, lets take advantage of the assumption that n is very large, and hence Binomial Distribution can be approximated by Normal Distribution of mean np and Variance np(1-p).

Which means PDF of M = Normal{ n/6, 5n/36}

P{9n/60<= M <= 11n/60} = Definite Integral of Gaussian Distribution with mean = n/6 and variance = 5n/36 from limit a = 9n/60 to b = 11n/60.

The final answer can be written in terms of error-functions = erf(x) as follows :

Let σ2 = Variance = 5n/36 , and μ = Mean = n/6.

P{9n/60<= M <= 11n/60} = 1/2 ( erf(n/60.√2piσ2) - erf(-n/60.√2piσ2) )

Related questions

0 votes
0 votes
0 answers
1
Pooja Khatri asked Sep 27, 2018
391 views
Roll a die $n$ times and let $M$ be the number of times you roll $6$. Assume that $n$ is large.(c) How large should $n$ be so that the probability in(b) is larger than $0...
0 votes
0 votes
1 answer
2
Pooja Khatri asked Sep 27, 2018
473 views
Roll a die $n$ times and let $M$ be the number of times you roll $6$. Assume that $n$ is large.(a) Compute the expectation $EM$.
1 votes
1 votes
0 answers
3
Pooja Khatri asked Sep 27, 2018
319 views
Toss a fair coin twice. You win $1$ dollar if at least one of the two tosses comes out heads.(b) Approximately how many times do you need to play so that you win at least...