TomJerry
- 49
- 0
Problem:
An engineering system consisting of n components is said to be a k-out-of-n system (k<= n)if and only if at least k of the n components function.Suppose all the components function independently of each other with a probability 1/2. Find the conditional probability that component 1 is working given that the system functions, when k=2 and n=3.
Solution:
Let A be component 1 functions i.e P(A) = 1/2
Let B be that 2 of 3 components function i.e P(B) = P(x=2;n=3;p=1/2) = 3*1/4*1/2 = 3/8 [using binomial probability]
Therefore
P(A/B) = P(A intersection B) / P(B) = P(A) * P(B) / P(B) = (1/2 * 3/8) / (3/8) = 1/2 [IS THIS SOLUTIONS CORRECT]
An engineering system consisting of n components is said to be a k-out-of-n system (k<= n)if and only if at least k of the n components function.Suppose all the components function independently of each other with a probability 1/2. Find the conditional probability that component 1 is working given that the system functions, when k=2 and n=3.
Solution:
Let A be component 1 functions i.e P(A) = 1/2
Let B be that 2 of 3 components function i.e P(B) = P(x=2;n=3;p=1/2) = 3*1/4*1/2 = 3/8 [using binomial probability]
Therefore
P(A/B) = P(A intersection B) / P(B) = P(A) * P(B) / P(B) = (1/2 * 3/8) / (3/8) = 1/2 [IS THIS SOLUTIONS CORRECT]