imo-2025 / markdown /2025 /p5 /problem.md
pufanyi's picture
Refactor imo_2025.json: Consolidate problem statements and remove markdown files for problems 1-6
d7d1759

Alice and Bazza are playing the inekoalaty game, a two-player game whose rules depend on a positive real number $\lambda$ which is known to both players. On the $n^{\text{th}}$ turn of the game (starting with $n = 1$) the following happens:

  • If $n$ is odd, Alice chooses a nonnegative real number $x_n$ such that

x1+x2++xnλn.x_1 + x_2 + \cdots + x_n \leq \lambda n.

  • If $n$ is even, Bazza chooses a nonnegative real number $x_n$ such that

x12+x22++xn2n.x_1^2 + x_2^2 + \cdots + x_n^2 \leq n.

If a player cannot choose a suitable number $x_n$, the game ends and the other player wins. If the game goes on forever, neither player wins. All chosen numbers are known to both players.

Determine all values of $\lambda$ for which Alice has a winning strategy and all those for which Bazza has a winning strategy.