I was tasked with proving the following equality for any $n,m\in\Bbb{N}$.
$$\sum_{k=0}^{m}{m \choose k}{{n+k} \choose m}=\sum_{k=0}^{m}{m \choose k}{n \choose k}2^{k}$$
which i have managed to with some ugly double induction.
Many problems of this variety can be solved by calculating the power of some set in two ways and I'm sure there is a way of looking at this equality that yields a nice combinatoric solution. However, I was unable to find it.
Any thoughts? I'm actually curious what it might be since on the left side of the equation we have $2^k$ that looks like we get to choose some subset of $[k]$ but without its power being relevant, while on the right side we have none such terms.
We have $g$ green balls and $r$ red balls (all numbered), we wish to pick $r$ balls and, further, we are allowed to place a mark on the selected green balls. Let $C$ count the ways of doing this.
Letting $k$ be the number of picked green balls, we have $$ C=\sum_{k=0}^{g}{r \choose r-k}{g \choose k}2^{k}=\sum_{k=0}^{g}{g \choose k}{r \choose k}2^{k}$$ which is the RHS of the original eq ($g \leftrightarrow m$, $r \leftrightarrow n$).
Also, letting $j$ be the number of green balls that were not marked (picked or not):
$$C=\sum_{j=0}^{g}{g \choose g-j}{r + j \choose r-(g-j)}=\sum_{j=0}^{g}{g \choose j}{r + j \choose g}$$
where the first factor counts the marked green balls, and the other the rest.