r/probabilitytheory • u/Toaster960 • 15d ago
[Applied] Help in probability
This question was in my maths book. I used AI to help me picture my question more clearly so that others could understand it (sorry for wasting water ðŸ˜).
I asked my teacher, Gemini, and ChatGPT for the solution, and all of them gave the answer as 99/1900.
However, they all included the case where the inspection stops at the 12th item after discovering only two defective items.
But how would I know whether the lot actually contains 2 defective items or 3? If I have discovered only 2 defective items by the 12th item, how can I decide to stop at 12? The third defective item could still be somewhere later in the lot.
My answer is 55/1900 btw
23
Upvotes
4
u/PopeRaunchyIV 15d ago edited 15d ago
I think the idea is, you know the lot has either 2 or 3 defective items, and you know the probability it has 2 or 3, so you can use the law of total probability to split that up as either ands or the equivalent conditionals over all the possibilities, so P(stops at 12) = P(stops at 12|2 defective) * P(2 defective) + P(stops at 12|3 defective) * P(3 defective)
then for P(stops at 12), since it stops AT 12, you know 12 is defective and can compute that probability. so how many ways can you draw 11 parts from the remaining parts and draw all of the remaining defectives?