How do you combinatorially prove the following? $$r \binom {n}{r} = n \binom {n-1}{r-1}$$
I find it easy to prove such equalities algebraically, but have a hard time finding the right combinatorial intuition.
Any advice for coming up with combinatorial proofs myself?
The first step is to interpret the expressions - what are they counting? There are some tricks to this. For instance, addition corresponds to a single choice out of two sets of options whereas multiplication corresponds to two choices from two sets of options. Another trick is to find dependencies - for instance in the expression $r\binom{n}{r}$, we see the $r$ twice, so we ought to investigate what it would mean if one of the $r$s represented a choice that was dependent on the other $r$. In particular, if $\binom{n}{r}$ counts $r$-subsets of $\{1,\cdots,n\}$ then $r$ by itself can be interpreted as how many ways there are to choose a single element of that $r$-subset.
We always phrase this in more familiar terms. For instance, instead of an $r$-subset of $\{1,\cdots,n\}$, we can think of a committee of $r$ people out of $n$ candidates. Then the special one of the $r$ members chosen for the other $r$ in the expression $r\binom{n}{r}$ can be interpreted as choosing a president. So $r\binom{n}{r}$ counts committees of $r$ people drawn from $n$ candidates with a single president.
A next step is to think about how to count this, but in a different way. If you think about the thing you're constructing in terms of "choices" that can be made while constructing it, you can change the order in which you make these choices. For instance, instead of choosing $r$ out of $n$ people for a committee and then choosing a president out of those $r$, which gives $r\binom{n}{r}$, you can instead pick the president ($n$ options) and then pick the $r-1$ non-president members of the committee out of the remaining $n-1$ people, which gives the equivalent expression $n\binom{n-1}{r-1}$.