I've done most of the work but I am now stuck. I started by saying I've gotten too $$E[X] = \frac{r}{p} \sum_{k=r}^{\infty} p \binom{k}{r} p^r(1-p)^{k-r}.$$ I know I need to show that the summation is equal to 1 but I'm not sure how to do that.
2026-02-23 16:53:24.1771865604
Prove that the expected value of a negative binomial distribution is r/p.
4.3k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
I suggest totally probabilistic approach to problem. We know that the Negative binomial distribution is actually sum of several (in this case $r$) independent Geometrical distributions.
Then let $X$~$NB(r,p)$ and $Y_1,.., Y_r$~$Geometric(p)$.
$$\mathbb{E}[X]=\mathbb{E}[\sum_{k=1}^rY_k]=\sum_{k=1}^r\mathbb{E}[Y_k]=\sum_{k=1}^r \frac{1}{p}=\frac{r}{p}. $$