Theory 1

Consider some process schematically with components in series and components in parallel:

center

  • Each component has a probability of success or failure.
  • Event Wi indicates ‘success’ of that component (same name).
  • Then P[Wi] is the probability of Wi succeeding.

Success for a series of components requires success of each member.

  • Series components rely on each other.
  • Success of the whole is success of part 1 AND success of part 2 AND part 3, etc.

Failure for parallel components requires failure of each member.

  • Parallel components represent redundancy.
  • Success of the whole is success of part 1 OR success of part 2 OR part 3, etc.

For series components, stack successes:

P[W]=P[W1W2W3]=P[W1]P[W2]P[W3]

For parallel components, stack failures:

P[Wc]=P[W1cW2cW3c](1P[W1])(1P[W2])(1P[W3])

E.g. if P[Wi]=p for all components i, then:

  • Series components: P[W]=p3
  • Parallel components: P[W]=1(1p)3

To analyze a complex diagram of series and parallel components, bundle each:

  • pure series set as a single compound component with its own success probability (the product)
  • pure parallel set as a single compound component with its own success probability (using the failure formula)

This is like the analysis of resistors and inductors.