ADhanjal
I’ve figured out where I went wrong in the previous problem, but I still struggle with deciding which approach to use when the wording is unclear. For example, the question said,
“Jack takes turns picking randomly a marble from that box,” which suggests he picks one marble at a time without replacement, so the combination approach was correct. However, in some questions, it’s left ambiguous whether the person picks all the items at once or one by one. Are these situations truly ambiguous, or will there always be a hint in the wording that they are picking one by one? If it is ambiguous, is it safer to assume they pick all at once using combinations? I’d appreciate any tips on how to interpret these cases.
1. A proper GMAT question will be very precise and clear, so it will not leave room for multiple interpretations.
2. Mathematically, picking “one by one without replacement” or “all at once” is the same thing.
For example, suppose a box has 3 red and 2 blue marbles and you want the probability of getting 2 reds when picking twice without replacement :
- All at once (combinations): C(3,2)/C(5,2) = 3/10
- One after another without replacement: P(R then R) = 3/5 * 2/4 = 3/10
Same answer.
3. The difference is not “one by one vs all at once,” but “with replacement vs without replacement.” That is what changes the probability. And again, a proper GMAT question will clearly state if the drawing is with or without replacement.
Hope it helps.