in Probability recategorized by
569 views
0 votes
0 votes

Initially, $N$ white beads are arranged in a circle. A number $k$ is chosen uniformly at random from $\{1, \ldots, N-1\}$. Then a set of $k$ beads is chosen uniformly from the white beads, and these $k$ beads are coloured black. The position of the beads remains unchanged. What is the probability that the black beads occur sequentially in the circle, i.e., at most two black beads have white beads next to them?

  1. $\frac{2N}{2N+1}$
  2. $\frac{N^2}{(N-1)(N-1)!}$
  3. $\displaystyle{}\frac{N}{N-1} \sum_{k=1}^{N-1} \frac{1}{\left(\begin{array}{l}N \\ k\end{array}\right)}$
  4. $\displaystyle{}\frac{1}{N}+\sum_{k=1}^{N-1} \frac{1}{\left(\begin{array}{l}N \\ k\end{array}\right)}$
  5. None of the above
in Probability recategorized by
by
569 views

1 Answer

1 vote
1 vote
Probability of choosing a number k uniformly at random from {1,…,N−1} = $\frac{1}{N-1}$

Number of way to choose k beads from N white beads = $\binom{N}{k}$

Number of way in which k black beads can occur sequentially in the circle = N

Required Probability = $\frac{1}{N-1}*\frac{N}{\binom{N}{1}} + \frac{1}{N-1}*\frac{N}{\binom{N}{2}} + .... + \frac{1}{N-1}*\frac{N}{\binom{N}{N-1}}$

                                     = $\frac{N}{N-1}\sum_{k = 1}^{N - 1}\frac{1}{\binom{N}{k}}$

Answer  : C
Answer:

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true