We got 6 pieces of strings. The top ends of the ropes are randomly paired up and tied together. The same procedure is done with the bottom ends of the strings. What is the probability that, as a result of the process, the 6 pieces of strings will be connected in a single closed loop of string?
My initial attempt is to just multiply the probabilities in each step:
Probability of tying the top of the string in initial procedure is 1. Because any head we tie will not effect the result we are getting.
Second, step if we choose a random string and random bottom end of it, out of our new 3 full strings; only one of the outcomes will not be favorable out of all 5 bottom ends. So favorable probability $\frac{4}{5}$
Third, if we consider one of our new tied strings's bottom ends we have 2 favorable ends out of 3 ends so $\frac{2}{3}$
and finally 1 way to tie the last ends.
Therefore in total;
$1 \times \left(\frac{4}{5}\right) \times \left(\frac{2}{3}\right) \times 1 = \frac{8}{15} $
This was my attempt am I missing something?
We can assign a number to each string from 1 to 6. We get three pairs $(i,j)$ of distinct numbers when choosing the top ends. We will not have a single closed loop if we choose one of these three pairs for the bottom ends. So the probability of having a single closed loop can be decomposed in $\frac{12}{15}$ when choosing the first bottom pair times $\frac{4}{6}$ when choosing the second bottom pair given we didn't choose one of the top three pairs before, which gives $\frac{8}{15}$. $\frac{4}{6}$ comes from the fact that the first bottom pair removes the possibility of choosing two of the three top pairs and we also need to consider the probability of choosing the remaining top pair by default for the last bottom pair.