Binomial coefficient summation proof

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 4K views
zeion
Messages
455
Reaction score
1

Homework Statement



Prove that

[tex]\sum^{l}_{k=0}[/tex] [tex]n \choose k[/tex] [tex]m \choose l-k[/tex] = [tex]n+m \choose l[/tex]

Hint: Apply the binomial theorem to (1+x)n(1+x)m

Homework Equations


The Attempt at a Solution



I apply the hint to that thing to get [tex]\sum^{n}_{j=0}[/tex] [tex]n \choose j[/tex] [tex]x^j \sum^{m}_{k=0}[/tex] [tex]m \choose k[/tex] [tex]x^k[/tex]= [tex]\sum^{n}_{j=0}\sum^{m}_{k=0}[/tex][tex]n\choose j[/tex][tex]m\choose k[/tex][tex]x^{j+k} = \sum^{n+m}_{l=0}[/tex][tex]n+m \choose l[/tex][tex]x^l[/tex]

Now I am stuck.
 
on Phys.org
Dick said:
The coefficient of x^l must be the same on both sides, right?

So that means l = j+k?