The discussion centers on calculating the expected number of spins required until all three outcomes of a spinner, with probabilities a, b, and c (where a+b+c=1), are seen. The expected number of spins is derived using a formula that accounts for the probabilities of each outcome occurring first. Specifically, when a=b=c=1/3, the expected number of spins is 11/2. The conversation also highlights a correction in the formula that impacts the expected outcomes for different probability distributions, confirming the accuracy of the revised calculations.
PREREQUISITES
Understanding of probability theory, particularly the coupon collector's problem.
Familiarity with expected value calculations in probability.
Knowledge of combinatorial mathematics and binomial coefficients.
Ability to manipulate algebraic expressions involving fractions and sums.
NEXT STEPS
Study the coupon collector's problem in detail to grasp its implications in probability.
Learn about expected value calculations in various probability distributions.
Explore combinatorial techniques for calculating probabilities in complex scenarios.
Investigate geometric series and their applications in probability theory.
USEFUL FOR
Mathematicians, statisticians, educators, and students interested in advanced probability theory and its applications in real-world scenarios.
#1
M R
44
0
A spinner has three possible outcomes which occur with probabilities a, b and c where a+b+c=1.
What is the expected number of spins required until all three outcomes are seen?
There's an easy way and a harder way to do this. Guess which I did first.
A spinner has three possible outcomes which occur with probabilities a, b and c where a+b+c=1.
What is the expected number of spins required until all three outcomes are seen?
There's an easy way and a harder way to do this. Guess which I did first.
This is a variation on the coupon collector's problem. In the case when all the probabilities are equal ($a=b=c=1/3$), the expected number of spins is $3\bigl(1 +\frac12 + \frac13) = \frac{11}2.$
In the general case, I certainly don't see an easy way to approach the problem, and I don't get an easy-looking formula for the answer.
Write $A$, $B$, $C$ for the outcomes with probabilities $a$, $b$, $c$ respectively. If the first spin gives an $A$, then the expected number of spins until a $B$ or $C$ occurs is $\dfrac1{b+c}$. The probability that this outcome is a $B$ is $\dfrac b{b+c}$, in which case the expected number of further spins until a $C$ turns up is $1/c.$ And the probability that a $C$ occurs before a $B$ is $\dfrac c{b+c}$, in which case the expected number of further spins until a $B$ turns up is $1/b.$ Therefore the total expected number of spins for all three outcomes to occur (given that the $A$ appears first) is $$1 + \frac1{b+c}\Bigl(\frac b{b+c}\,\frac1c + \frac c{b+c}\,\frac1b\Bigr) = 1 + \frac{b^2+c^2}{(b+c)^2bc} = \frac1{bc} - \frac2{(1-a)^2}$$ (in the last step, I have written the $b^2+c^2$ in the numerator as $(b+c)^2 - 2bc$, and in the denominator $b+c = 1-a$).
Multiply that by $a$, which is the probability of the $A$ occurring first, add two similar terms for the probabilities of $B$ or $C$ occurring first, and you get the answer for the expected number of spins as $$ 1 + \frac{a^2+b^2+c^2}{abc} - 2\biggl(\frac a{(1-a)^2} + \frac b{(1-b)^2} + \frac c{(1-c)^2}\biggl).$$
That looks messy, not the sort of thing that you could find easily? But it does reduce to $11/2$ when $a=b=c=1/3$, which makes me think that it should be correct.
#3
M R
44
0
Hi Opalg
Maybe it wasn't easy but it was much easier than the other method which I will post if no one else does.
Your formula does give the right answer for a=b=c but not for other possibilities.
For comparison purposes:
a=1/2, b=1/3, c=1/6 should give 73/10
and
a=9/20, b=9/20, c=1/10 should give 353/33.
#4
Opalg
Gold Member
MHB
2,778
13
M R said:
Your formula does give the right answer for a=b=c but not for other possibilities.
For comparison purposes:
a=1/2, b=1/3, c=1/6 should give 73/10
and
a=9/20, b=9/20, c=1/10 should give 353/33.
Stupid stupid mistake! My method was correct but I left out a $+$ sign, converting a sum into a product. The expression $$1 + \frac1{b+c}\Bigl(\frac b{b+c}\,\frac1c + \frac c{b+c}\,\frac1b\Bigr)$$
(for the expected number of spins for all three outcomes to occur, given that the $A$ appears first) should have been $$1 + \frac1{b+c} + \Bigl(\frac b{b+c}\,\frac1c + \frac c{b+c}\,\frac1b\Bigr) = 1 + \frac{bc + b^2+c^2}{(b+c)bc} = 1 + \frac{(b+c)^2 - bc}{(b+c)bc} = 1 + \frac{b+c}{bc} - \frac1{b+c}. $$ The answer for the total expected number of spins then comes out as $$ 1 + \frac{a(b+c)}{bc} + \frac{b(c+a)}{ca} + \frac{c(a+b)}{ab} - \frac a{b+c} - \frac b{c+a} - \frac c{a+b}.$$ That gives values agreeing with your results for a=1/2, b=1/3, c=1/6 and for a=9/20, b=9/20, c=1/10.
#5
M R
44
0
The history of this problem (for me personally):
On another forum someone posted a 'hard probability question'. It was the a=b=9/20, c=1/10 case. Looking back at that forum I see that I managed to get an answer six days later.
Months later I saw a post on MHF which taught me a better approach so I went back and did it again, the easy way. :D Unfortunately I can't view MHF to find out who my teacher was.:(
I think it's essentially the same as Opalg's method but here's the 'easy' method as I did it:
Events A, B and C have probabilities a, b and c.
Let the expected waiting time until A occurs be E(W_A),
and the expected waiting time until A and B occur be E(W_{AB}) and so on.
E(W_{AB})=c(1+E(W_{AB}))+a(1+E(W_B))+b(1+E(W_A))
E(W_{AB})=c(1+E(W_{AB}))+a(1+1/b)+b(1+1/a)
E(W_{AB})=1 +cE(W_{AB})+a/b+b/a
E(W_{AB})=\frac{1+a/b+b/a}{1-c}
Similarly
E(W_{AC})=\frac{1+a/c+c/a}{1-b}
and
E(W_{BC})=\frac{1+b/c+c/b}{1-a}
Then E(W_{ABC})=a(1+E(W_{BC}))+b(1+E(W_{AC}))+c(1+E(W_{AB}))
and the method I used at first:
[sp]
By thinking about how the sequence ends I knew I wanted all the ways to get As and Bs ending with C etc.
This could be simplified using \displaystyle a+b+c=1 but having checked it against the first method I'm happy that it's correct and I'm not interested in doing the simplification. :p
[/SPOILER]