A bag contains 3 white, 4 black, and 2 red marbles. Two marbles are drawn from the bag. If replacement is not allowed, what is the probability that the second marble drawn will be red?
I disagree with the given answer $\frac29$. Can someone please point why my solution is wrong?
P(Both Red) + P(Second is Red):
P(Both Red) $=\frac{\binom22}{\binom92}$
P(Second is Red) $=\frac{\binom71\binom21}{\binom92}$
This comes out to be $\frac5{12}$.
You have overcounted the cases where only the second marble drawn is red.
The correct answer can be simply derived by noting that the draw here is equivalent to picking the first two objects in a random permutation of the marbles, where any specific position has a $\frac29$ chance of being red.