I have $n$ numbers of bits. $\frac{n}{2}$ of those bits must be $1$ and $\frac{n}{2}$ of those bits must be $0$ (meaning $00001111$ or $10101001$). How many different binary numbers can I make?
Is there some formula I can apply so that I can figure out if I have $4$ bits made up of two $1$'s and two $0$'s, and then arrange in such a way that I can make $6$ unique numbers?
