This website contains problems from math contests. Problems and corresponding tags were obtained from the Art of Problem Solving website.

Tags were heavily modified to better represent problems.

AND:
OR:
NO:

Found problems: 304

2025 JBMO TST - Turkey, 2

Let $n$ be a positive integer. Aslı and Zehra are playing a game on an $n\times n$ grid. Initially, $10n^2$ stones are placed on some of the unit squares of this grid. On each move (starting with Aslı), Aslı chooses a row or a column that contains at least two squares with different numbers of stones, and Zehra redistributes the stones in that row or column so that after redistribution, the difference in the number of stones between any two squares in that row or column is at most one. Furthermore, this move must change the number of stones in at least one square. For which values of $n$, regardless of the initial placement of the stones, can Aslı guarantee that every square ends up with the same number of stones?

2017 Australian MO, 3

Anna and Berta play a game in which they take turns in removing marbles from a table. Anna takes the first turn. When at the beginning of the turn there are $n\geq 1$ marbles on the table, then the player whose turn it is removes $k$ marbles, where $k\geq 1$ either is an even number with $k\leq \frac{n}{2}$ or an odd number with $\frac{n}{2}\leq k\leq n$. A player win the game if she removes the last marble from the table. Determine the smallest number $N\geq 100000$ such that Berta can enforce a victory if there are exactly $N$ marbles on the tale in the beginning.

2020 Balkan MO Shortlist, C3

Odin and Evelyn are playing a game, Odin going first. There are initially $3k$ empty boxes, for some given positive integer $k$. On each player’s turn, they can write a non-negative integer in an empty box, or erase a number in a box and replace it with a strictly smaller non-negative integer. However, Odin is only ever allowed to write odd numbers, and Evelyn is only allowed to write even numbers. The game ends when either one of the players cannot move, in which case the other player wins; or there are exactly $k$ boxes with the number $0$, in which case Evelyn wins if all other boxes contain the number $1$, and Odin wins otherwise. Who has a winning strategy? $Agnijo \ Banerjee \ , United \ Kingdom$

2003 Estonia National Olympiad, 5

The game [i]Clobber [/i] is played by two on a strip of $2k$ squares. At the beginning there is a piece on each square, the pieces of both players stand alternatingly. At each move the player shifts one of his pieces to the neighbouring square that holds a piece of his opponent and removes his opponent’s piece from the table. The moves are made in turn, the player whose opponent cannot move anymore is the winner. Prove that if for some $k$ the player who does not start the game has the winning strategy, then for $k + 1$ and $k + 2$ the player who makes the first move has the winning strategy.

2009 Bundeswettbewerb Mathematik, 1

At the start of a game there are three boxes with $2008, 2009$ and $2010$ game pieces Anja and Bernd play in turns according to the following rule: [i]When it is your turn, select two boxes, empty them and then distribute the pieces from the third box to the three boxes, such that no box may remain empty.If you can no longer complete a turn, you have lost. [/i] Who has a winning strategy when Anja starts?

1999 Tournament Of Towns, 5

Two people play a game on a $9 \times 9$ board. They move alternately. On each move, the first player draws a cross in an empty cell, and the second player draws a nought in an empty cell. When all $81$ cells are filled, the number $K$ of rows and columns in which there are more crosses and the number $H$ of rows and columns in which there are more noughts are counted. The score for the first player is the difference $B = K- H$. Find a value of $B$ such that the first player can guarantee a score of at least $B$, while the second player can hold the first player's score to at most B, regardless how the opponent plays. (A Kanel)

2021 Francophone Mathematical Olympiad, 2

Albert and Beatrice play a game. $2021$ stones lie on a table. Starting with Albert, they alternatively remove stones from the table, while obeying the following rule. At the $n$-th turn, the active player (Albert if $n$ is odd, Beatrice if $n$ is even) can remove from $1$ to $n$ stones. Thus, Albert first removes $1$ stone; then, Beatrice can remove $1$ or $2$ stones, as she wishes; then, Albert can remove from $1$ to $3$ stones, and so on. The player who removes the last stone on the table loses, and the other one wins. Which player has a strategy to win regardless of the other player's moves?

