162k views
1 vote
Consider a system consisting of three independent components. Suppose the lifetimes of these components follow an Exponential distribution with mean 300 hours, 410 hours, and 600 hours, respectively. a. Suppose that the system works only if all three components are functional (e.g., series connection). Find the probability that the system still works after 550 hours. That is, find the probability that all three components still work after 550 hours. Round your answer to 4 decimal places. "Hint": P(X1 > 550 hours AND X2 > 550 hours AND X3 > 550 hours)

User Mansur
by
7.3k points

1 Answer

2 votes

Answer:

0.3723

Explanation:

We are given a system consisting of three independent components.

Let the three components be A , B and C

The lifetimes of these components follow an Exponential distribution with mean 300 hours, 410 hours, and 600 hours, respectively

a) Suppose that the system works only if all three components are functional (e.g., series connection). Find the probability that the system still works after 550 hours.

Exponential Distribution :
1-e^(-\lambda x)

P(A)=P(x>550) =
1-e^(-\lambda * 550)


\lambda=(1)/(\mu)

P(A)=P(x>550) =
1-e^{-(1)/(300) * 550}

P(A)=P(x>550) =
0.8401

P(B)=P(x>550) =
1-e^{-(1)/(410) * 550}

P(B)=P(x>550) =
0.7385

P(C)=P(x>550) =
1-e^{-(1)/(600) * 550}

P(C)=P(x>550) =
0.6001

Since P(A) , P(B) , P(C) are independents

So, the probability that all three components still work after 550 hours = P(A)*P(B)*P(C)=
0.8401 * 0.7385 * 0.6001 = 0.3723

Hence the probability that all three components still work after 550 hours is 0.3723

User Teadotjay
by
8.1k points