Question 1025734
10% of shirts prepared for shipping by a company has minor defects. the remaining 90 % are free of defects. The shirts are shipped in boxes containing 25 shirts. what is the probability that a smaller retailer will receive a box with exactly three defective shirts? 
---
Binomial Problem with p = 0.10 and n = 25
----
P(x = 3) = 10C3*0.10^3*0.90^7 = binompdf(10,0.10,3) = 0.0574
--------
Cheers,
Stan H.
-----------