SOLUTION: An electronics manufacturer has found that only 1 out of 500 of its television sets is defective. You are ordering a shipment of television sets for the electronics store where you
Algebra ->
Probability-and-statistics
-> SOLUTION: An electronics manufacturer has found that only 1 out of 500 of its television sets is defective. You are ordering a shipment of television sets for the electronics store where you
Log On
Question 427924: An electronics manufacturer has found that only 1 out of 500 of its television sets is defective. You are ordering a shipment of television sets for the electronics store where you work. How many television sets can you order before the probability that at least on defective set reaches 60%? Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! An electronics manufacturer has found that only 1 out of 500 of its television sets is defective. You are ordering a shipment of television sets for the electronics store where you work. How many television sets =can you order before the probability that at least on defective set reaches 60%?
--------
Binomial with n = unknown, p(defect) = 1/500, p(good)= 499/500
-----------------------------
P(at least one defective) = 1 - P(none defective)
= 1 - (499/500)^n
---
Solve: 1-(499/500)^n >= 0.60
---
(499/500)^n <= 0.4
n <= log(0.4)/log(499/500)
---
n <= 457.69
---
Maximum order: n = 457
=============================
Cheers,
Stan H.
=============