In this problem, construct a bijection to show the identity. Use the definitions of these quantities, not formulas for them.
For $0≤j≤n$ $$\binom{n}{j}=\binom{n}{n-j}$$
I know how to prove this by induction, but I have no idea what "construct a bijection" stands for. Could anyone explain this or (better) show me an example? Thanks.
Consider the number of ways to arrange $n$ bits, $j$ of which are ones; by definition there are $\binom nj$ ways of doing so. For every such way we can flip the bits to obtain an arrangement of $n$ bits where $n-j$ of them are ones; there are $\binom n{n-j}$ arrangements here. For example:
This flipping of bits constitutes the bijection. Since every way of arranging the bits is accounted for on both sides of the bijection, this shows that $\binom nj=\binom n{n-j}$.