In: Math
Answer: The probability of accepting a lot containing 25% of defective items is 0.8855
Explanation:
For a lot containing 25% of defective items,
Probability of a piece being defective =0.25
For first sample:
n=4
Taking a sample of 4 can be considered as a binomial experiment with n=4 and success probability p=0.25.
Probability of no defective =
=1*0.250*0.754
=0.3164
Probability of one defective =
=4*0.251*0.753
=0.4219
Probability of 2 or more defective
= 1-(0.3164+0.4219)
=0.2617
For second sample, we take sample of 2,
so n=2,
Probability of no defective =
=1*0.250*0.752
=0.5625
Probability of accepting based on first sample =Probability of no defective + Probability of one defective
=0.3164+0.4219
=0.7383
Probability of accepting based on second sample
=Probability of 2 or more defects in first sample*Probability of no defect in 2nd sample
=0.2617*0.5625
=0.1472
Total probability of accepting lot = 0.7383 + 0.1472
=0.8855