7 pairs of shoes (i.e., 14 shoes) are in a closet. 4 persons whose shoes are among the 7 pairs randomly selected 2 shoes each from the closet. What is the probability that exactly 2 persons selected their pairs of shoes?
My attempt:
$1\frac{12}{13}\frac{10}{12}\frac{8}{11}$
is the P(of no pairs)
Another attempt:
$\frac{\:2!}{0!\:\cdot \left(2\:-\:0\right)!}\: \cdot \frac{\:14!}{5!\:\cdot \left(14\:-\:5\right)!}\:$ = Possible outcomes for the ith person selects their own pair of shoes
Number the persons with $1,2,3,4$.
Let $A,B,C,D$ denote the events that persons $1,2,3$ and $4$ respectively picks his own shoes.
Then by symmetry it is clear that the probability that exactly $2$ persons pick their own shoes is: $$\binom{4}{2}P\left(A\cap B\cap C^{\complement}\cap D^{\complement}\right)$$
Here: $$P\left(A\cap B\cap C^{\complement}\cap D^{\complement}\right)=P\left(A\right)P\left(B\mid A\right)P\left(C^{\complement}\cap D^{\complement}\mid A\cap B\right)$$
and: $$P\left(C^{\complement}\cap D^{\complement}\mid A\cap B\right)=1-P\left(C\cup D\mid A\cap B\right)=$$$$1-P\left(C\mid A\cap B\right)-P\left(D\mid A\cap B\right)+P\left(C\cap D\mid A\cap B\right)=$$$$1-2P\left(C\mid A\cap B\right)+P\left(C\mid A\cap B\right)P\left(D\mid A\cap B\cap C\right)$$
Can you find $P\left(A\right),P\left(B\mid A\right),P\left(C\mid A\cap B\right)$ and $P\left(D\mid A\cap B\cap C\right)$ yourself?