Show How to Prove $\binom{n}{r}$ with Pascal's Triangle

  • Topic:
  • Thread starter Thread starter JGalway
  • Start date Start date
  • Tags Tags
    Proof
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
2 replies · 2K views
JGalway
Messages
6
Reaction score
0
Repeatedly apply $\binom{n}{r}= \binom{n-1}{r}+\binom{n-1}{r-1}$ to show:

$$\binom{n}{r}=\sum_{i=1}^{r+1}\binom{n-i}{r-i+1}$$

The closest i got was showing you could show different iterations with the binomial coefficients (Pascal's Triangle).
 
Physics news on Phys.org
Hi JGalway,

To prove the result formally, I suggest using the principle of mathematical induction.
 
Euge said:
Hi JGalway,

To prove the result formally, I suggest using the principle of mathematical induction.

Thanks for the reply.
If it's just induction I think I will just ignore it I thought i was missing some property of ${n \choose r}$.(Never really liked induction)