2007 Chile National Olympiad, 5

Bob proposes the following game to Johanna. The board in the figure is an equilateral triangle subdivided in turn into $256$ small equilateral triangles, one of which is painted in black. Bob chooses any point inside the board and places a small token. Johanna can make three types of plays. Each of them consists of choosing any of the $3$ vertices of the board and move the token to the midpoint between the current position of the tile and the chosen vertex. In the second figure we see an example of a move in which Johana chose vertex $A$. Johanna wins if she manages to place her piece inside the triangle black. Prove that Johanna can always win in at most $4$ moves. [asy] unitsize(8 cm); pair A, B, C; int i; A = dir(60); C = (0,0); B = (1,0); fill((6/16*(1,0) + 1/16*dir(60))--(7/16*(1,0) + 1/16*dir(60))--(6/16*(1,0) + 2/16*dir(60))--cycle, gray(0.7)); draw(A--B--C--cycle); for (i = 1; i <= 15; ++i) { draw(interp(A,B,i/16)--interp(A,C,i/16)); draw(interp(B,C,i/16)--interp(B,A,i/16)); draw(interp(C,A,i/16)--interp(C,B,i/16)); } label("$A$", A, N); label("$B$", B, SE); label("$C$", C, SW); [/asy] [asy] unitsize(8 cm); pair A, B, C, X, Y, Z; int i; A = dir(60); C = (0,0); B = (1,0); X = 9.2/16*(1,0) + 3.3/16*dir(60); Y = (A + X)/2; Z = rotate(60,X)*(Y); fill((6/16*(1,0) + 1/16*dir(60))--(7/16*(1,0) + 1/16*dir(60))--(6/16*(1,0) + 2/16*dir(60))--cycle, gray(0.7)); draw(A--B--C--cycle); for (i = 1; i <= 15; ++i) { draw(interp(A,B,i/16)--interp(A,C,i/16)); draw(interp(B,C,i/16)--interp(B,A,i/16)); draw(interp(C,A,i/16)--interp(C,B,i/16)); } draw(A--X, dotted); draw(arc(Z,abs(X - Y),-12,40), Arrow(6)); label("$A$", A, N); label("$B$", B, SE); label("$C$", C, SW); dot(A); dot(X); dot(Y); [/asy]

2013 Costa Rica - Final Round, 4

Antonio and Beltran have impeccable logical reasoning, they put on a hat with a integer between $0$ and $19$ (including both) so that each of them sees the number that has the other (but cannot see his own number), and they must try to guess the number that have on their hat. They have a timer that a bell rings every minute and the moment it rings. This is when they must say if they know the number on their hat. A third person tells them: ''the sum of the numbers is $6$ or $11$ or $19$''. At that moment it begins to run time. After a minute the bell rings and neither of them says anything. The second minute passes , the doorbell rings and neither of us says anything. Time continues to pass and when the bell rings for the tenth time Antonio says that he already knows what is his number. Just determine the number each has in his hat.

2019 Olympic Revenge, 4

A regular icosahedron is a regular solid of $20$ faces, each in the form of an equilateral triangle, with $12$ vertices, so that each vertex is in $5$ edges. Twelve indistinguishable candies are glued to the vertices of a regular icosahedron (one at each vertex), and four of these twelve candies are special. André and Lucas want to together create a strategy for the following game: • First, André is told which are the four special sweets and he must remove exactly four sweets that are not special from the icosahedron and leave the solid on a table, leaving afterwards without communicating with Lucas. • Later, Sponchi, who wants to prevent Lucas from discovering the special sweets, can pick up the icosahedron from the table and rotate it however he wants. • After Sponchi makes his move, he leaves the room, Lucas enters and he must determine the four special candies out of the eight that remain in the icosahedron. Determine if there is a strategy for which Lucas can always properly discover the four special sweets.

2009 IMO Shortlist, 1

