Vithal
A lot contains 20 articles. The probability that the lot contains exactly 2 defective articles is 0.4 and the probability that the lot contains exactly 3 defective articles is 0.6. Articles are drawn from the lot at random one by one without replacement and are tested till all defective articles are found. What is the probability that the testing procedure ends at the twelfth testing?
A. 0.24
B. 99/190
C. 6/25
D. 8/55
E. 99/1900
Ok, let's try this one.
prob of picking 2, if the lot contains 2, on the 12th testing is
2*11!*18C10/20P12 = 2*11/(19*20)
prob of picking 3, if the lot contains 3, on the 12th testing is
3*11!*17C9/20P12 = 3*11/(19*20) * 5/9
so far that's what we've been doing all the time
now Sparky needs to open his probability book
P(A) = P(A|B)P(B) + P(A|C)P(C), where P(B or C) = 1
so P(12) = P(12|2)P(2) + P(12|3)P(3) =
2*11/(19*20) * 4/10 + 3*11/(19*20) * 5/9 * 6/10 = 99/1900, or E
p.s. Vithal, where do you get this kind of problems? I need to go through my all undegrad statisitics course to figure out the solution. oh, man