I've been trying to solve a question about probability and I can't seem to wrap my head around how to do it.
The question is: Imagine an urn with 4 red balls and 4 blue balls. You pick out two balls and leave them to the side, making a pair. You continue doing this until there are no balls left in the urn; what is the probability that exactly one pair of balls are red?
Thanks in advance!
I would say that the probability is $24/35$. For this, number the balls $b_1,\cdots,b_8$. The ball $b_1$ has 7 possible peers. Once the peer is chosen, the next free ball in this order has 5 possible peers, again once it is chosen, the next free ball has 3 possible peers. Hence there are $7\times5\times3$ ways to group the balls in pairs. The order of appearance of the pairs can be ignored.
Now suppose that the red balls are $b_1,\cdots,b_4$. There are $\binom{4}{2} = 6$ ways to choose the pair of red balls in the result. Once this pair is chosen, the first free red ball has 4 possible blue peers, and the next free red ball has 3 possible blue peers. Hence $6\times 4 \times 3$ configurations give a unique pair of red balls.
Hence the probability is \begin{equation} p = \frac{6\times 4 \times 3}{7\times5\times3} = \frac{24}{35} \end{equation}