Maths Olympiad Prep

Library / /59 of 62

, 2020

Algebra Difficulty 6.9 National Olympiad Prove it United States

Problem:

While waiting for their food at a restaurant in Harvard Square, Ana and Banana draw 3 squares 1,2,3\square_{1}, \square_{2}, \square_{3} on one of their napkins. Starting with Ana, they take turns filling in the squares with integers from the set {1,2,3,4,5}\{1,2,3,4,5\} such that no integer is used more than once. Ana's goal is to minimize the minimum value MM that the polynomial a1x2+a2x+a3a_{1} x^{2}+a_{2} x+a_{3} attains over all real xx, where a1,a2,a3a_{1}, a_{2}, a_{3} are the integers written in 1,2,3\square_{1}, \square_{2}, \square_{3} respectively. Banana aims to maximize MM. Assuming both play optimally, compute the final value of 100a1+10a2+a3100 a_{1}+10 a_{2}+a_{3}.

Solution

Solution:

Relabel a1,a2,a3a_{1}, a_{2}, a_{3} as a,b,ca, b, c. This is minimized at x=b2ax=\frac{-b}{2a}, so M=cb24aM = c - \frac{b^{2}}{4a}.

If in the end a=5a=5 or b{1,2}b \in \{1,2\}, then b24a1\frac{b^{2}}{4a} \leq 1 and M0M \geq 0. The only way for Ana to block this is to set b=5b=5, which will be optimal if we show that it allows Ana to force M<0M<0, which we will now do. At this point, Banana has two choices:

- If Banana fixes a value of aa, Ana's best move is to pick c=1c=1, or c=2c=2 if it has not already been used. The latter case yields M<1M < -1, while the optimal move in the latter case (a=4)(a=4) yields M=12516>1M = 1 - \frac{25}{16} > -1.
- If Banana fixes a value of cc, then if that value is not 1 Ana can put a=1a=1, yielding M4254<1M \leq 4 - \frac{25}{4} < -1. On the other hand, if Banana fixes c=1c=1 then Ana's best move is to put a=2a=2, yielding M=1258<1M = 1 - \frac{25}{8} < -1.

Thus Banana's best move is to set a=4a=4, eliciting a response of c=1c=1. Since 12516<01 - \frac{25}{16} < 0, this validates our earlier claim that b=5b=5 was the best first move.

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 reproduced verbatim; metadata (topic, difficulty) added by this project.