Question 331840: Among a shipment of 5,000 tires, 1,000 are slightly blemished. If one purchases 10 of these tires, what is the probability that 3 or less (P (x <= 3) are blemished?
Answer by jrfrunner(365) (Show Source):
You can put this solution on YOUR website! Among a shipment of 5,000 tires, 1,000 are slightly blemished. If one purchases 10 of these tires, what is the probability that 3 or less (P (x <= 3) are blemished?
=====
let X=number of blemished tires
This is a hypergeometric problem
Time consuming and messy to compute, but since N=5000 is much greater than n=10, we can use the binomial approximation, with prob of blemish p=1000/5000=0.2 and sample size n=10
\ =\ \sum_{i=0}^3\left(10\cr i\right\)(0.2)^i(0.8)^{10\,-\,i}\ =0.879)
|
|
|