Consider $2009$ cards, each having one gold side and one black side, lying on parallel on a long table. Initially all cards show their gold sides. Two player, standing by the same long side of the table, play a game with alternating moves. Each move consists of choosing a block of $50$ consecutive cards, the leftmost of which is showing gold, and turning them all over, so those which showed gold now show black and vice versa. The last player who can make a legal move wins. (a) Does the game necessarily end? (b) Does there exist a winning strategy for the starting player? [i]Proposed by Michael Albert, Richard Guy, New Zealand[/i]

1978 All Soviet Union Mathematical Olympiad, 256

Given two heaps of checkers. the bigger contains $m$ checkers, the smaller -- $n$ ($m>n$). Two players are taking checkers in turn from the arbitrary heap. The players are allowed to take from the heap a number of checkers (not zero) divisible by the number of checkers in another heap. The player that takes the last checker in any heap wins. a) Prove that if $m > 2n$, than the first can always win. b) Find all $x$ such that if $m > xn$, than the first can always win.

2024 Brazil EGMO TST, 2

Let \( m \) and \( n \) be positive integers. Kellem and Carmen play the following game: initially, the number $0$ is on the board. Starting with Kellem and alternating turns, they add powers of \( m \) to the previous number on the board, such that the new value on the board does not exceed \( n \). The player who writes \( n \) wins. Determine, for each pair \( (m, n) \), who has the winning strategy. [b]Note:[/b] A power of \( m \) is a number of the form \( m^k \), where \( k \) is a non-negative integer.

2007 Chile National Olympiad, 3

Two players, Aurelio and Bernardo, play the following game. Aurelio begins by writing the number $1$. Next it is Bernardo's turn, who writes number $2$. From then on, each player chooses whether to add $1$ to the number just written by the previous player, or whether multiply that number by $2$. Then write the result and it's the other player's turn. The first player to write a number greater than $ 2007$ loses the game. Determine if one of the players can ensure victory no matter what the other does.

2021 Ukraine National Mathematical Olympiad, 1

Alexey and Bogdan play a game with two piles of stones. In the beginning, one of the piles contains $2021$ stones, and the second is empty. In one move, each of the guys has to pick up an even number of stones (more than zero) from an arbitrary pile, then transfer half of the stones taken to another pile, and the other half - to remove from the game. Loses the one who cannot make a move. Who will win this game if both strive to win, and Bogdan begins? (Oleksii Masalitin)

2021 Greece JBMO TST, 2

Anna and Basilis play a game writing numbers on a board as follows: The two players play in turns and if in the board is written the positive integer $n$, the player whose turn is chooses a prime divisor $p$ of $n$ and writes the numbers $n+p$. In the board, is written at the start number $2$ and Anna plays first. The game is won by whom who shall be first able to write a number bigger or equal to $31$. Find who player has a winning strategy, that is who may writing the appropriate numbers may win the game no matter how the other player plays.

1986 Tournament Of Towns, (121) 3

A game has two players. In the game there is a rectangular chocolate bar, with $60$ pieces, arranged in a $6 \times 1 0$ formation , which can be broken only along the lines dividing the pieces. The first player breaks the bar along one line, discarding one section . The second player then breaks the remaining section, discarding one section. The first player repeats this process with the remaining section , and so on. The game is won by the player who leaves a single piece. In a perfect game which player wins? {S. Fomin , Leningrad)

1995 Bulgaria National Olympiad, 3

Two players $A$ and $B$ take stones one after the other from a heap with $n \ge 2$ stones. $A$ begins the game and takes at least one stone, but no more than $n -1$ stones. Thereafter, a player on turn takes at least one, but no more than the other player has taken before him. The player who takes the last stone wins. Who of the players has a winning strategy?

1994 All-Russian Olympiad, 3

There are three piles of matches on the table: one with $100$ matches, one with $200$, and one with $300$. Two players play the following game. They play alternatively, and a player on turn removes one of the piles and divides one of the remaining piles into two nonempty piles. The player who cannot make a legal move loses. Who has a winning strategy? (K. Kokhas’)

