Combinatorial proof of $\frac{(2n)!}{2^n \times n!} \in \mathbb{N}$
My try: Suppose there are $n$ families $F1,F2,F3,..Fn$ containing couples(Wife and Husband pair). So there are total $2n$ people.
We have $P=(2n)!$ as number of ways to arrange them in a line.
Now what is the combinatorial significance of $2^n \times n!$?
My thought is this:
Let there are $n$ different rooms. Each room should be accommodated with one person and no two rooms contain same family members. Thus first room can be occupied in $2$ ways, say from family $F1$ with either of Husband or Wife.Second room can also be occupied in $2$ ways say from $F2$ and so on. So total $2^n$ ways and these people can be arranged in $n!$ ways. Hence total $$Q=2^n \times n!$$
Any way to proceed from here to say the ratio $\frac{P}{Q}$ is an integer?