In every round of a certain game show, votes are cast by the public to decide which contestants out of contestants continue to the next round. The contestant with the lowest amount of votes in every round is eliminated. The next round proceeds with contestants, and so on. What is the minimum number of votes needed to guarantee that a contestant will proceed to the next round, assuming that he/she does not forfeit?
is updated at the start of every round to represent the number of remaining contestants.
may vary with each round.
Every round, one contestant must be eliminated by voting, forfeit, or tiebreaker.
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.
First, we conjecture that c v is the answer.
We must show that:
1) c v − 1 will not work.
and
2) c v votes can guarantee that a contestant will pass to the next round.
First, we prove 1).
This can be proved easily by taking c v − 1 votes for contestant 1, c v for contestants 2 to c − 1 and c v + 1 for contestant c .
Then, we prove 2).
Suppose that a contestant loses with a total of c v votes. Then, the other contestants must all have at least c v + 1 votes. The total sum is v + ( c − 1 ) , which is obviously larger than v . So we have a contradiction.
Now, it would seem that the answer is c v . However, one question arises : What if all the contestants are tied in a c -way tie? As unlikely as it is, it is still a possibility, and the tiebreaker will result in one contestant losing, thus contradicting our assumption that c v is sufficient to guarantee that a contestant will proceed to the next round.
So, we take the next smallest value, c v + 1 as our answer. A quick check confirms that this value satisfies the conditions, and we are done. ■