A probability calculator is required on this problem; answer to six decimal places. Suppose we will spin the wheel pictured 400 times and add up the points for a score. (The 1-wedge takes up 1/5 of the wheel.) Using a calculator, find the probability of getting a score between 90 and 110 points (inclusive) in two ways: By a Normal approximation:

Respuesta :

Answer:

[tex] P(90< X< 110)= P(\frac{90-80}{8} <z<\frac{110-80}{8}) =P(1.25<z<3.75)[/tex]

And we can find this probability with this difference:

[tex] P(90< X< 110)=P(z<3.75) -P(z<1.25)= 0.999-0.894= 0.106[/tex]

And we can find the real value with the following excel code using the binomial distribution:

"=BINOM.DIST(110,400,0.2,TRUE)-BINOM.DIST(89,400,0.2,TRUE)"

And we got 0.118 a very close value from the value obtained using the normal approximation

Step-by-step explanation:

Previous concepts

The binomial distribution is a "DISCRETE probability distribution that summarizes the probability that a value will take one of two independent values under a given set of parameters. The assumptions for the binomial distribution are that there is only one outcome for each trial, each trial has the same probability of success, and each trial is mutually exclusive, or independent of each other".

Let X the random variable of interest, on this case we now that:

[tex]X \sim Binom(n=400, p=0.2)[/tex]

The probability mass function for the Binomial distribution is given as:

[tex]P(X)=(nCx)(p)^x (1-p)^{n-x}[/tex]

Where (nCx) means combinatory and it's given by this formula:

[tex]nCx=\frac{n!}{(n-x)! x!}[/tex]

We need to check the conditions in order to use the normal approximation.

[tex]np=400*0.2=80 \geq 10[/tex]

[tex]n(1-p)=400*(1-0.2)=320 \geq 10[/tex]

So we see that we satisfy the conditions and then we can apply the approximation.

If we appply the approximation the new mean and standard deviation are:

[tex]E(X)=np=400*0.2=80[/tex]

[tex]\sigma=\sqrt{np(1-p)}=\sqrt{400*0.2(1-0.2)}=8[/tex]

So then we can approximate the random variable as [tex] X \sim N(\mu = 80, \sigma = 8)[/tex]

And we want this probability:

[tex] P(90< X< 110)[/tex]

We can use the z score formula given by:

[tex] z = \frac{x -\mu}{\sigma}[/tex]

And replacing we got:

[tex] P(90< X< 110)= P(\frac{90-80}{8} <z<\frac{110-80}{8}) =P(1.25<z<3.75)[/tex]

And we can find this probability with this difference:

[tex] P(90< X< 110)=P(z<3.75) -P(z<1.25)= 0.999-0.894= 0.106[/tex]

And we can find the real value with the following excel code using the binomial distribution:

"=BINOM.DIST(110,400,0.2,TRUE)-BINOM.DIST(89,400,0.2,TRUE)"

And we got 0.118 a very close value from the value obtained using the normal approximation