How many bulbs should we buy if we want to be 95% certain that we will have 1000 hours of light if lifetime time of each bulb is assumed to be exponentially distributed with mean $100(\frac{1}{\lambda})$ hours on the basis of the following conditions :
(1) Assuming all the bulbs are burning simultaneously :
Since all the bulbs are burning simultaneously , the way I see it , we should have :
$\sum_{i=1}^{n}( X_i) \geq 1000$ , thus ,
$P(\sum_{i=1}^{n}( X_i) \geq 1000)=0.95$
Now , $\sum_{i=1}^{n}( X_i)$~$Gamma(n,\lambda)$ and $(2\lambda \sum_{i=1}^{n}( X_i))$~ $Chi-Square(2n)$ , thus ,
$P(\sum_{i=1}^{n}( X_i) \geq 1000)=P(\chi_{2n}^{2} \geq 20)=0.95$ which gives $n \approx 16$.
(2) Assuming that one bulb is used until it burns out and then is replaced , etc.
Now since 1000 hours to be achieved , each bulb must have lifetime $\geq$ $\frac{1000}{n}$ , thus ,
$P(X_i \geq \frac{1000}{n})=0.95$ => $(-e^{- \lambda x_i})|_{\frac{1000}{n}}^{\infty}$ => $e^{- \lambda \frac{1000}{n}}$ => $e^{- \frac{10}{n}}=0.95$
which gives $n \approx 195$.
I don't know but that doesn't seem right , that much huge difference in the values on $n$ , can anyone help ?