An engineering system consisting of n components

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 4K views
TomJerry
Messages
49
Reaction score
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]
 
Physics news on Phys.org