Suppose the insurance agency is considering a random sample of four individuals they insure. What is the chance exactly one of them will exceed the deductible and the other three will not? Letβs call the four people Ariana (\(A\)), Brittany (\(B\)), Carlton (\(C\)), and Damian (\(D\)) for convenience.
Solution.
Letβs consider a scenario where one person exceeds the deductible:
\begin{align*}
\amp P(A=\text{exceed}, B=\text{not}, C=\text{not}, D=\text{not})\\
\amp \quad = P(A=\text{exceed}) \cdot P(B=\text{not}) \cdot P(C=\text{not}) \cdot P(D=\text{not})\\
\amp \quad = (0.3)(0.7)(0.7)(0.7)\\
\amp \quad = (0.7)^3 (0.3)^1\\
\amp \quad = 0.103
\end{align*}
But there are three other scenarios: Brittany, Carlton, or Damian could have been the one to exceed the deductible. In each of these cases, the probability is again \((0.7)^3(0.3)^1\text{.}\) These four scenarios exhaust all the possible ways that exactly one of these four people could have exceeded the deductible, so the total probability is
\begin{equation*}
4 \times (0.7)^3(0.3)^1 = 0.412
\end{equation*}


