World Series, probability of victor with evenly matched teams

  • Thread starter Thread starter mamma_mia66
  • Start date Start date
  • Tags Tags
    Probability Series
mamma_mia66
Messages
51
Reaction score
0

Homework Statement



When two teams meet in the World Series, they play a series of games which stops when one team has won four games (a "best-of -seven" series). The team in the World Series are A and B.
(a) If the two teams are evently matched, what is the probability that the World Series ends in only four games?

(b) Again assuming they are equally matched, what is the probability that team A wins games 1,2,4 and 7 (and thus the World Series) and the team B wins games 3, 5 and 6?

(c) Again assuming they are equally matched, what is the probability that A wins the World Series in seven games?

(d) if the probability that A wins any given game against B is 1/4, what is the probability that A wins the World Series in either four of five games?



Homework Equations





The Attempt at a Solution



Ans for a) (1/2)^4

I don't know how to solve the problem after a). Please help. Thank you.
 
Last edited:
Physics news on Phys.org


I think that its like this:

a) P(X = 0) + P(X = 4), X ~ Binomial(4, .5)
b) This is an ordered sequence, so since p = .5 then it is just .5^7
c) P(X = 4), X ~ Binomial(7, .5)
d) your question is incomplete. However, if the probability that A wins is p, then it is (P(X = 4), (X ~ Bin(4, p))) + (P(X = 4), (X ~ Bin(5, p))
 


I don't think that I completely understand your answer, but Thank you.
 


Look up the binomial distribution on wikipedia. You need to use its probability function to calculate the probabilities P(X = x).

the answers are:

<< answers deleted by berkeman -- giving answers to homework problems are not permitted on the PF >>
 
Last edited by a moderator:


(c) and (d) are a bit more complicated than just the binomial distribution. For example, if we write "A" for a game that A wins and "B" for a game B wins, the binomial coefficient the number of different ways A could win four games and B one could be written AAAAB, AAABA, AABAA, ABAAA, and BAAAA- but the first of those is invalid in this problem because then the series would end in four games.
 


it is not binomial distribution, it is like fliping coins:

a) is (1/2)^4 x (1/2)^4 for the two teams

b) is AABABBA which is 1,2, 4 and 7 win games for team A and 3,5 and 6 for team B
which is (1/2)^4 x (1/2)^3

c) is how many ways

d) I don't know yet, I am trying :confused:
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top