Respuesta :
Answer:
a) 0.048 = 4.8% probability of exactly seven successes.
b) 100% probability of at least twenty-two successes.
Step-by-step explanation:
The first question we use the binomial distribution, while for the second we use the approximation to the normal.
Binomial probability distribution
The binomial probability is the probability of exactly x successes on n repeated trials, and X can only have two outcomes.
[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]
In which [tex]C_{n,x}[/tex] is the number of different combinations of x objects from a set of n elements, given by the following formula.
[tex]C_{n,x} = \frac{n!}{x!(n-x)!}[/tex]
And p is the probability of X happening.
The expected value of the binomial distribution is:
[tex]E(X) = np[/tex]
The standard deviation of the binomial distribution is:
[tex]\sqrt{V(X)} = \sqrt{np(1-p)}[/tex]
Normal probability distribution
Problems of normally distributed distributions can be solved using the z-score formula.
In a set with mean [tex]\mu[/tex] and standard deviation [tex]\sigma[/tex], the zscore of a measure X is given by:
[tex]Z = \frac{X - \mu}{\sigma}[/tex]
The Z-score measures how many standard deviations the measure is from the mean. After finding the Z-score, we look at the z-score table and find the p-value associated with this z-score. This p-value is the probability that the value of the measure is smaller than X, that is, the percentile of X. Subtracting 1 by the pvalue, we get the probability that the value of the measure is greater than X.
When we are approximating a binomial distribution to a normal one, we have that [tex]\mu = E(X)[/tex], [tex]\sigma = \sqrt{V(X)}[/tex].
Question a:
Here, we have [tex]n = 10, p = 0.41[/tex].
This probability is P(X = 7). So
[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]
[tex]P(X = 7) = C_{10,7}.(0.41)^{7}.(0.59)^{3} = 0.048[/tex]
0.048 = 4.8% probability of exactly seven successes.
b) With 150 trials and a 39 chance of success, the probability of at least twenty-two successes.
Here we have [tex]n = 150, p = 0.39[/tex]
Mean and standard deviation:
[tex]\mu = 150*0.39 = 58.5[/tex]
[tex]\sigma = \sqrt{150*0.39*0.61} = 5.9737[/tex]
This probability is, using continuity correction, [tex]P(X \geq 22 - 0.5) = P(X \geq 21.5)[/tex], which is 1 subtracted by the p-value of Z when X = 21.5. So
[tex]Z = \frac{X - \mu}{\sigma}[/tex]
[tex]Z = \frac{21.5 - 58.5}{5.9737}[/tex]
[tex]Z = -6.19[/tex]
[tex]Z = -6.19[/tex] has a p-value of 0
1 - 0 = 1
100% probability of at least twenty-two successes.