Maths Olympiad Prep

Track / Stage 5 / 234 of 400 #834 of 1964

Problem 834

AIME late
Combinatorics Difficulty 5.5 Find the answer

Shapovalov A.V.

Two people are dividing a piece of cheese. First, the first person cuts the cheese into two pieces, then the second person cuts any of the pieces into two, and so on, until there are five pieces. Then the first person takes one piece, then the second person takes one of the remaining pieces, and then the first person again, and so on, until all pieces are taken. Determine the maximum amount of cheese each player can guarantee for themselves.

The source for this one didn't record the answer, so there is nothing to check what you type against. Work it on paper and mark yourself against the solution below.

Official solution

Let the total amount of cheese be 50 (pounds). Players AA (first) and BB are involved. It is clear that in the division, both would benefit from a greedy algorithm (each time the largest piece is chosen). In this case, BB will get the second and fourth largest pieces by weight.

Let's denote their total weight by RR.

We will show how AA can guarantee himself 30 pounds.

First, AA divides the cheese into pieces weighing 30 and 20.

Let the weight of the smaller piece cut by BB later be uu. If u5u \leq 5, then AA can obtain the set L={30u,20u,u,u}L=\{30-u, 20-u, u, u\}, where 0<u50 < u \leq 5. If 5<u105 < u \leq 10, then AA can obtain the set M={30u,20u,u,u}M=\{30-u, 20-u, u, u\}, where 10>u>510 > u > 5.

In both cases, the sum RR of the pieces in the 2nd and 4th positions is 20. After the cut, RR can only increase if at least one of these pieces is replaced by a larger piece, moving to a position with a higher number. However, the piece 20d20-d cannot move "to the right": aa cannot be cut into two parts larger than 20d20-d (in both cases 20d>a/220-d > a / 2). Moreover, in case LL, both parts dd cannot be moved to the 5th position. However, in case MM, one of the two larger parts can be cut into two pieces larger than dd. Let's consider two sub-cases.

1) The part a=20a=20 is cut into pieces s,20ss, 20-s, where d<s<10d < s < 10 (since d<10d < 10 and 20s>d20-s > d). Then R<20R < 20.

Now we will show how BB can guarantee himself 20 pounds (i.e., ensure R20R \geq 20).

Let the pieces after the first cut be xx and yxy \geq x. We will call pieces weighing at least 20 "large".

If x10x \leq 10, player BB cuts yy in half, and if x20x \geq 20, he cuts a 20-pound piece from yy. In both cases, two large pieces ab20a \geq b \geq 20 are formed. If AA does not cut them, then BB will not cut them either, and will be able to take one of them. If AA cuts one of them, then BB will cut the other into proportional parts. These four parts form two pairs a1b1a_{1} \geq b_{1} and a2b2a_{2} \geq b_{2}, where b1+b2=bb_{1} + b_{2} = b. The smaller pieces from the pairs are guaranteed to BB, so Rb20R \geq b \geq 20.

If 10x2010 \leq x \leq 20, BB gets the set {20,x,y20}\{20, x, y-20\}, where all pieces are at least 10.

If AA then cuts the 20-pound piece, BB (cutting 10 from one of the "old pieces") gets the set {10+a10+b1010b10a}\{10+a \geq 10+b \geq 10 \geq 10-b \geq 10-a\}, in which R=20R=20.

Otherwise, before BB, the set is {20,a,b,c}\{20, a, b, c\}, where abca \geq b \geq c. By cutting bb from 20, he transitions to the set {a,b,b,20b,c}\{a, b, b, 20-b, c\}. Since a+b+c=30a+b+c=30, then b+c20,a+b20b+c \leq 20, a+b \geq 20, so c20bac \leq 20-b \leq a and R=b+(20b)=20R=b+(20-b)=20.

## Answer

The first is 0.6, the second is -0.4 of the total piece.

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic, difficulty and ordering added by this site.