SOLUTION: A shipment at a department store has 40 alarm clocks. 4 of them are defective. If 6 alarm clocks are removed from the shipment at random, find the probability that four of them are
Algebra ->
Probability-and-statistics
-> SOLUTION: A shipment at a department store has 40 alarm clocks. 4 of them are defective. If 6 alarm clocks are removed from the shipment at random, find the probability that four of them are
Log On
Question 1042076: A shipment at a department store has 40 alarm clocks. 4 of them are defective. If 6 alarm clocks are removed from the shipment at random, find the probability that four of them are defective.
What is the correct next step: https://s32.postimg.org/rr6ulosw5/math_4_4.png (problem /w choices) Found 2 solutions by Lillie28, stanbon:Answer by Lillie28(13) (Show Source):
You can put this solution on YOUR website! A shipment at a department store has 40 alarm clocks. 4 of them are defective. If 6 alarm clocks are removed from the shipment at random, find the probability that four of them are defective.
----
Binomial Problem with n = 6 and p(defective) = 4/40 = 0.1
--------------------------
P(x = 4) = 6C4*0.1^4*0.9^2 = binompdf(6,0.1,4) = 0.0012
------------
Cheers,
Stan H.