Recent content by guyov1

  1. G

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

    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.
  2. G

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

    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.
  3. G

    How Many Ways to Partition N Balls into Subgroups with a Maximum of k Balls?

    Hello. I am trying to find out the number of options to divide N balls to subgroups in a way that each subgroup does not contain more than k balls. Any idea? Thanks!
Back
Top