In this answer, the following statement is made:
The number of binary strings of length $2n+1$ with at least $n+1$ ones is clearly $2^{2n}$.
Unfortunately, this isn't clear to me. I would think that the number of such strings is by choosing $n+1$ one's. Thus we have $${{2n+1}\choose{n+1}}2^n.$$
Where am I going wrong, and how can I think about this?