- #1
Whitishcube
- 83
- 0
Homework Statement
Suppose two teams are playing a set of 5 matches until one team wins three games (or best of five).
Considering the possible orderings for the winning team, in how many ways could this series end?
Homework Equations
The Attempt at a Solution
So I think I have the solution, I just would like my logic to be checked in this.
If we think of the case where the winning team gets three wins first, we can think of the
last two games as losses, so we can essentially think of the number of possible outcomes
as the number of permutations of the set {W, W, W, L, L} (W is win, L is loss). This ends up being the multinomial coefficient:
[tex] \left( \begin{array}{c}
5\\
3,2 \end{array} \right)=
\frac{5!}{2! 3!} = 10,[/tex]
so there are 10 possible outcomes.
Is this correct? Probability is a strange feel compared to most of the other math I have encountered...