recategorized by
592 views
1 votes
1 votes

Lavanya and Ketak each flip a fair coin (i.e., both heads and tails have equal probability of appearing) $n$ times. What is the probability that Lavanya sees more heads than ketak?

In the following, the binomial coefficient $\binom{n}{k}$ counts the number of $k$-element subsets of an $n$-element set.

  1. $\frac{1}{2}$
  1. $\frac{1}{2}\left ( 1-\sum_{i=0}^{n}\frac{\binom{n}{i}^{2}}{2^{2n}} \right )$
  1. $\frac{1}{2}\left ( 1-\sum_{i=0}^{n}\frac{\binom{n}{i}}{2^{2n}} \right )$
  1. $\frac{1}{2}\left ( 1-\frac{1}{2^{2n}} \right )$
  1. $\sum_{i=0}^{n}\frac{\binom{n}{i}}{2^{n}}$
recategorized by

1 Answer

2 votes
2 votes
Option $(B)$ is the correct answer.

$P(H(L) > H(K)) + P(H(K) > P(L)) + P(H(K) == H(K)) = 1$

Now since, $P(H(L) > H(K))$ and $P(H(K) > P(L))$ are symmetrical, they will be equal (lets say = $Y$).

Assume, $P(H(K) == H(K)) = X$

So, $X + 2*Y = 1$

$\Rightarrow Y = (1-X)/2$

And, $X = P(H(L)==0$ AND $H(K)==0)$ + $P(H(L)==1$ AND $H(K)==1)$ + .... + $P(H(L)==n$ AND $H(K)==n)$

$X = \binom{n}{0}^2/2^{2n} + \binom{n}{1}^2/2^{2n} + .... + \binom{n}{n}^2/2^{2n}$

$X = \sum_{i=0}^{n} \binom{n}{i}^2/2^{2n}$

$Y = \frac{1}{2}(1 - \sum_{i=0}^{n} \binom{n}{i}^2/2^{2n})$
edited by
Answer:

Related questions

626
views
1 answers
1 votes
soujanyareddy13 asked Mar 25, 2021
626 views
How many numbers in the range ${0, 1, \dots , 1365}$ have exactly four $1$'s in their binary representation? (Hint: $1365_{10}$ is $10101010101_{2}$ ... $1024$
1.1k
views
1 answers
1 votes
soujanyareddy13 asked Mar 25, 2021
1,106 views
What is the probability that at least two out of four people have their birthdays in the same month, assuming their birthdays are uniformly distributed over the twelve months? ... 5}{8}$\frac{5}{12}$\frac{41}{96}$\frac{55}{96}$
1.4k
views
2 answers
2 votes
soujanyareddy13 asked Mar 25, 2021
1,426 views
Suppose we toss a fair coin (i.e., both beads and tails have equal probability of appearing) repeatedly until the first time by which at least $\textit{two}$ heads and at least ... of coin tosses that we would have to make?$8$4$5.5$7.5$4.5$
634
views
1 answers
1 votes
soujanyareddy13 asked Mar 25, 2021
634 views
Let $n, m$ and $k$ be three positive integers such that $n \geq m \geq k$. Let $S$ be a subset of $\left \{ 1, 2,\dots, n \right \}$ of size $k$. Consider sampling a ... 1-\frac{k!\binom{n}{k}}{n^{k}}$1-\frac{k!\binom{n}{k}}{m^{k}}$