Suppose that a system has four independent components, each of which is equally likely to work or not to work. Suppose that the system works if and only if at least three components work. What is the probability that the system works?
There are a total of \(2^4 = 16\) states of the system. There are \(\binom{4}{3} + \binom{4}{4} = 5\) states where at least three components work (the first part of the equation counts states where exactly three components work and the second part counts states where all components work, which is one case only). The final probability is \(\frac{\binom{4}{3} + \binom{4}{4}}{2^4} = \frac{5}{16}\)