In the finals of a rugby tournament, two teams play a best of 5 series. Each team has a probability of 2 1 of winning the first game. For each subsequent game, the team that won the previous game has a 1 0 7 chance of winning, while the other team has a 1 0 3 chance of winning. If p is the probability that the series lasts exactly 4 games, what is ⌊ 1 0 0 0 p ⌋ ?
Details and assumptions
Greatest Integer Function: ⌊ x ⌋ : R → Z refers to the greatest integer less than or equal to x . For example ⌊ 2 . 3 ⌋ = 2 and ⌊ − 3 . 4 ⌋ = − 4 .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The series of 5 matches can be won by A or B(the two teams). 'A' can win the series in 4 matches in the following three ways. Case 1(E1) :'A' wins the first match,wins the second match, loses the third match and wins the fourth match. Case 2(E2):'A' wins the first match,loses the second match and wins the third and fourth matches. Case 3(E3):'A' loses the first match,wins the second ,third and fourth matches. According to the data given; Probability of E1=1/2 * 7/10 * 3/10 * 3/10 =(7 * 9)/2000=63/2000. Probability of E2=1/2 3/10 *3/10 * 7/10 =(9 * 7)/2000=63/2000. Probability of E3=1/2 * 3/10 * 7/10 * 7/10 =(49 * 3)/2000=147/2000. As the three events are not related to each other,the probability of A winning the series in 4 matches =P(E1) union P(E2) union P(E3) =P(E1)+P(E2)+P(E3)=(63+63+147)/2000=273/2000. Similarly, B can also win the series in 4 matches in the above stated ways. So, the probability of B winning the series in 4 matches is also 273/2000. So, the probability of the series being decided in 4 matches = P(A) union P(B) =P(A)+P(B)=(273+273)/2000=546/2000=273/1000;since the event A and B are not related i.e. their intersection is a null set. If 'p' is the probability that the series is decided in 4 matches then p=273/1000. So,the value of 1000p = (273/1000) 1000=273.
Consider all cases for 4 games for a team to win, namely WWLW, WLWW and LWWW. (win means a win for a team, L a loss).
The probability of the first happening is 0.5 0.7 0.3 0.3=0.0315. The 2nd case happening has probability 0.5 0.3 0.3 0.7=0.0315. The last case has 0.5 0.3 0.7 0.7=0.0735 probability happening. This gives a total probability of 0.1365. However, this can happen for each of both teams, thus the required answer is 0.1365 2*1000 = 273.
Let the teams be A and B. Then the possible results are: AABA,ABAA,BAAA and the analogous results when team B wins (which, by the way, just multiplies the probability by 2).
1 0 0 0 p = 2 0 0 0 ( 2 1 1 0 7 1 0 3 1 0 3 + 2 1 1 0 3 1 0 3 1 0 7 + 2 1 1 0 3 1 0 7 1 0 7 ) = 2 7 3 .
Let the two teams be A and B respectively.
Note that for there to be exactly 4 games, the victorious team has to have won thrice and lost once. The one game that they lost also cannot be the last. Otherwise, the team would have won the finals in three games.
So, the three possibilities (with team A winning) are as follows:
1 . AABA
2 . ABAA
3 . BAAA
The probabilities are as follows:
1 . 2 1 × 1 0 7 × 1 0 3 × 1 0 3 = 2 0 0 0 6 3 . This is because for the first game, A has a 2 1 chance of winning. For the second game, since A won the first game , it has a 1 0 7 chance of winning. For the third game, since B lost the previous game, it has a 1 0 3 chance of winning. Lastly, for the last game, since A lost the previous game, it also has a 1 0 3 chance of winning. This results in a 2 0 0 0 6 3 chance of this case happening.
2 . 2 1 × 1 0 3 × 1 0 3 × 1 0 7 = 2 0 0 0 6 3 . The reasoning here is also similar to the above case.
3 . 2 1 × 1 0 3 × 1 0 7 × 1 0 7 = 2 0 0 0 1 4 7 . In this case, the chance of B winning the first game is 2 1 . The chance of A winning the next game is thus 1 0 3 , since it lost the previous game. For the next game, A has a 1 0 7 chance of winning, as it has won the previous game. It is the same for the last game. Multiplying these probabilities together, the probability of this case will be calculated as 2 0 0 0 1 4 7 .
When these 3 probabilities are added up, 2 0 0 0 2 7 3 is the result. However, we also have to take into account the cases where team B wins. Thus, we have to take p = 2 0 0 0 2 7 3 × 2 = 1 0 0 0 2 7 3 .
Therefore, 1 0 0 0 p = 1 0 0 0 2 7 3 × 1 0 0 0 = 2 7 3 .
probability of occurence independent events simultaneously is product of individual probablities either of the two can win and possible wins are WWLW-------(1/2)(7/10)(3/10)(3/10) WLWW-------(1/2)(3/10)(3/10)(7/10) LWWW-------(1/2)(3/10)(7/10)(7/10) ADDING AND MULTIPLYING BY 2 FOR EACH TO WIN p=1000p=273 hence the result
First of all, only focus on when teams when. Secondly, let a 1 represent a win for the first team and 2 represent a win for the second team.
Then, compile a list of all the possible combinations of the two digits as 4-digit numbers and you get:
1111
1112
1121
1122
1211
1212
1222
2222
2111
2112
2121
2211
2212
Next, break the list down to the possible outcomes of the first to five match that last EXACTLY 4 games. This means that numbers like 1112 can't be counted since the first team got three wins before the fourth game, meaning they wouldn't have played the fourth game.
The new list is:
1121
1211
1222
2111
2122
2212
With these six events, you can work out the individual probabilities of the happening. Remember that the probability of winning changes depending on who won the previous game.
You can also note that all the denominators will be 2000, so you can focus on the numerator's only for now.
1121 → 1 × 7 × 3 × 3 = 6 3
1211 → 1 × 3 × 3 × 7 = 6 3
1222 → 1 × 3 × 7 × 7 = 1 4 7
2111 → 1 × 3 × 7 × 7 = 1 4 7
2122 → 1 × 3 × 3 × 7 = 6 3
2212 → 1 × 7 × 3 × 3 = 6 3
Now add up the numerators and you get:
1 4 7 × 2 + 4 × 6 3 = 5 4 6
2 0 0 0 5 4 6 × 1 0 0 0
= 2 5 4 6
= 273
⌊ 2 7 3 ⌋ = 2 7 3 , and that's your answer.
If the game is a best-of-five, and we know it ends in four games, there has to be a team that won three games out of the four (not the first three though, otherwise, the series would have ended in three games.)
In how many ways could this have happened? Let us consider the possibilities through the perspective of one team, representing wins as Ws and losses as Ls.
WWLW
WLLL
Let us calculate the probability case by case:
P 1 = 2 1 × 1 0 3 × 1 0 7 × 1 0 7 = 2 0 0 0 1 4 7
Using the same logic:
P 2 = 2 1 × 1 0 3 × 1 0 3 × 1 0 7 = 2 0 0 0 6 3
P 3 = 2 1 × 1 0 7 × 1 0 3 × 1 0 3 = 2 0 0 0 6 3
It is important to note the symmetry between the winning cases and the losing cases for our chosen team; they have identical probabilities. Hence:
P 1 + 2 + 3 + 4 + 5 + 6 = 2 ( 2 0 0 0 1 4 7 + 2 0 0 0 6 3 + 2 0 0 0 6 3 ) = 1 0 0 0 2 7 3 ⟹ 1 0 0 0 2 7 3 × 1 0 0 0 = 2 7 3
It seems possible to model the events using states but i'm not sure. Post if you see such a soltuion.
Let's assume the two teams as A and B .
Ok Since it says "Exactly 4 games" so there must be 3 wins and 1 loss for team A .The same case goes for Team B .
Now There are 4 cases for Each possibility (Assuming team A wins):
1.WWWL
2.WWLW
3.WLWW
4.LWWW
Case 1) not possible, since team A has won 3 times first and there is no need for the 4th game.
Case 2) team A wins the first game by f r a c 1 2 chance. It wins the second game by a chance of f r a c 7 1 0 . Since team A won the second game the chance of team B winning is f r a c 3 1 0 . At the last game since team B won the previous game the chance of team A winning is f r a c 3 1 0 .
So in total: f r a c 1 2 \timesfrac 7 1 0 \timesfrac 3 1 0 \timesfrac 3 1 0 = f r a c 6 3 2 0 0 0
Case 3) team A wins the first game by f r a c 1 2 chance. Since team A won the first game, the chance of team B winning is frac{3}{10}\. At the third game since team \(B won the previous game, the chance of team A winning is f r a c 3 1 0 . Team A wins the last game by a probability of f r a c 7 1 0
So in total: f r a c 1 2 \timesfrac 3 1 0 \timesfrac 3 1 0 \timesfrac 7 1 0 = f r a c 6 3 2 0 0 0
Case 4) team B wins the first game by f r a c 1 2 chance. Since team B won the first game, the chance of team A winning is frac{3}{10}\. At the third game since team \(A won the previous game, the chance of it winning is f r a c 7 1 0 . Team A wins the last game by a probability of f r a c 7 1 0
So in total: f r a c 1 2 \timesfrac 3 1 0 \timesfrac 7 1 0 \timesfrac 7 1 0 = f r a c 1 4 7 2 0 0 0
Adding The probabilities we get: 0 + f r a c 6 3 2 0 0 0 + f r a c 6 3 2 0 0 0 + f r a c 1 4 7 2 0 0 0 = f r a c 2 3 7 2 0 0 0
Since there were 2 ways from the beginning (team A winning or team B ): p = 2 \timesfrac 2 3 7 2 0 0 0 = f r a c 2 3 7 1 0 0 0
so 1000p is: p × 1 0 0 0 = f r a c 2 3 7 1 0 0 0 × 1 0 0 0 = 2 3 7
so the answer is 2 3 7
brilliant dude
Let O denote the first team and T denote the second team. If a series lasts exactly 4 games, the following scenarios can occur (when the O team ends up winning the series)
The probabilities for these events respectively are
OOTO 2 1 × 1 0 7 × 1 0 3 × 1 0 3
OTOO 2 1 × 1 0 3 × 1 0 3 × 1 0 7
TOOO 2 1 × 1 0 3 × 1 0 7 × 1 0 7
Calculating the sum of these probabilities, we get 0 . 1 3 6 5
But remember, we only calculated the chances when the O team wins. The same probabilities apply when the T team wins. (TTOT,TOTT,OTTT)
Therefore, we multiply the answer we got above by 2. We get 0 . 1 3 6 5 × 2 = 0 . 2 7 3
Thus, p = 0 . 2 7 3 and ⌊ 1 0 0 0 p ⌋ = 2 7 3
Let teams be A and B
If it is best out of 5 , the first team to win 3 times is the winner. So a configuration of 4 games with 3 wins for one team and 1 win for the other team must be found. Without loss of generality, let A win.
The configurations are:
1 ) A A B A
2 ) A B A A
3 ) B A A A
4 ) A A A B but this last one is not possible since A would have won after 3 games.
P ( 1 ) = 2 1 ∗ 1 0 7 ∗ 1 0 3 ∗ 1 0 3 = 2 0 0 0 6 3
P ( 2 ) = 2 1 ∗ 1 0 3 ∗ 1 0 3 ∗ 1 0 7 = 2 0 0 0 6 3
P ( 3 ) = 2 1 ∗ 1 0 3 ∗ 1 0 7 ∗ 1 0 7 = 2 0 0 0 1 4 7
so P ( 1 ) + P ( 2 ) + P ( 3 ) = 2 0 0 0 6 3 + 2 0 0 0 6 3 + 2 0 0 0 1 4 7 = 2 0 0 0 2 7 3
But we must double this to get 1 0 0 0 2 7 3 since we could have B win instead and repeat those same configurations with A replaced by B
so p = 1 0 0 0 2 7 3 and so ⌊ 1 0 0 0 p ⌋ = ⌊ 2 7 3 ⌋ = 2 7 3
a probability distribution can be made as follows.the numbers outside are proportional to probability brackets show score and star indicates who won.
game 1: 1(1*,0).
game 2: 7(2* 0) 3(1 1*).
game 3: 49(3* 0) 21(2 1 *) 30(2 *1){this is because (1 1 * )is symmetrical for both the teams).
since the outcome 3,0 doesn't require game 4 its outcome doesn't matter.
game 4 490(_) 63(3 * 1) 147(2 2 *) 210(3 * 1) 90(2 2 *).
thus p= 63+210/490+63+147+210+90.
=273/1000
Problem Loading...
Note Loading...
Set Loading...
A best out of five game means that one team must win three times. If we want this to occur in exactly four games, the team that wins 3 of the 4 games cannot win the first 3 games in a row (this would cause the series to end in only 3 games). Labeling the two teams p and q, we consider all options for team p winning the series. The first situation is that team p wins the first two games, loses the third, and wins the first. The probability of the p team winning the first game is simply 2 1 . Since they won the previous game, the second game has a probability of 1 0 7 . The probability of the third game being won by the q team is only 1 0 3 . The probability that the p team comes back to win the fourth game is 1 0 3 . Multiplying these together (because it takes into account all possible outcomes in the denominator and the specific outcome of the top) yields 2 0 0 0 6 3 . Continuing in this manner with team p winning games 1, 3, and 4 yields the probability 2 1 ⋅ 1 0 3 ⋅ 1 0 3 ⋅ 1 0 7 . The third, and final, possible way for team p to win in 4 games is to win games 2, 3, and 4. This yields the probability 2 1 ⋅ 1 0 3 ⋅ 1 0 7 ⋅ 1 0 7 . Once these values are added together, it can be noticed that the exact same probabilities are true for team q winning the series in 4 games. As both teams have the same conditions imposed upon them, they are interchangeable. We can then simply multiply the sum of the first three probabilities we determined by two. This results in the probability that the series lasts exactly 4 games equaling 1 0 0 0 2 7 3 . To get the final answer, we multiply this by 1000. This results in the greatest integer function of 273, which is just 273.