Recently I was solving a probability question, and I encountered a summation that I was unable to figure out. I put it on Wolfram Alpha, and it returned an unexpectedly simple solution. The answer I mention is here, and it is correct as I have checked the solution independently using a different method (the second method in the answer). The identity in question is as follows:
$$\sum_{n=1}^{r+1}\frac{\binom{r}{n-1}}{\binom{b+r}{n}}=\frac{b+r+1}{b(b+1)}$$
The linked answer definitely gives a probabilistic proof for the same, but I would very much like a direct proof. Any kind of method is acceptable that is different from what has been done in the answer. Thank you in advance!