Analyzing the Setup
We are given a lot of 20 articles. There are two mutually exclusive hypotheses regarding the number of defective items:
A1: The lot contains 2 defectives, with P(A1)=0.4.
A2: The lot contains 3 defectives, with P(A2)=0.6.
The testing procedure terminates exactly at the 12th draw. This implies that the final defective item must be drawn on the 12th attempt.
Case 1
The Lot has 2 Defectives
For the process to end at the 12th draw, we must have found exactly 1 defective in the first 11 draws, and the 2nd defective must appear on the 12th draw.
The probability of finding
1 defective in the first
11 draws is given by the hypergeometric distribution:
P(1 def in 11)=20C112C1×18C10
After
11 draws,
9 articles remain, one of which is the final defective. The probability of picking it is
91. Thus, the conditional probability is:
P(E∣A1)=(20C112C1×18C10)×91=19011
Case 2
The Lot has 3 Defectives
For the process to end at the 12th draw, we must have found exactly 2 defectives in the first 11 draws, and the 3rd defective must appear on the 12th draw.
The probability of finding
2 defectives in the first
11 draws is:
P(2 def in 11)=20C113C2×17C9
Multiplying by the probability of picking the final defective from the remaining
9 items, we get:
P(E∣A2)=(20C113C2×17C9)×91=22811
Final Calculation
We invoke the
Law of Total Probability to combine these cases:
P(E)=P(A1)P(E∣A1)+P(A2)P(E∣A2)
Substituting the known values:
P(E)=0.4×(19011)+0.6×(22811)
Performing the arithmetic, we arrive at the final result:
P(E)=190099