Whenever I encounter a probability question, especially those with pulling objects out of a box, I think, "Wait, are they all being selected at the same time (combinations), or are they being chosen one by one without replacement?"
And unfortunately, I still don't have an answer for that.
For example, let there be $10$ cards laid face down on table, $5$ red, $5$ blue.
I pick up two cards. What is the probability that both of them are red?
Well, I could do combinations, $\displaystyle \frac{\binom{5}{2}}{\binom{10}{2}}= \frac{2}{9}$.
Alternatively, we have $\displaystyle \frac{5}{10} \times \frac{4}{9}=\frac{20}{90}=\frac{2}{9}$.
In this case the probabilities were the same, regardless of whether they were picked up at different moments in time or simultaneously.
Does this hold for all probability questions? Is there something to be assumed when it is not clear how the objects are being selected?