Reliability: Series, parallel, series

Suppose a process has internal components arranged like this:

center

Write Wi for the event that component i succeeds, and Wic for the event that it fails.

The success probabilities for each component are given in the chart:

12345
92%89%95%86%91%

Find the probability that the entire system succeeds.

Solution

For intersections, use P[AB]=P[A]P[B] (independence) and for unions, use P[AB]=1P[AcBc].

So P[(W2W3)c]=1(.89)(.95) and:

success=W1(W2W3W4W5)P[success]=(.92)(1(1(.89)(.95))(.14)(.09))0.918