SOLUTION: Products are sold in batches of 20. A penalty clause requires that if any batch contains 2 or more defective items, the customer will receive a total refund on the cost of the batc
Algebra ->
Probability-and-statistics
-> SOLUTION: Products are sold in batches of 20. A penalty clause requires that if any batch contains 2 or more defective items, the customer will receive a total refund on the cost of the batc
Log On
Question 252592: Products are sold in batches of 20. A penalty clause requires that if any batch contains 2 or more defective items, the customer will receive a total refund on the cost of the batch.
How likely is this to happen if the proportion of defective products produced is 0.04?
Give your answer correct to 3 places of decimals. Found 2 solutions by stanbon, Theo:Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! Products are sold in batches of 20. A penalty clause requires that if any batch contains 2 or more defective items, the customer will receive a total refund on the cost of the batch.
How likely is this to happen if the proportion of defectives products produced is 0.04?
Give your answer correct to 3 places of decimals.
------------------
It's a binomial problem with n=20, p=0.04, 2<= x <= 20
P(2<= x <= 20) = 1 - binomcdf(20,0.04,1) = 0.1897
======================
Cheers,
Stan H.