N+1 kids in a circle. Distribution of k'th child to stop a game.

AI Thread Summary
In a game involving N+1 children passing a box in a circle, each child has a 50% chance of passing the box to either the left or right. The game concludes when all children have touched the box, prompting the need to determine the distribution of the k'th child who stops the game. This scenario parallels a one-dimensional random walk, raising questions about the differences due to the circular arrangement. The discussion highlights the complexity of boundary conditions in this setup, suggesting that the width of the distribution may be N rather than N+1. Understanding these dynamics is crucial for solving the problem effectively.
guyov1
Messages
3
Reaction score
0
N+1 children in a circle, passes a box between them.
Proabilty 0.5 to pass a box to the left or to the right.
When all the chidlren "touches" the box, the game ends.
Need to find distribution of random variable k, which define the k'th child to stop the game.
 
Physics news on Phys.org
An equivalent problem is: "what is the chance that a 1D random walk will first cross the starting axis after k steps?"
Is there anything about random walks in your textbook?
 
But isn't it different? Because here we deal with a cirlce.
So if you compare it to 1D walk, you can also cross,lets say, the far right or end of the path and finish there.

It's like a 1D walk in a loop.
 
You could take the random walk. everyone has touched the box when the WIDTH of the distribution is N+1. Or N? I think a width of N. THere's always weird stuff on the boundry
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...
Back
Top