A complex electronic system is built with a certain number of backup components in its subsystems. One subsystem has eight identical components, each with a probability of 0.1 of failing in less than 1,000 hours. The sub system will operate if any four of the eight components are operating. Assume that the components operate independently. Find the probability that
a. exactly two of the four components last longer than 1000 hours.
b. the subsystem operates longer than 1000 hours.

Respuesta :

Answer:

a) 0.0486 = 4.86% probability that exactly two of the four components last longer than 1000 hours.

b) 0.9996 = 99.96% probability that the subsystem operates longer than 1000 hours.

Step-by-step explanation:

For each component, there are only two possible outcomes. Either they last more than 1,000 hours, or they do not. Components operate independently, 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.

One subsystem has eight identical components, each with a probability of 0.1 of failing in less than 1,000 hours.

So 1 - 0.1 = 0.9 probability of working for more, which means that [tex]p = 0.9[/tex]

a. exactly two of the four components last longer than 1000 hours.

This is P(X = 2) when [tex]n = 4[/tex]. So

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

[tex]P(X = 2) = C_{4,2}.(0.9)^{2}.(0.1)^{2} = 0.0486[/tex]

0.0486 = 4.86% probability that exactly two of the four components last longer than 1000 hours.

b. the subsystem operates longer than 1000 hours.

The subsystem has 8 components, which means that [tex]n = 8[/tex]

It will operate if at least 4 components are working correctly, so we want:

[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_{8,0}.(0.9)^{0}.(0.1)^{8} \approx 0[/tex]

[tex]P(X = 1) = C_{8,1}.(0.9)^{1}.(0.1)^{7} \approx 0tex]

[tex]P(X = 2) = C_{8,2}.(0.9)^{2}.(0.1)^{6} \approx 0[/tex]

[tex]P(X = 3) = C_{8,3}.(0.9)^{3}.(0.1)^{5} = 0.0004[/tex]

Then

[tex]P(X < 4) = P(X = 0) + P(X = 1) + P(X = 2) + P(X = 3) = 0 + 0 + 0 + 0.0004 = 0.0004[/tex]

[tex]P(X \geq 4) = 1 - P(X < 4) = 1 - 0.0004 = 0.9996[/tex]

0.9996 = 99.96% probability that the subsystem operates longer than 1000 hours.