Westonci.ca is your go-to source for answers, with a community ready to provide accurate and timely information. Connect with a community of professionals ready to help you find accurate solutions to your questions quickly and efficiently. Our platform provides a seamless experience for finding reliable answers from a network of experienced professionals.

A factory is having problems with production equipment. As a result, 20% of the product wrappings are defective. If 10 products are selected at random, find the probability of the following:
1. Exactly 3 will have defective wrapping
2. At least 4 will have defective wrapping
3. At most 4 will have defective wrapping
4. At least 2 will have defective wrapping
5. Calculate the mean (i.e. expected value of x)
6. Calculate the standard deviation


Sagot :

Answer:

1. 0.2013 = 20.12% probability that exactly 3 will have defective wrapping.

2. 0.1209 = 12.09% probability that at least 4 will have defective wrapping.

3. 0.9671 = 96.71% probability that at most 4 will have defective wrapping.

4. 0.6242 = 62.42% probability that at least 2 will have defective wrapping.

5. 2

6. 1.265

Step-by-step explanation:

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 probability distribution is used to solve this question.

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.

20% of the product wrappings are defective.

This means that [tex]p = 0.2[/tex]

10 products are selected at random

This means that [tex]n = 10[/tex]

1. Exactly 3 will have defective wrapping

This is P(X = 3). So

[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]

[tex]P(X = 3) = C_{10,3}.(0.2)^{3}.(0.8)^{7} = 0.2013[/tex]

0.2013 = 20.12% probability that exactly 3 will have defective wrapping.

2. At least 4 will have defective wrapping

This 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]

So

[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]

[tex]P(X = 0) = C_{10,0}.(0.2)^{0}.(0.8)^{10} = 0.1074[/tex]

[tex]P(X = 1) = C_{10,1}.(0.2)^{1}.(0.8)^{9} = 0.2684[/tex]

[tex]P(X = 2) = C_{10,2}.(0.2)^{2}.(0.8)^{8} = 0.3020[/tex]

[tex]P(X = 3) = C_{10,3}.(0.2)^{3}.(0.8)^{7} = 0.2013[/tex]

Then

[tex]P(X < 4) = P(X = 0) + P(X = 1) + P(X = 2) + P(X = 3) = 0.1074 + 0.2684 + 0.3020 + 0.2013 = 0.8791[/tex]

[tex]P(X \geq 4) = 1 - P(X < 4) = 1 - 0.8791 = 0.1209[/tex]

0.1209 = 12.09% probability that at least 4 will have defective wrapping.

3. At most 4 will have defective wrapping

[tex]P(X \leq 4) = P(X = 0) + P(X = 1) + P(X = 2) + P(X = 3) + P(X = 4)[/tex]

In the previous item, the only missing was P(X = 4). So

[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]

[tex]P(X = 4) = C_{10,4}.(0.2)^{4}.(0.8)^{6} = 0.0880[/tex]

So

[tex]P(X \leq 4) = P(X = 0) + P(X = 1) + P(X = 2) + P(X = 3) + P(X = 4) = 0.1074 + 0.2684 + 0.3020 + 0.2013 + 0.0880 = 0.9671[/tex]

0.9671 = 96.71% probability that at most 4 will have defective wrapping.

4. At least 2 will have defective wrapping

This is:

[tex]P(X \geq 2) = 1 - P(X < 2)[/tex]

In which

[tex]P(X < 2) = P(X = 0) + P(X = 1) = 0.1074 + 0.2684 = 0.3758[/tex]

[tex]P(X \geq 2) = 1 - P(X < 2) = 1 - 0.3758 = 0.6242[/tex]

0.6242 = 62.42% probability that at least 2 will have defective wrapping.

5. Calculate the mean (i.e. expected value of x)

For the binomial distribution:

[tex]E(X) = np[/tex]

So

[tex]E(X) = 10(0.2) = 2[/tex]

The mean is of 2.

6. Calculate the standard deviation

For the binomial distirbution:

[tex]\sqrt{V(X)} = \sqrt{np(1-p)}[/tex]

In this case

[tex]\sqrt{V(X)} = \sqrt{10*0.2*0.8} = 1.265[/tex]

The standard deviation is of 1.265.