SOLUTION: A manufacturer found that among 500 randomly selected smoke detectors only 450 worked properly. Based on this information, how many smoke detectors would you have to install to be
Algebra ->
Probability-and-statistics
-> SOLUTION: A manufacturer found that among 500 randomly selected smoke detectors only 450 worked properly. Based on this information, how many smoke detectors would you have to install to be
Log On
Question 506226: A manufacturer found that among 500 randomly selected smoke detectors only 450 worked properly. Based on this information, how many smoke detectors would you have to install to be sure that the probability that at least one of them will work will be at least 99.99% Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! A manufacturer found that among 500 randomly selected smoke detectors only 450 worked properly. Based on this information, how many smoke detectors would you have to install to be sure that the probability that at least one of them will work will be at least 99.99%
---------------------
Binomial Problem with n unknown and p = 450/500 = 0.9
----
Solve P(1<= x <=n)> = 0.9999
---
P(1<= x <=n) = 1 - P(x = 0) = 1 - 0.1^n
---
Solve: 1 - 0.1^n >= 0.9999
0.1^n <= 0.0001
---
Take the log:
n*log(0.1) <= -4
n*(-1)<= -4
n >= 4
===========
Cheers,
Stan H.