recategorized by
659 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
recategorized by

1 Answer

1 votes
1 votes
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

510
views
1 answers
5 votes
admin asked Sep 1, 2022
510 views
Let $\mathcal{F}$ be the set of all functions mapping $\{1, \ldots, n\}$ to $\{1, \ldots, m\}$. Let $f$ be a function that is chosen uniformly at random from $\mathcal{F}$. Let ... }{n^m}$0<p \leq \frac{1}{m^n}$p=\frac{1}{m}$p=\frac{1}{n}$
520
views
1 answers
0 votes
admin asked Sep 1, 2022
520 views
Fix $n \geq 4$. Suppose there is a particle that moves randomly on the number line, but never leaves the set $\{1,2, \ldots, n\}$. The initial probability distribution of the particle ... $\pi(n)=1$ and $\pi(i)=0$ for $i \neq n$
876
views
2 answers
0 votes
admin asked Sep 1, 2022
876 views
We would like to invite a minimum number $n$ of people (their birthdays are independent of each other) to a party such that the expected number of pairs of people that share ... on each of the $365$ days of the year.)$23$28$92$183$366$
639
views
1 answers
1 votes
admin asked Sep 1, 2022
639 views
Consider a bag containing colored marbles. There are $n$ marbles in the bag such that there is exactly one pair of marbles of color $i$ for each $i \in\{1, \ldots, m\}$ and the rest ... n}$\frac{2m}{n(n-1)}$\frac{2m}{n^2}$\frac{m}{n(n-1)}$