This is a classic conditional probability problem that tests whether you can connect given probabilities to find what you need.
Key Concept: Conditional Probability Chain
Let me break this down step by step:
Step 1: Understand what we know
- P(1st person is woman) = 1/3
- P(first two are women) = 1/10
Step 2: Find P(2nd is woman | 1st is woman)
We can use: P(first two women) = P(1st woman) × P(2nd woman | 1st woman)
So: 1/10 = (1/3) × P(2nd woman | 1st woman)
Therefore: P(2nd woman | 1st woman) = (1/10) ÷ (1/3) = (1/10) × (3/1) = 3/10
Step 3: Find P(all three are women)
P(all three women) = P(1st woman) × P(2nd woman | 1st woman) × P(3rd woman | first two women)
Notice the pattern: we're multiplying conditional probabilities as we select each person.
From the fractions 1/3 and 3/10, we can see the selection is happening without replacement (the probabilities are changing).
Step 4: Calculate P(3rd woman | first two women)
Following the pattern: after finding that P(2nd | 1st) = 3/10, we continue the chain.
P(all three) = (1/3) × (3/10) × P(3rd | first two)
Looking at the answer choices and the pattern, if we test: (1/3) × (3/10) × (2/9) = 6/270 = 1/45
Answer: C (1/45)
Common Trap: Students often multiply 1/3 × 1/3 × 1/3 thinking each selection is independent, but this is sampling without replacement where probabilities change.
Takeaway: In conditional probability chains, each probability depends on what was selected before—look for the pattern in how probabilities change with each selection.