Question:medium

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$.
Updated On: Apr 6, 2026
  • 126
  • 252
  • 63
  • 216
Show Solution

The Correct Option is A

Solution and Explanation

Was this answer helpful?
0