Proof involving binomial coefficients.

PKDfan
Messages
19
Reaction score
0

Homework Statement



Prove that
\sum\limits_{k=o}^l {n \choose k}{m \choose l-k} = {n+m \choose l}

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

Homework Equations



The Attempt at a Solution



Using the hint, I started by saying that (1+x)^n * (1+x)^m = (1+x)^(n+m)

= \sum\limits_{k=o}^n {n \choose k}x^k * \sum\limits_{j=o}^m {m \choose j}x^j = \sum\limits_{l=o}^{n+m} {n+m \choose l}x^l

I then rewrote that as a double sum:

\sum\limits_{k=o}^n \sum\limits_{j=o}^m {n \choose k} {m \choose j}x^{k+j} = \sum\limits_{l=o}^{n+m} {n+m \choose l}x^l

= \sum\limits_{k=o}^n \sum\limits_{l-k=o}^m {n \choose k} {m \choose l-k}x^l = \sum\limits_{l=o}^{n+m} {n+m \choose l}x^l

I have no idea where to proceed from here. Is there some way to divide out one of the sums, maybe? I've been thinking about this for hours and I can't figure it out.
 
Physics news on Phys.org
PKDfan said:

Homework Statement



Prove that
\sum\limits_{k=o}^l {n \choose k}{m \choose l-k} = {n+m \choose l}

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

Homework Equations



The Attempt at a Solution



Using the hint, I started by saying that (1+x)^n * (1+x)^m = (1+x)^(n+m)

= \sum\limits_{k=o}^n {n \choose k}x^k * \sum\limits_{j=o}^m {m \choose j}x^j = \sum\limits_{l=o}^{n+m} {n+m \choose l}x^l

I then rewrote that as a double sum:

\sum\limits_{k=o}^n \sum\limits_{j=o}^m {n \choose k} {m \choose j}x^{k+j} = \sum\limits_{l=o}^{n+m} {n+m \choose l}x^l

= \sum\limits_{k=o}^n \sum\limits_{l-k=o}^m {n \choose k} {m \choose l-k}x^l = \sum\limits_{l=o}^{n+m} {n+m \choose l}x^l

I have no idea where to proceed from here. Is there some way to divide out one of the sums, maybe? I've been thinking about this for hours and I can't figure it out.

Try looking at small values of l, so try to isolate (for example) the coefficients of x, x^2, x^3 and x^4 on both sides. That will help you see the patterns.

RGV
 
I tried that, but I don't see how it shows any pattern. Isolating the coefficients is the part I'm having trouble with, whether or not L is a specific value.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top