Respuesta :
Using the binomial distribution, it is found that there is a 0.8202 = 82.02% probability that the shipment will make it through the control check.
For each article, there are only two possible outcomes, either it meets the specifications, or it does not. The probability of an article meeting the specifications is independent of any other article, hence, the binomial distribution is used to solve this question.
Binomial probability distribution
[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]
[tex]C_{n,x} = \frac{n!}{x!(n-x)!}[/tex]
The parameters are:
- x is the number of successes.
- n is the number of trials.
- p is the probability of a success on a single trial.
In this problem:
- 10 articles are picked, hence [tex]n = 10[/tex].
- 85% of the articles meets all specifications, hence [tex]p = 0.85[/tex]
The probability is:
[tex]P(X \geq 8) = P(X = 8) + P(X = 9) + P(X = 10)[/tex]
Then:
[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]
[tex]P(X = 8) = C_{10,8}.(0.85)^{8}.(0.15)^{2} = 0.2759[/tex]
[tex]P(X = 9) = C_{10,9}.(0.85)^{9}.(0.15)^{1} = 0.3474[/tex]
[tex]P(X = 10) = C_{10,10}.(0.85)^{10}.(0.15)^{0} = 0.1969[/tex]
[tex]P(X \geq 8) = P(X = 8) + P(X = 9) + P(X = 10) = 0.2759 + 0.3474 + 0.1969 = 0.8202[/tex]
0.8202 = 82.02% probability that the shipment will make it through the control check.
For more on the binomial distribution, you can check https://brainly.com/question/24863377