Independent solution

How to solve this Binomial Distribution question

Setup

Setup

Let X count applications containing an error and translate the percentage condition to an integer tail.

XBinomial(100,0.03)X\sim\operatorname{Binomial}(100,0.03)
{error-free count95}={X5}\{\text{error-free count}\le95\}=\{X\ge5\}

Model

Model

Evaluate the upper tail by complementing the first five binomial masses.

Pr(X5)=1k=04(100k)(0.03)k(0.97)100k\Pr(X\ge5)=1-\sum_{k=0}^{4}\binom{100}{k}(0.03)^k(0.97)^{100-k}

Compute

Compute

Compute the lower-tail probability and take its complement.

Pr(X4)=0.8178548061\Pr(X\le4)=0.8178548061
Pr(X5)=10.8178548061=0.1821451939\Pr(X\ge5)=1-0.8178548061=0.1821451939

Answer

Answer

The required probability rounds to 0.18.

0.18(E)\boxed{0.18\quad\text{(E)}}