2018 Finnish National High School Mathematics Comp, 4

Define $f : \mathbb{Z}_+ \to \mathbb{Z}_+$ such that $f(1) = 1$ and $f(n) $ is the greatest prime divisor of $n$ for $n > 1$. Aino and Väinö play a game, where each player has a pile of stones. On each turn the player to turn with $m$ stones in his pile may remove at most $f(m)$ stones from the opponent's pile, but must remove at least one stone. (The own pile stays unchanged.) The first player to clear the opponent's pile wins the game. Prove that there exists a positive integer $n$ such that Aino loses, when both players play optimally, Aino starts, and initially both players have $n$ stones.

2001 May Olympiad, 5

In an $8$-square board -like the one in the figure- there is initially one checker in each square. $ \begin{tabular}{ | l | c | c |c | c| c | c | c | r| } \hline & & & & & & & \\ \hline \end{tabular} $ A move consists of choosing two tokens and moving one of them one square to the right and the other one one square to the left. If after $4$ moves the $8$ checkers are distributed in only $2$ boxes, determine what those boxes can be and how many checkers are in each one.

VMEO III 2006, 11.4

On an infi nite grid, a square with four vertices lie at $(m, n)$, $(m-1, n)$, $(m,n-1)$, $(m-1, n-1)$ is denoted as cell $(m,n)$ $(m, n \in Z)$. Some marbles are dropped on some cell. Each cell may have more than one marble or have no marble at all. Consider a "move" can be conducted in one of two following ways: i) Remove one marble from cell $(m,n)$ (if there is marble at that cell), then add one marble to each of cell $(m - 1, n- 2)$ and cell $(m -2, n - 1)$. ii) Remove two marbles from cell $(m,n)$ (if there is marble at that cell), then add one marble to each of cell $(m +1, n - 2)$ and cell $(m - 2, n +1)$. Assume that initially, there are $n$ marbles at the cell $(1,n), (2,n - 1),..., (n, 1)$ (each cell contains one marble). Can we conduct an finite amount of moves such that both cells $(n + 1, n)$ and $(n, n + 1)$ have marbles?

2022 Regional Olympiad of Mexico West, 6

There is a $2021 \times 2023$ board that has a white piece in the central square, on which Mich and Moka are going to play in turns. First Mich places a green token on any free space so that it is not in the same row or column as the white token, then Moka places a red token on any free space so that it is not in the same row or column as the white token. white or green. From now on, Mich will place green tokens and Moka will place red tokens alternately according to the following rules: $\bullet$ For the placed piece there must be another piece of the same color in its row or column, such that there is no other piece between both pieces. $\bullet$ If there is at least one box that meets the previous rule, then it is mandatory to place a token. When a token is placed, it changes all the tokens that are on squares adjacent to it to the same color. The game ends when one of the players can no longer place tiles. If when the game ends the board has more green tiles then Mich wins, and if it has more red tiles then Moka wins. Determine if either player has a winning strategy.

2012 NZMOC Camp Selection Problems, 5

Chris and Michael play a game on a $5 \times 5$ board, initially containing some black and white counters as shown below: [img]https://cdn.artofproblemsolving.com/attachments/8/0/42e1a64b3524a0db722c007b8d6b8eddf2d9e5.png[/img] Chris begins by removing any black counter, and sliding a white counter from an adjacent square onto the empty square. From that point on, the players take turns. Michael slides a black counter onto an adjacent empty square, and Chris does the same with white counters (no more counters are removed). If a player has no legal move, then he loses. (a) Show that, even if Chris and Michael play cooperatively, the game will come to an end. (b) Which player has a winning strategy?

2016 IFYM, Sozopol, 1

A participant is given a deck of thirteen cards numerated from 1 to 13, from which he chooses seven and gives them to the assistant. Then the assistant chooses three of these seven cards and the participant – one of the remaining six in his hand. The magician then takes the chosen four cards (arranged by the participant) and guesses which one is chosen from the participant. What should the magician and assistant do so that the magic trick always happens?