SOLUTION: I am having trouble about applying my knowldege of permutations and combinations Here is a problem: From a shipment of 35 transistors, 5 of which are defective, a sample of 8 t

Algebra ->  Probability-and-statistics -> SOLUTION: I am having trouble about applying my knowldege of permutations and combinations Here is a problem: From a shipment of 35 transistors, 5 of which are defective, a sample of 8 t      Log On


   



Question 517983: I am having trouble about applying my knowldege of permutations and combinations
Here is a problem: From a shipment of 35 transistors, 5 of which are defective, a sample of 8 transistors is selected at random.
How many samples contain exactly 3 defective transistors?
How many samples contain no defective transistors?
How many samples contain at least 4 defective transistors?
I tried doing combinations like 35 C 3, but that does not give the right answer. any direction or general rules that can be applied to further problems would be much appreciated!

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
From a shipment of 35 transistors, 5 of which are defective, a sample of 8 transistors is selected at random.
---
Binomial Problem with n = 8 and p(defect) = 1/7 ; p(no defect) = 6/7
-------------------------------
How many samples contain exactly 3 defective transistors?
P(x = 3) = 8C3(1/7)^3(6/7)^5 = 0.0755
-----------------------------
How many samples contain no defective transistors?
P(x = 0) = (6/7)^8 = 0.2914
-----------------------------
How many samples contain at least 4 defective transistors?
P(4<= x <= 8) = 1 - P(0<= x <=3) = 0.0180
===================
Cheers,
Stan H.
===================