Independent solution

How to solve this Binomial Tail with Normal Input question

Setup

Setup

First convert the normal strength model into the survival probability for one cable. The load is 1.28 standard deviations below the mean, giving survival probability approximately 0.899727.

p=Pr(S>12400)=Φ(124321240025)=Φ(1.28)=0.899727p=\Pr(S>12400)=\Phi\left(\frac{12432-12400}{25}\right)=\Phi(1.28)=0.899727

Model

Model

With independent cables, the number surviving among 400 is binomial with that survival probability.

KBinomial(400,p)K\sim\operatorname{Binomial}(400,p)

Compute

Compute

Evaluate the exact binomial upper tail beginning at 349 survivors. The result is approximately 0.967553.

Pr(K349)=k=349400(400k)pk(1p)400k=0.967553\Pr(K\ge349)=\sum_{k=349}^{400}\binom{400}{k}p^k(1-p)^{400-k}=0.967553

Answer

Answer

The required probability rounds to 0.97.

0.97(D)\boxed{0.97\quad\text{(D)}}