61.4k views
0 votes
Suppose n people, n ≥ 3, play "odd person out" to decide who will buy the next round of refreshments. The n people each flip a fair coin simultaneously. If all the coins but one come up the same, the person whose coin comes up different buys the refreshments. Otherwise, the people flip the coins again and continue until just one coin comes up different from all the others. a) What is the probability that the odd person out is decided in just one coin flip? b) What is the probability that the odd person out is decided with the kth flip? c) What is the expected number of flips needed to decide odd person out with n people?

2 Answers

4 votes

Answer:

Answer:

Assume that all the coins involved here are fair coins.

a) Probability of finding the "odd" person in one round: .

b) Probability of finding the "odd" person in the th round: .

c) Expected number of rounds: .

Explanation:

a)

To decide the "odd" person, either of the following must happen:

There are heads and tail, or

There are head and tails.

Assume that the coins here all are all fair. In other words, each has a chance of landing on the head and a

The binomial distribution can model the outcome of coin-tosses. The chance of getting heads out of

The chance of getting heads (and consequently, tail) would be .

The chance of getting heads (and consequently, tails) would be .

These two events are mutually-exclusive. would be the chance that either of them will occur. That's the same as the chance of determining the "odd" person in one round.

b)

Since the coins here are all fair, the chance of determining the "odd" person would be in all rounds.

When the chance of getting a success in each round is the same, the geometric distribution would give the probability of getting the first success (that is, to find the "odd" person) in the th round: . That's the same as the probability of getting one success after unsuccessful attempts.

In this case, . Therefore, the probability of succeeding on round round would be

.

c)

Let is the chance of success on each round in a geometric distribution. The expected value of that distribution would be .

In this case, since , the expected value would be

Explanation:

User Ishmel
by
3.1k points
6 votes

Answer:

Assume that all the coins involved here are fair coins.

a) Probability of finding the "odd" person in one round:
\displaystyle n \cdot \left((1)/(2)\right)^(n - 1).

b) Probability of finding the "odd" person in the
kth round:
\displaystyle n \cdot \left((1)/(2)\right)^(n - 1) \cdot \left( 1 - n \cdot \left((1)/(2)\right)^(n - 1)\right)^(k - 1).

c) Expected number of rounds:
\displaystyle (2^(n - 1))/(n).

Explanation:

a)

To decide the "odd" person, either of the following must happen:

  • There are
    (n - 1) heads and
    1 tail, or
  • There are
    1 head and
    (n - 1) tails.

Assume that the coins here all are all fair. In other words, each has a
50\,\% chance of landing on the head and a

The binomial distribution can model the outcome of
n coin-tosses. The chance of getting
x heads out of

  • The chance of getting
    (n - 1) heads (and consequently,
    1 tail) would be
    \displaystyle {n \choose n - 1}\cdot \left((1)/(2)\right)^(n - 1) \cdot \left((1)/(2)\right)^(n - (n - 1)) = n\cdot \left((1)/(2)\right)^n.
  • The chance of getting
    1 heads (and consequently,
    (n - 1) tails) would be
    \displaystyle {n \choose 1}\cdot \left((1)/(2)\right)^(1) \cdot \left((1)/(2)\right)^(n - 1) = n\cdot \left((1)/(2)\right)^n.

These two events are mutually-exclusive.
\displaystyle n\cdot \left((1)/(2)\right)^n + n\cdot \left((1)/(2)\right)^n = 2\,n \cdot \left((1)/(2)\right)^n = n \cdot \left((1)/(2)\right)^(n - 1) would be the chance that either of them will occur. That's the same as the chance of determining the "odd" person in one round.

b)

Since the coins here are all fair, the chance of determining the "odd" person would be
\displaystyle n \cdot \left((1)/(2)\right)^(n - 1) in all rounds.

When the chance
p of getting a success in each round is the same, the geometric distribution would give the probability of getting the first success (that is, to find the "odd" person) in the
kth round:
(1 - p)^(k - 1) \cdot p. That's the same as the probability of getting one success after
(k - 1) unsuccessful attempts.

In this case,
\displaystyle p = n \cdot \left((1)/(2)\right)^(n - 1). Therefore, the probability of succeeding on round
k round would be


\displaystyle \underbrace{\left(1 - n \cdot \left((1)/(2)\right)^(n - 1)\right)^(k - 1)}_((1 - p)^(k - 1)) \cdot \underbrace{n \cdot \left((1)/(2)\right)^(n - 1)}_(p).

c)

Let
p is the chance of success on each round in a geometric distribution. The expected value of that distribution would be
\displaystyle (1)/(p).

In this case, since
\displaystyle p = n \cdot \left((1)/(2)\right)^(n - 1), the expected value would be
\displaystyle (1)/(p) = (1)/(\displaystyle n \cdot \left((1)/(2)\right)^(n - 1))= (2^(n - 1))/(n).

User Six
by
3.4k points