I've been working through Richard Hammack's book of proof, where I came across this problem relating to combinatorial proof.
show that:$$\sum_{k=0}^m {m \choose k}{n \choose p+k}={m+n \choose m+p}$$ I've managed to reduce the right hand side to $\sum_{k=0}^m{m\choose k}{n\choose m+p-k}$ by creating a set $S$ with $m+n$ elements, and breaking that into two subsets $A$ and $B$, and counting them separately, then using the Multiplication Principle to combine the results. I presume my problem lays in changing the $m+p-k$ into $p+k$, but any help is appreciated