A box contains 6 tennis balls. Peter picks two balls at random from the box, plays with them, and returns them to the box. Paul then picks two more balls at random from the box (they can be the same or different from Peter's balls), plays with them, and returns them to the box. Finally, Mary picks two more balls at random and plays with them. What is the probability that every ball picked was played with exactly once?
I'm not really sure how to approach this question because there's nothing distinguishing each tennis ball from each other. Obviously the first step would be picking 2 balls from 6 but what exactly is the sample space here and how would I go approach this problem?
Thanks!
For the all-distinct event to happen,
hence, the desired probability is $$ {\large{\frac{\binom{6}{2}}{\binom{6}{2}}}} \cdot {\large{\frac{\binom{4}{2}}{\binom{6}{2}}}} \cdot {\large{\frac{\binom{2}{2}}{\binom{6}{2}}}} = \frac{15}{15} \cdot \frac{6}{15} \cdot \frac{1}{15} = \frac{2}{75} $$ As regards the sample space, if you number the balls $1,...6$ with invisible ink (so the players can't see the numbers but you can), then each player draws a $2$-element subset of the set $$B=\{1,...,6\}$$ hence we can regard the sample space, $S$ say, as the set of ordered triples of such $2$-element subsets.
As an example, the triple $$\bigl(\{2,5\},\{1,3\},\{3,4\}\bigr)$$ is a sample point, corresponding to the outcome where
Since ${\large{\binom{6}{2}}}=15$, it follows that $|S|=15^3$.