Independent solution

How to solve this Normal Distribution question

Setup

Setup

For n independent normal lifetimes, the sum has mean 3n and standard deviation equal to the square root of n.

SnN(3n,n)S_n\sim N(3n,n)
P(Sn40)0.9772P(S_n\ge40)\ge0.9772

Model

Model

A survival probability of 0.9772 places the 40-month threshold two standard deviations below the aggregate mean.

403nn2\frac{40-3n}{\sqrt n}\le-2
3n2n403n-2\sqrt n\ge40

Compute

Compute

Writing the square root of n as u reduces the boundary equation to a quadratic. Its positive root is u=4, hence n=16.

u=n:3u22u40=0u=\sqrt n:\quad3u^2-2u-40=0
u=4,n=16u=4,\qquad n=16

Answer

Answer

The required count is 16, corresponding to choice B.

16(B)\boxed{16\quad\text{(B)}}