Respuesta :
Answer:
a) For this case we need that she fails the first 3 throws and the last one would be successful, so then if p represent the probability of success and 1-p the probability of fail we have this:
[tex] (1-p)^3 p = (1-0.65)^3 (0.65)= 0.0279[/tex]
b) "=1-BINOM.DIST(99,140,0.65,TRUE)"
[tex] P(X \geq 100) = 1-P(X<100) = 1-P(X \leq 99) =0.0644 [/tex]
c) [tex] \mu = np = 140*0.65= 91[/tex]
[tex] \sigma = \sqrt{np(1-p)}= \sqrt{140*0.65(1-0.65)}=5.644[/tex]
And we want this probability:
[tex] P(X \geq 100) = 1-P(X<100) = 1-P(Z< \frac{100-91}{5.644}) = 1-P(Z<1.60)=1-0.945= 0.055[/tex]
Step-by-step explanation:
Part a
For this case we need that she fails the first 3 throws and the last one would be successful, so then if p represent the probability of success and 1-p the probability of fail we have this:
[tex] (1-p)^3 p = (1-0.65)^3 (0.65)= 0.0279[/tex]
Part b
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=140, p=0.65)[/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]
For this case we want this probability:
[tex] P(X \geq 100) = 1-P(X<100) = 1-P(X \leq 99) [/tex]
And we can use the following excel code:
"=1-BINOM.DIST(99,140,0.65,TRUE)"
[tex] P(X \geq 100) = 1-P(X<100) = 1-P(X \leq 99) =0.0644 [/tex]
Part c
We need to check the conditions in order to use the normal approximation.
[tex]np=140*0.65=91 \geq 10[/tex]
[tex]n(1-p)=140*(1-0.65)=49 \geq 10[/tex]
So then we can use the normal approximation and we can find the mean and deviation like this:
[tex] \mu = np = 140*0.65= 91[/tex]
[tex] \sigma = \sqrt{np(1-p)}= \sqrt{140*0.65(1-0.65)}=5.644[/tex]
And we want this probability:
[tex] P(X \geq 100) = 1-P(X<100) = 1-P(Z< \frac{100-91}{5.644}) = 1-P(Z<1.60)=1-0.945= 0.055[/tex]