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. 
----
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.