Why Does This Summation Simplify to a Power of p?

  • Context:
  • Thread starter Thread starter pp123123
  • Start date Start date
  • Tags Tags
    Summation
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
pp123123
Messages
5
Reaction score
0
I came across some summation but have no idea how to simplify it.

$\sum_{x=0}^{\infty} \binom{x+r-2}{r-2}(1-p)^{x}=p^{1-r}$

Why is it so?
 
Physics news on Phys.org
pp123123 said:
I came across some summation but have no idea how to simplify it.

$\sum_{x=0}^{\infty} \binom{x+r-2}{r-2}(1-p)^{x}=p^{1-r}$

Why is it so?
Hint: Use the binomial series $$(1+x)^\alpha = \sum_{k=0}^\infty {\alpha\choose k}x^k,$$ with $x = -(1-p)$ and $\alpha = 1-r.$