Probability: Systems

probability

A system has two independent components the first component has eight sub-components which function with probability 0.95 the second has four sub-components which function with probability 0.90.

Six of the eight sub-components of component one must function for component one to function and three of the four sub-components of component two must function for component two to function.

Both components must function for the system to function. What is the probability that the system functions?

The answer is 0.942.

Originally I was thinking to solve this problem I should do the following:
A:= the system functions.

$$
p(A)={8 \choose 6 }*(0.95)^6*(0.05)^{2}*{4 \choose 3 }*(0.90)^3*(0.10)^{1}
$$

However, this seems to yeild the wrong answer… any ideas?

Thank you!

Best Answer

There is a minor misinterpretation: it should be at least $6$ of the $8$ sub-components of component one must function, and at least $3$ of the $4$ sub-components of component two must function.

Related Question