Heads or Tails

Suppose that we have a very large group of people playing the game of heads or tails with 10 coins. Each round follows a certain process:

  1. Each person still in the game predicts how many heads and how many tails will come out in the next toss. (Note: Everyone is aware of everyone else's guess and can change their own guess based on these inputs.)
  2. An adjudicator tosses the 10 coins and yells out the number of heads and tails in the toss. (Note: The order doesn't matter.)
  3. Everyone who correctly guessed remains in the game, but everyone else is eliminated. The game is played until there is only one person left, who is the winner.

Assume that everyone playing the game is extremely smart, and is trying to maximize their chance of winning the game. With a large number of people in a round, the average percentage of those who make it through is P % P \% of the people in that round.

Find the closest integer to P P .


The answer is 18.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

Mark Hennings
May 16, 2017

The players are not going to accept the possibility that one of their opponents will have a better chance of winning than them, so they are bound to play for a situation where everyone has the same chance of winning. If N ( x ) N(x) people choose x x then the probability that any one of those people wins is 1 N ( x ) ( 10 x ) 2 10 0 x 10 \frac{1}{N(x)}{10 \choose x} 2^{-10} \hspace{2cm} 0 \le x \le 10 and so these probabilities must all be equal. Thus we must have (if there are M M players in total) N ( x ) = M 2 10 ( 10 x ) 0 x 10 N(x) \; = \; \frac{M}{2^{10}}{10 \choose x} \hspace{2cm} 0 \le x \le 10 and so the expected number of survivors of a round is E [ N ] = n = 0 10 M 2 20 ( 10 x ) 2 = M 2 20 ( 20 10 ) \mathbb{E}[N] \; = \; \sum_{n=0}^{10} \frac{M}{2^{20}}{10 \choose x}^2 \; = \; \frac{M}{2^{20}}{20 \choose 10} and so the expected proportion of survivors is ( 20 10 ) 2 20 {20 \choose 10}2^{-20} which is 18 \boxed{18} % to the nearest percentage point.

Chew-Seong Cheong
May 11, 2017

The probability of getting k k heads out of n n coins follows the binomial distribution and it is given by P r ( X = k ) = ( n k ) p k ( 1 p ) n k Pr(X=k) = \displaystyle {n \choose k} p^k (1-p)^{n-k} , where p p is the probability of getting a head in a toss.

For 10 fair coins, we have n = 10 n=10 and p = 1 2 p = \frac 12 and P r ( X = k ) Pr(X=k) = ( 10 k ) ( 1 2 ) k ( 1 2 ) 10 k \displaystyle = {10 \choose k} \left(\frac 12\right)^k \left(\frac 12\right)^{10-k} = ( 10 k ) 2 10 = \dfrac {10 \choose k}{2^{10}} .

Let the large number of people before a round be N N . As the players are extremely smart the distribution of number of players N k N_k selecting k k heads in the next toss follows the P r ( X = k ) Pr(X=k) . The average number of players who make it through a round is the expected value of number of winners in a round as given below.

E [ X ] = k = 0 10 P r ( X = k ) N k = k = 0 10 ( 10 k ) 2 2 20 N = ( 20 10 ) 2 20 N \begin{aligned} E[X] & = \sum_{k=0}^{10} Pr(X=k)N_k = \sum_{k=0}^{10} \frac {{10 \choose k}^2}{2^{20}} N = \frac {20 \choose 10}{2^{20}}N \end{aligned}

E [ X ] N = ( 20 10 ) 2 20 = 184756 102 4 2 0.18 = 18 % \begin{aligned} \implies \frac {E[X]}N & = \frac {20 \choose 10}{2^{20}} = \frac {184756}{1024^2} \approx 0.18 = 18\% \end{aligned}

P = 18 \implies P = \boxed{18}

I'm not sure that the assumption that 'smart' player's bets would follow a binomial distribution. If each player was trying to maximize their chances of making it to the next round, then they would guess the number of heads in each round that was most likely to occur. I think the assumption in the problem is that the players guess randomly in accordance with the likelihood of being correct.

Abel McElroy - 4 years ago

Log in to reply

You are right, I was just saying the random guessing follows that of a binomial distribution. Notice that the outcome with the highest probability is X = 5 X=5 . If everyone bets that theoretically no one will win and the players know about this and therefore, they are more people bet the middle 4, 5 and 6 then the end 0, 1, 2 and 8, 9, 10, and hence follows the binomial distribution.

Chew-Seong Cheong - 4 years ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...