The discussion revolves around calculating the expected number of spins required to see all three outcomes of a spinner with probabilities a, b, and c, where a + b + c = 1. The problem is identified as a variation of the coupon collector's problem, with a specific formula derived for equal probabilities, yielding an expected value of 11/2. A more complex formula is presented for the general case, which initially contained errors but was later corrected to align with specific probability scenarios. The corrected formula successfully matches expected outcomes for various probability distributions, confirming its validity. The conversation highlights the challenges in deriving accurate probability calculations and the iterative process of refining mathematical approaches.
#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]
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...
Just chatting with my son about Maths and he casually mentioned that 0 would be the midpoint of the number line from -inf to +inf. I wondered whether it wouldn’t be more accurate to say there is no single midpoint. Couldn’t you make an argument that any real number is exactly halfway between -inf and +inf?
A power has two parts. Base and Exponent.
A number 423 in base 10 can be written in other bases as well:
1. 4* 10^2 + 2*10^1 + 3*10^0 = 423
2. 1*7^3 + 1*7^2 + 4*7^1 + 3*7^0 = 1143
3. 7*60^1 + 3*60^0 = 73
All three expressions are equal in quantity. But I have written the multiplier of powers to form numbers in different bases. Is this what place value system is in essence ?