Respuesta :
Using the binomial distribution, it is found that:
- 0.9599 = 95.99% probability that the company will find 2 or fewer defective products in this batch.
- 0.0066 = 0.66% probability that 4 or more defective products are found in this batch.
-----------------
For each product, there are only two possible outcomes, either it is defective, or it is not. The probability of a product being defective is independent of any other product, which means that the binomial distribution is used to solve this question.
Binomial probability distribution
The binomial probability is the probability of exactly x successes on n repeated trials.
[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]
[tex]C_{n,x}[/tex] is the number of different combinations of x objects from a set of n elements, given by:
[tex]C_{n,x} = \frac{n!}{x!(n-x)!}[/tex]
And p is the probability of a success on a single trial.
-----------------
- 24 products means that [tex]n = 24[/tex]
- 3.2% are defective, thus [tex]p = 0.032[/tex]
-----------------
The probability that 2 or fewer are defective is:
[tex]P(X \leq 2) = P(X = 0) + P(X = 1) + P(X = 2)[/tex]
In which
[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]
[tex]P(X = 0) = C_{24,0}.(0.032)^{0}.(0.968)^{24} = 0.4582[/tex]
[tex]P(X = 1) = C_{24,1}.(0.032)^{1}.(0.968)^{23} = 0.3635[/tex]
[tex]P(X = 2) = C_{24,2}.(0.032)^{2}.(0.968)^{22} = 0.1382[/tex]
Thus
[tex]P(X \leq 2) = P(X = 0) + P(X = 1) + P(X = 2) = 0.4582 + 0.3635 + 0.1382 = 0.9599[/tex]
0.9599 = 95.99% probability that the company will find 2 or fewer defective products in this batch.
-----------------
The probability that 4 or more are defective is:
[tex]P(X \geq 4) = 1 - P(X < 4)[/tex]
In which
[tex]P(X < 4) = P(X = 0) + P(X = 1) + P(X = 2) + P(X = 3)[/tex]
Then
[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]
[tex]P(X = 0) = C_{24,0}.(0.032)^{0}.(0.968)^{24} = 0.4582[/tex]
[tex]P(X = 1) = C_{24,1}.(0.032)^{1}.(0.968)^{23} = 0.3635[/tex]
[tex]P(X = 2) = C_{24,2}.(0.032)^{2}.(0.968)^{22} = 0.1382[/tex]
[tex]P(X = 3) = C_{24,3}.(0.032)^{3}.(0.968)^{21} = 0.0335[/tex]
Thus
[tex]P(X < 4) = P(X = 0) + P(X = 1) + P(X = 2) + P(X = 3) = 0.4582 + 0.3635 + 0.1382 + 0.0335 = 0.9934[/tex]
[tex]P(X \geq 4) = 1 - P(X < 4) = 1 - 0.9934 = 0.0066[/tex]
0.0066 = 0.66% probability that 4 or more defective products are found in this batch.
A similar problem is given at https://brainly.com/question/23780714