Independent solution

How to solve this Binomial Tail Probability question

Setup

Setup

Let the number of failed components be binomial with three trials and failure probability 0.05.

KBinomial(3,0.05)K\sim\operatorname{Binomial}(3,0.05)

Model

Model

Overheating requires at least two failures, so include the disjoint cases of exactly two and exactly three failures.

Pr(K2)=(32)(0.05)2(0.95)+(0.05)3\Pr(K\ge2)=\binom32(0.05)^2(0.95)+(0.05)^3

Compute

Compute

The two probabilities are 0.007125 and 0.000125. Their sum is 0.00725.

Pr(K2)=0.007125+0.000125=0.00725\Pr(K\ge2)=0.007125+0.000125=0.00725

Answer

Answer

The overheat probability rounds to 0.007.

0.007(A)\boxed{0.007\quad\text{(A)}}