LittleWolf
- 38
- 0
Does anyone know how to determine the probability that the sixth side of a fair die will appear on the Nth consecutive throw.
The discussion revolves around calculating the probability of the sixth face of a fair die appearing on the Nth consecutive throw, particularly in the context of stopping after all six faces have been rolled. Participants explore various approaches to determining this probability, including combinatorial methods and the use of functions.
Participants express various viewpoints and approaches, with no consensus reached on a single method for calculating the probability. Multiple competing models and interpretations of the problem remain present throughout the discussion.
Participants note the complexity of the problem and the need for careful consideration of combinatorial principles. Some assumptions about the definitions and conditions of the problem are not fully resolved, particularly regarding the calculations for N>1.
BicycleTree said:The number of onto functions from a set of size m to a set of size n is equal to the sum for i = 0 to n of ((-1)^i * C(n, i) * (n - i)^m).
So to find the answer to LittleWolf's question, you substitute N for m and 6 for n in that expression.
BicycleTree said:Looks right to me.
I think the reason it might be familiar to you is that (so says my book) the summation is a Stirling number of the second kind, S(m, n), multiplied by n!.