There are $6$ pairs of shoes - $2$ pairs red, $2$ pairs blue and $2$ pairs green. $6$ people come and randomly pick a right shoe and a left shoe. What is the probability that none of them have two shoes of the same colour?
I tried as follows:
We define $A_i:$ as the event that the $i^{th}$ person is colour co-ordinated, $i=1,2,3,4,5,6$
Then we are to find $P(\bigcap_{i=1}^6 A_i^c)$. Now, $$P(\bigcap_{i=1}^6 A_i^c)=P(\bigcup_{i=1}^6 A_i)^c=1-P(\bigcup_{i=1}^6 A_i)$$ and use the inclusion-exclusion equality on $$1-P(\bigcup_{i=1}^6 A_i)$$ Now $$P(\bigcup_{i=1}^6 A_i)=\sum_{r=1}^6 (-1)^{r-1}S_r$$ $$ where S_r=\sum_{1\le i_1\le i_2\le....\le i_r} P(\bigcap_{j=1}^r A_{i_j})\quad r=1,2,...,6$$ But I am struggling to evaluate the $S_r$ quantities...