SOLUTION: Let n and r be positive integers with n ≥ r. Prove that rCr + (r+1Cr)+...+( nCr) = (n+1Cr+1)

Algebra ->  Permutations -> SOLUTION: Let n and r be positive integers with n ≥ r. Prove that rCr + (r+1Cr)+...+( nCr) = (n+1Cr+1)      Log On


   



Question 1102843: Let n and r be positive integers with n ≥ r. Prove that rCr + (r+1Cr)+...+( nCr) = (n+1Cr+1)
Answer by math_helper(2461) About Me  (Show Source):
You can put this solution on YOUR website!
Proof by induction (using C(n,r) notation):
n=0: C(0,0) = 1 = C(1,1)
Assume its true for n=k:
n=k: C(r,r)+C(r+1,r)+ … + C(k-1,r) + C(k,r) = C(k+1, r+1) (*)

Now we need to show that it follows that (*) leads to the equality holding for n=k+1:
n=k+1: C(r,r)+C(r+1,r)+ … + C(k-1,r) + C(k,r) + C(k+1,r)

Adding brackets around all but the last term from above:
[ C(r,r)+C(r+1,r)+ … + C(k-1,r) + C(k,r) ] + C(k+1,r)
The part between brackets [ ] is (*):
= C(k+1, r+1) + C(k+1, r)
=

— re-writing the above by multiplying the 2nd term by (r+1)/(r+1) and
— pulling out the first factor of (k+1-r)! in the denominator:

=

— allows us to factor to:

=

=
=
= +++%28k%2B2%29%21%2F%28%28k%2B1-r%29%21%28r%2B1%29%21%29+
= ++C%28k%2B2%2Cr%2B1%29+ Done. Assuming truth for n=k ==> true for n=k+1

The last statement can be re-written as
= ++C%28n%2B1%2Cr%2B1%29+
because n=k+1.