Respuesta :
Answer:
Using the binomial distribution we can find this probability with the following excel code:
"=BINOM.DIST(30,200,0.1,TRUE)", and we got:
[tex] P(X \leq 30)=0.9905 [/tex]
Using the normal approximation
We can use the continuity factor correction:
[tex] P(X \leq 30) = P(X< 30+0.5) = P(X<30.5)[/tex]
And we can use the z score formula given by:
[tex] z = \frac{x-\mu}{\sigma}[/tex]
And we got:
[tex]P(X<30.5) = P(Z< \frac{30.5-20}{4.243}) = 2.475)= 0.9933[/tex]
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".
Solution to the problem
Let X the random variable of interest, on this case we now that:
[tex]X \sim Binom(n=200, p=0.1)[/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 want to find this probability;
[tex] P(X \leq 30)[/tex]
Using the binomial distribution we can find this probability with the following excel code:
"=BINOM.DIST(30,200,0.1,TRUE)", and we got:
[tex] P(X \leq 30)=0.9905 [/tex]
The other way is using the normal approximation for the binomial distribution
We need to check the conditions in order to use the normal approximation.
[tex]np=200*0.1=20 \geq 10[/tex]
[tex]n(1-p)=20*(1-0.1)=18 \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=200*0.1=20[/tex]
[tex]\sigma=\sqrt{np(1-p)}=\sqrt{200*0.1(1-0.1)}=4.243[/tex]
And we can use the continuity factor correction:
[tex] P(X \leq 30) = P(X< 30+0.5) = P(X<30.5)[/tex]
And we can use the z score formula given by:
[tex] z = \frac{x-\mu}{\sigma}[/tex]
And we got:
[tex]P(X<30.5) = P(Z< \frac{30.5-20}{4.243}) = 2.475)= 0.9933[/tex]