Question 1100945
The proprietor of Cunningham's Hardware Store has decided to install floodlights on the premises as a measure against vandalism and theft. If the probability is 0.0001 that a certain brand of floodlight will burn out within a year, find the minimum number of floodlights that must be installed to ensure that the probability that at least one of them will remain functional for the whole year is at least 0.99999. 
------
P(at least one lasts) = 1 - P(all fail)
= 1 - 0.0001^x >= 0.99999
----
0.0001^x >= 0.00001
-----
x >= log(0.0001)/log(0.0001)
---
x >= -4/-3 >= 4/3
----
Answer:: 2
------------
Cheers,
Stan H.
------------