$$\binom{k}{i}\binom{n}{k}=\binom{n}{i}\binom{n-i}{k-i}$$
This identity could be easily shown using algebraic formula of combination. However, I would like to provide a combinatorial proof.
I considered applying Pascal's equality, but got stuck.
Any advice ?
We count the number of ways a committee of $k$ people with a subcommittee of $i$ people can be selected from $n$ people in two different ways.
The left-hand side counts the number of ways of selecting a committee of $k$ people from $n$ available people, then choosing $i$ of those $k$ people to serve on a subcommittee.
The right-hand side counts the number of ways of selecting the subcommittee of $i$ people from the $n$ available people, then choosing the remaining $k - i$ members of the committee from the remaining $n - i$ available people.