Maths Olympiad Prep

Library / /13 of 15

, 2024

Combinatorics Difficulty 7.2 National olympiad, round 2 Prove it China

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

* Player AA selects two cards from the table
* Player BB, 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, BB cannot choose the larger number in both rounds
* In rounds 3 and 4, BB cannot choose the larger number in both rounds

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

Find the largest integer NN such that no matter how AA selects cards in each round, BB can guarantee SNS \ge N.

Solution

*Proof.* The maximum achievable value of NN is 1717.

Let us denote the numbers on the two cards selected by Player AA in the kk-th round as aka_k and bkb_k, where ak<bka_k < b_k. The number selected by Player BB is denoted as ckc_k, and the discarded number as dkd_k.

Let T=d1+d2+d3+d4T = d_1 + d_2 + d_3 + d_4. Then we have S+T=1+2++8=36S + T = 1 + 2 + \dots + 8 = 36.

Player BB has a strategy to ensure ST3S - T \ge -3, and consequently S17S \ge 17 (note that SS must be an integer).

* If in the first round, b1a14b_1 - a_1 \ge 4, then Player BB selects b1b_1, and in the second round selects a2a_2. This gives c1d14c_1 - d_1 \ge 4 and c2d218=7c_2 - d_2 \ge 1 - 8 = -7.
* If in the first round, b1a13b_1 - a_1 \le 3, then Player BB selects a1a_1, and in the second round selects b2b_2. This gives c1d13c_1 - d_1 \ge -3 and c2d21c_2 - d_2 \ge 1.

Therefore, Player BB can always ensure (c1+c2)(d1+d2)3(c_1 + c_2) - (d_1 + d_2) \ge -3.

In the third and fourth rounds, Player BB can always ensure (c3+c4)(d3+d4)0(c_3 + c_4) - (d_3 + d_4) \ge 0. This is because after Player AA has chosen a3a_3 and b3b_3, a4a_4 and b4b_4 are also determined. Player BB can then select the pair (a3,b4)(a_3, b_4) or (b3,a4)(b_3, a_4) that yields the larger sum. Thus, Player BB can always guarantee ST3S - T \ge -3.

Player AA has a strategy to ensure S17S \le 17:

* In the first round, Player AA selects (3,6)(3, 6). If Player BB chooses 33, then in the second round Player AA selects (4,5)(4, 5). The sum of Player BB's selections in the first two rounds will not exceed 88.

In the last two rounds, Player AA selects (1,2)(1, 2) and (7,8)(7, 8), and Player BB's selections in these rounds will not exceed 99. Therefore, S17S \le 17.

* If in the first round Player BB chooses 66, then in the second round Player AA selects (1,8)(1, 8), forcing Player BB to choose 11. In the last two rounds, Player AA selects (2,4)(2, 4) and (5,7)(5, 7), and Player BB's selections in these rounds will not exceed 99. Thus, S6+1+9=16S \le 6 + 1 + 9 = 16.

In conclusion, Player AA has a strategy to ensure S17S \le 17. \Box

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: MathNet, licensed CC-BY-4.0. Statement and solution reproduced as published; topic and difficulty added by this site.