Tom K. answered 09/11/22
Knowledgeable and Friendly Math and Statistics Tutor
- The population is large and the sample is small, so the binomial approximation would probably be close enough (I will check results using this), but the correct way is to either use combinatorics or Excel's hypergeometric distribution (which addresses sampling from a finite population).
Using combinatorics, note that 170 of 6500 are defective, 6500 - 170 = 6330 are not defective.
Then, the probability of selecting only non-defectives when selecting 5 is
P(6330, 5)/P(6500, 5) = 6330*6329*6328*6329*6326/(6500*6499*6498*9497*6496) =
1.0147 * 10^19/1.1585 * 10^19 = .8759
The check is using the binomial. Let p = 170/6500 = 17/650. P(selecting 0 out of 5) =
(633/650)^5 = .8759, the same result as above.