A and B play a tennis match which will not result in a draw. The player who wins 5 rounds first will be the winner of the match. The number of ways such that A can win the match is:
Show Hint
This is a classic application of the Negative Binomial distribution logic. Alternatively, you can use the identity $\sum_{r=k}^n \binom{r-1}{k-1} = \binom{n}{k}$. Here, $\binom{9}{5} = 126$.