I have the following probability problem. I think Approach 2 is the correct approach since we need to deal with all possibilities rather than just permutations.
Question
Which is the correct approach in this probability problem?
Problem
There are 2 white and 3 red balls. A ball is selected and placed on the left chair followed by selecting another ball and placing it on the right chair. What is the probability that the left chair gets a white ball? Assume that there are only 2 chairs and you are the observer so that the left position is relative to you.
Approach 1
Total number of outcomes = 4 since possible permutations are WR or WW or RR or RW
Favorable number of outcomes = 2 since only WW or WR are possible with white ball on left.
Therefore, probability of left ball being white = 2 / 4 = .5
Approach 2
We treat each ball as a distinct object
So, Total number of outcomes = 5 X 4 = 20 since the left chair can have a ball in 5 ways and the right chair can then have it in 4 ways.
Favorable number of outcomes = 2 X 4 = 8 since the left chair can have a white ball in 2 ways and then the right chair can have any ball in 4 ways i.e. either a white ball or a red ball.
Therefore, probability of left ball being white is 8/20 = .4