Skip to main content
OlympiadHQ

Browse · MathNet

Print

2024 CGMO

China 2024 counting and probability

Problem

There are 8 cards on the table numbered from 1 to 8. Two players, and , play the following game. In each round:

Player selects two cards from the table Player , after seeing the two selected cards, chooses one to keep and discards the other

The game consists of four rounds with the restriction that:

In rounds 1 and 2, cannot choose the larger number in both rounds In rounds 3 and 4, cannot choose the larger number in both rounds

Let be the sum of the numbers on the four cards holds after four rounds.

Find the largest integer such that no matter how selects cards in each round, can guarantee .
Solution
Proof. The maximum achievable value of is .

Let us denote the numbers on the two cards selected by Player in the -th round as and , where . The number selected by Player is denoted as , and the discarded number as .

Let . Then we have .

Player has a strategy to ensure , and consequently (note that must be an integer).

If in the first round, , then Player selects , and in the second round selects . This gives and . If in the first round, , then Player selects , and in the second round selects . This gives and .

Therefore, Player can always ensure .

In the third and fourth rounds, Player can always ensure . This is because after Player has chosen and , and are also determined. Player can then select the pair or that yields the larger sum. Thus, Player can always guarantee .

Player has a strategy to ensure :

In the first round, Player selects . If Player chooses , then in the second round Player selects . The sum of Player 's selections in the first two rounds will not exceed .

In the last two rounds, Player selects and , and Player 's selections in these rounds will not exceed . Therefore, .

If in the first round Player chooses , then in the second round Player selects , forcing Player to choose . In the last two rounds, Player selects and , and Player 's selections in these rounds will not exceed . Thus, .

In conclusion, Player has a strategy to ensure .
Final answer
17

Techniques

Games / greedy algorithmsInvariants / monovariants