I need to prove that :
$$\binom{m+M}{n}= \sum_{i=0}^n \binom{m}{i}\binom{M}{n-i}$$
without expanding.
I started by seperating the left hand side to get:
$$\binom{m+M}{n} = \binom{m}{n}\binom{M}{n}$$, and am trying to open up the right hand side with Pascal's identity but I am not sure how to make it work out to the required equality.