dperkovic
- 17
- 0
Homework Statement
Electric circuit (as shown in the picture), is made from five elements. Failures of elements are independent, with probabilites: A_1-0.6, B_1-0.4, B_2-0.7, B_3-0.9 and A_2-0.5. Find the probabilty of current break, between M and N.
Homework Equations
For independent events:
P(A\cap B] = P(A)\cdot P(B)
P(A\cup B] = P(A) + P(B) - P(A)\cdot P(B)
The Attempt at a Solution
Current will be break, when any of the A element fail, or if all of the B elements fail. So probabilty of the current break is: A_1 \cap\left[B_1\cup B_2\cup B_3\right]\cap A_2.
So:
B = B_1\cup B_2\cup B_3 = B_1\cdot B_2\cdot B_3
And, finaly, probability is:
A_1 \cap\left[B_1\cup B_2\cup B_3\right]\cap A_2 = A_1 \cap B\cap A_2 = A_1 + A_2 + B - A_1\cdot B - A_1\cdot A_2 - A_2\cdot B + A_1\cdot A_2 \cdot B.
Is that correct ?