Dave has $10$ poker chips, $5$ of which are red and the other $5$ of which are white. Dave likes to stack his chips and flip them over as he plays. How many different $10$-chip stacks can Dave make if two stacks are not consider distinct if one can be flipped to appear identical to the other?
Can someone please help me answer this, I know there is a similar problem out there but it was with $6$ and $4$ instead of $5$ and $5$ so I was unsure how to solve it using odd numbers. Thanks appreciate the help.
There a $10!$ ways to arrange $10$ pieces. But this number includes every single possibility.
Since you have $5$ reds, you can swap a red chip with any other red one and you will get the exact same arrangement. There are $5!$ to arrange the $5$ red chips therefore you divide $10!$ by $5!$.
The same is valid for the whites: divide again $\frac {10!}{5!}$ by $5!$.
Finally you get that the total number of arrangements is $\frac {10!}{5!\times5!}$.
The general formula for the number of different arrangements of $N$ elements, of which $m_1, m_2,...,m_n$ are the same, is $\frac{N!}{m_1!\times m_2!\times...\times m_n!}$
Now, note that every single stack arrangement when flipped has a corresponding arrangement, which is different from it. This is true, save for the symmetric arrangements - they are flipped onto themselves, not a different stack arrangement. Therefore, you are left to calculate how many of the possible stack arrangements are symmetric, divide the rest by $2$, since they are identical when flipped, and you will get the answer. Luckily, there are no symmetric arrangements since you have even number of positions and odd number of chips of the same color.
So you answer would be $\frac {10!}{2\times5!\times5!}$.