A manufacturing company has 5 identical machines that procuce nails. The probability that a machine will break down on any given day is 0.1. Define a random variable x to be the number of machines that will break down in a day.

a. What is the appropriate probability distribution for x? Explain how x satisfies the properties of the distribution.
b. Compute the probability that 4 machines will break down.
c. Compute the probability that at least 4 machines will break down.
d. What is expected number of machines that will break down in a day?
e. What is the variance of the number of machines that will break down in a day?

Respuesta :

Answer:

a) Binomial probability distribution. Only two outcomes possible for each machine, with independent probabilities.

b) [tex]P(X = 4) = 0.00045[/tex]

c) [tex]P(X \geq 4) = 0.00046[/tex]

d) [tex]E(X) = 0.5[/tex]

e) [tex]V(X) = 0.45[/tex]

Step-by-step explanation:

For each machine, there is only two possibilities. On a given day, either they will break down, or they will not. The probabilities for each machine breaking down are independent. So we use the binomial probability distribution to solve this problem.

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 variance of the binomial distribution is:

[tex]V(X) = np(1-p)[/tex]

In this problem we have that:

[tex]n = 5, p = 0.1[/tex]

a. What is the appropriate probability distribution for x? Explain how x satisfies the properties of the distribution.

Binomial probability distribution. Only two outcomes possible for each machine, with independent probabilities.

b. Compute the probability that 4 machines will break down.

This is [tex]P(X = 4)[/tex].

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

[tex]P(X = 4) = C_{5,4}.(0.1)^{4}.(0.9)^{1} = 0.00045[/tex]

c. Compute the probability that at least 4 machines will break down.

This is

[tex]P(X \geq 4) = P(X = 4) + P(X = 5)[/tex]

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

[tex]P(X = 4) = C_{5,4}.(0.1)^{4}.(0.9)^{1} = 0.00045[/tex]

[tex]P(X = 5) = C_{5,5}.(0.1)^{5}.(0.9)^{0} = 0.00001[/tex]

[tex]P(X \geq 4) = P(X = 4) + P(X = 5) = 0.00045 + 0.00001 = 0.00046[/tex]

d. What is expected number of machines that will break down in a day?

[tex]E(X) = np = 5*0.1 = 0.5[/tex]

e. What is the variance of the number of machines that will break down in a day?

[tex]V(X) = np(1-p) = 5*0.1*0.9 = 0.45[/tex]

ACCESS MORE