Binomial Theorem: Evaluating Complex Combinations

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
ritwik06
Messages
577
Reaction score
0

Homework Statement



Evaluate
[tex]\sum^{m}_{r=0} ^{ n + r }C_{n}[/tex]

I can handle things when the lower thing in the combination part is changing, what shall I do with this one?
 
Physics news on Phys.org
Try writing out a few terms in the series and see if it helps.
 
I get this:
[tex]^{n}C_{n} + ^{n+1}C_{n} + ^{n+2}C_{n} + ... + ^{n+r}C_{n}[/tex]
[tex]^{n}C_{0} + ^{n+1}C_{1} + ^{n+2}C_{2} + ... + ^{n+r}C_{r}[/tex]

All I can do is this, now both the superscript and th subscript are increasing in A.P.
 
The thread is still unsolved...
 
the suggestion was that you actually look at a few specific examples.
If m= 1, you have
[tex]^nC_n+ ^{n+1}C_n= \frac{n!}{n!0!}+ \frac{(n+1)!}{n!1!}= 1+ n+ 1= n+ 2[/tex]
If m= 2, you have
[tex]^nC_n+ ^{n+1}C_n+ ^{n+2}C_n= n+ 2+ \frac{(n+2)!}{n! 2!}= n+ 2+ (n+1)(n+2)/2= n+2+ \frac{1}{2}n^2+ \frac{3}{2}x+ 1= \frac{1}{2}n^2+ \frac{5}{2}n+ 3[/tex]

Try a few more like that and see if anything comes to mind.