SOLUTION: A package contains 37 fuses, of which 6 are defective. A sample of 5 fuses is selected at random. (b) How many of the samples contain exactly 2 defective fuses? (c) How many of t

Algebra ->  Probability-and-statistics -> SOLUTION: A package contains 37 fuses, of which 6 are defective. A sample of 5 fuses is selected at random. (b) How many of the samples contain exactly 2 defective fuses? (c) How many of t      Log On


   



Question 716979: A package contains 37 fuses, of which 6 are defective. A sample of 5 fuses is selected at random.
(b) How many of the samples contain exactly 2 defective fuses?
(c) How many of the samples contain at least 1 defective fuse?

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
A package contains 37 fuses, of which 6 are defective. A sample of 5 fuses is selected at random.
----
Binomial Problem with n = 5 ; p(defect)=6/37 ; p(not)=31/37
---------------------------------
(b) How many of the samples contain exactly 2 defective fuses?
P(x = 2) = 5C2(7/37)^2(31/37)^3 = binompdf(5,31/37),2) = 0.0299
------------------------------------------------------------------
(c) How many of the samples contain at least 1 defective fuse?
P(at least one) = 1 - P(x=0) = 1 - (31/37)^5 = 0.5071
=========================================================
Cheers,
Stan H.
================