I'd like a clarification about or some insight into one possible form of solution to the following problem:
- Suppose that each of n sticks is broken, into one long and one short part. The 2n parts are arranged into n pairs from which new sticks are formed. Find the probability (a) that the parts will be joined in the original order ...
Quite easily I came up with the correct solution $$\frac{2^n n!}{(2n)!}$$ by the reasoning that
- all sticks can be ordered in $(2n)!$ ways and
- $n$ original pairs of sticks can be ordered in $n!$ ways and each such pair can be further ordered in 2 ways.
According to answers this solution can also be written as $$\frac{2^n n!}{(2n)!} = [1 \cdot 3 \cdot 5 \cdot \dotso \cdot (2n-1)]^{-1} = (2n-1)!!^{-1}$$
which actually appears as the first candidate (before equal sign). I can't figure out how to interpret this form and by what reasoning could I arrive at it. Note I'm not trying to find out how is the middle derived from the left but rather how is the middle derived from the problem description.
The problem is from the book An Introduction to Probability Theory and Its Applications Vol.1 by W. Feller.