View Full Version : A somewhat simple Probabilty problem
Whitishcube
Dec16-11, 01:53 AM
1. The problem statement, all variables and given/known data
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?
2. Relevant equations
3. 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:
\left( \begin{array}{c}
5\\
3,2 \end{array} \right)=
\frac{5!}{2! 3!} = 10,
so there are 10 possible outcomes.
Is this correct? Probability is a strange feel compared to most of the other math I have encountered...
Your answer would be correct if they always played all 5 games. But this isn't true, because they will stop as soon as the winner has won 3 games. So you have over-counted. You've got to think of a different way of counting the possible outcomes.
Whitishcube
Dec16-11, 01:32 PM
Hmm any pointers besides that? The only things I can think of are permutations and combinations. If they don't always play 5 games though, how can I use these methods here?
dacruick
Dec16-11, 01:35 PM
Hmm any pointers besides that? The only things I can think of are permutations and combinations. If they don't always play 5 games though, how can I use these methods here?
technically you could use the logic that they play all 5 games and subtract from that the amount of ways that 5 games wouldn't be played. You know that a minimum of 3 have to be played.
Whitishcube
Dec16-11, 01:41 PM
So you're saying I should take the possible number of ways the 5 games could be played, which is 10 ways, and subtract the number of games where they win before all 5 games are played?
dacruick
Dec16-11, 01:50 PM
So you're saying I should take the possible number of ways the 5 games could be played, which is 10 ways, and subtract the number of games where they win before all 5 games are played?
It seems like a viable approach does it not?
The real key here would be to find out the mathematical logic to extend this to maybe a 9 game series or something like that.
Whitishcube
Dec16-11, 02:03 PM
Yeah that's the next problem in my book heh. What I'm seeing is this: I find the total number of possible permutations with the multinomial coefficient, then subtract the multinomial coefficient with one less game played (with n-1 instead of n), and continue the process until I reach (n-1)/2 games, as that is the minimum needed to win. Does this sound like a viable method? Or am I missing something simpler? Using this with my example gives 10 - (4 choose 3,1) - (3 choose 3) = 10-4-1=5 ways the series could end.
Your answer would be correct if they always played all 5 games. But this isn't true, because they will stop as soon as the winner has won 3 games. So you have over-counted. You've got to think of a different way of counting the possible outcomes.
That actually doesn't matter because the tournament ends when three wins occur. Every allowable combination has exactly three wins, so you can just count the unplayed games as losses. In other words, WWW is equivalent to WWWLL, for example. Invalid combinations like WWWWL aren't counted because you're only counting combinations that have exactly three wins.
If you write down all of the outcomes for the tournament, you'll see there are indeed 10 possible outcomes, which is what Whitishcube found.
dacruick
Dec16-11, 02:59 PM
3-0 , 3-1, 3-2, 2-3, 1-3, 0-3.
I count 6, unless I misunderstand the question.
EDIT: I re-read the question again, I definitely misunderstood it. Ignore my above post!
That actually doesn't matter because the tournament ends when three wins occur. Every allowable combination has exactly three wins, so you can just count the unplayed games as losses. In other words, WWW is equivalent to WWWLL, for example. Invalid combinations like WWWWL aren't counted because you're only counting combinations that have exactly three wins.
If you write down all of the outcomes for the tournament, you'll see there are indeed 10 possible outcomes, which is what Whitishcube found.
whoops. yes, you and whitishcube are right. I was originally unconvinced by the logic, so I tried writing down all possible combinations and got 8 (due to stupid mistake), but now I've checked it again I do get 10.
Office_Shredder
Dec16-11, 07:52 PM
The calculation used in the OP is absolutely solid and a very elegant way to solve this problem. It requires two things:
1) Every way of sorting 3 wins and 2 losses can be corresponded to an actual best out of 5 series
2) Every best out of 5 series corresponds to a different 3 win 2 loss series
Then the number of ways that you can have a 3 win 2 loss combination is exactly equal to the number of best out of 5 series.
awkward
Dec18-11, 01:18 PM
The winner must win the last game in the series, and the series can be 3, 4, or 5 games long.
Let's consider the 5-game case, for example. The winner must win the last game. Then he can win any 2 of the previous 4. So there are C(4,2) ways for him to win.
The 3- and 4-game series are similar. Work them out and add up the ways.
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.