Bunuel asked me to chime in here. Wow, this thread has become confused!
This is all actually very simple. Say I have a bag with 3 red and 2 green marbles, and I stick both of my hands in the bag and grab hold of two marbles. Obviously the probability that I pick 1 red and 1 green marble can't possibly be any different if I take both my hands out at once, or if I take them out one at a time (edit - to take a real world example, if a poker player is dealt two cards, she isn't less likely to have a pair of aces if she looks at them one at a time than if she looks at them both simultaneously). The distinction some people are drawing in posts above between 'simultaneous selections' and 'selections one at a time' is mathematically irrelevant. You can take either perspective when you answer these kinds of questions, and you'll always get the same answer (provided you do the math correctly!).
If we go back to the question in the original post:
There are 3 red, 2 white, and 5 blue marbles. If Bob takes 2 marbles out of the bag, what is the probability that he will have one white and one blue marble?the answer here is certainly 2/9. You can either think of making the selections one at a time, in which case there are two distinct ways in which we get the required result:
(white AND blue) OR (blue AND white)
(2/10)(5/9) + (5/9)(2/10) = 2/9
I'd find this the easier way to look at the problem. Or if you prefer to think, in mathematical terms, of everything occurring at once, there are 10C2 = 45 ways of picking two marbles in total, and there are (2C1)*(5C1) = 10 ways of picking a blue marble and a red marble, so the answer must be 10/45 = 2/9. If a book is claiming the answer to this question is 1/9 (or if the book is suggesting you use some method that would lead to the answer 1/9), the book is simply wrong. If you were asked explicitly: "Bob will take one marble out of the bag, and then, without putting the first marble back, will take a second marble out of the bag. What is the probability the first marble is white and the second marble is blue?" then the answer is 1/9, of course. But that's a different question from the one above.
VeritasPrepKarishma
Picking Red and Blue simultaneously is the same as picking first Red and then Blue without replacement. It is not the same as picking any one and then the other without replacement (where we consider Red Blue and Blue Red) .
This is simply false. You can see that we can't simply take one particular order and use it to find the answer to a question like the above by using the simplest possible example. Say you have 1 red and 1 blue marble in a bag, and you pick two marbles without replacement. What's the probability you get 1 red and 1 blue marble? Obviously it's 100%, and not 1/2; you can't choose the order 'first Red and then Blue' and hope to get the right answer.
Now, picking Red and Blue simultaneously *is* the same as picking first Red and then Blue ***OR*** picking first Blue and then Red. But you absolutely need to add the probabilities from the two cases or else your answer will be half what it should be.