Independent solution

How to solve this Binomial Distribution question

Setup

Setup

Let X count affected applicants in the independent sample.

XBinomial(200,0.01)X\sim\operatorname{Binomial}(200,0.01)

Model

Model

The requested lower tail contains the six disjoint counts from zero through five.

Pr(X5)=k=05(200k)(0.01)k(0.99)200k\Pr(X\le5)=\sum_{k=0}^{5}\binom{200}{k}(0.01)^k(0.99)^{200-k}

Compute

Compute

Evaluate the finite binomial sum without rounding its terms prematurely.

Pr(X5)=0.9839770930908225\Pr(X\le5)=0.9839770930908225

Answer

Answer

The probability rounds to 0.98.

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