Found problems: 136
Durer Math Competition CD Finals - geometry, 2008.D1
Given a square grid where the distance between two adjacent grid points is $1$. Can the distance between two grid points be $\sqrt5, \sqrt6, \sqrt7$ or $\sqrt{2007}$ ?
2018 SIMO, Q1
Sheldon and Bella play a game on an infinite grid of cells. On each of his turns, Sheldon puts one of the following tetrominoes (reflections and rotations aren't permitted)
[asy]
size(200);
draw((0, 0)--(1, 0)--(1, 2)--(0, 2)--cycle);
draw((1, 1)--(2, 1)--(2, 3)--(1, 3)--cycle);
draw((0,1)--(1,1));
draw((1,2)--(2,2));
draw((5, 0.5)--(6, 0.5)--(6, 1.5)--(5, 1.5)--cycle);
draw((6, 0.5)--(7, 0.5)--(7, 1.5)--(6, 1.5)--cycle);
draw((6, 1.5)--(7, 1.5)--(7, 2.5)--(6, 2.5)--cycle);
draw((7, 1.5)--(8, 1.5)--(8, 2.5)--(7, 2.5)--cycle);
[/asy]
somewhere on the grid without overlap. Then, Bella colors that tetromino such that it has a different color from any other tetromino that shares a side with it. After $2631$ such moves by each player, the game ends, and Sheldon's score is the number of colors used by Bella.
What's the maximum $N$ such that Sheldon can guarantee that his score will be at least $N$?
2018 All-Russian Olympiad, 8
Initially, on the lower left and right corner of a $2018\times 2018$ board, there're two horses, red and blue, respectively. $A$ and $B$ alternatively play their turn, $A$ start first. Each turn consist of moving their horse ($A$-red, and $B$-blue) by, simultaneously, $20$ cells respect to one coordinate, and $17$ cells respect to the other; while preserving the rule that the horse can't occupied the cell that ever occupied by any horses in the game. The player who can't make the move loss, who has the winning strategy?
2015 Dutch IMO TST, 1
Let $a$ and $b$ be two positive integers satifying $gcd(a, b) = 1$. Consider a pawn standing on the grid point $(x, y)$.
A step of type A consists of moving the pawn to one of the following grid points: $(x+a, y+a),(x+a,y-a), (x-a, y + a)$ or $(x - a, y - a)$.
A step of type B consists of moving the pawn to $(x + b,y + b),(x + b,y - b), (x - b,y + b)$ or $(x - b,y - b)$.
Now put a pawn on $(0, 0)$. You can make a (nite) number of steps, alternatingly of type A and type B, starting with a step of type A. You can make an even or odd number of steps, i.e., the last step could be of either type A or type B.
Determine the set of all grid points $(x,y)$ that you can reach with such a series of steps.
2023 JBMO Shortlist, C3
Alice and Bob play the following game on a $100\times 100$ grid, taking turns, with Alice starting first. Initially the grid is empty. At their turn, they choose an integer from $1$ to $100^2$ that is not written yet in any of the cells and choose an empty cell, and place it in the chosen cell. When there is no empty cell left, Alice computes the sum of the numbers in each row, and her score is the maximum of these $100$ numbers. Bob computes the sum of the numbers in each column, and his score is the maximum of these $100$ numbers. Alice wins if her score is greater than Bob's score, Bob wins if his score is greater than Alice's score, otherwise no one wins.
Find if one of the players has a winning strategy, and if so which player has a winning strategy.
[i]Théo Lenoir, France[/i]
2000 USAMO, 4
Find the smallest positive integer $n$ such that if $n$ squares of a $1000 \times 1000$ chessboard are colored, then there will exist three colored squares whose centers form a right triangle with sides parallel to the edges of the board.
2013 Germany Team Selection Test, 2
Given a $m\times n$ grid rectangle with $m,n \ge 4$ and a closed path $P$ that is not self intersecting from inner points of the grid, let $A$ be the number of points on $P$ such that $P$ does not turn in them and let $B$ be the number of squares that $P$ goes through two non-adjacent sides of them furthermore let $C$ be the number of squares with no side in $P$. Prove that $$A=B-C+m+n-1.$$
2018 BAMO, A
Twenty-five people of different heights stand in a $5\times 5$ grid of squares, with one person in each square. We know that each row has a shortest person, suppose Ana is the tallest of these five people. Similarly, we know that each column has a tallest person, suppose Bev is the shortest of these five people.
Assuming Ana and Bev are not the same person, who is taller: Ana or Bev?
Prove that your answer is always correct.
2023 ISI Entrance UGB, 5
There is a rectangular plot of size $1 \times n$. This has to be covered by three types of tiles - red, blue and black. The red tiles are of size $1 \times 1$, the blue tiles are of size $1 \times 1$ and the black tiles are of size $1 \times 2$. Let $t_n$ denote the number of ways this can be done. For example, clearly $t_1 = 2$ because we can have either a red or a blue tile. Also $t_2 = 5$ since we could have tiled the plot as: two red tiles, two blue tiles, a red tile on the left and a blue tile on the right, a blue tile on the left and a red tile on the right, or a single black tile.
[list=a]
[*]Prove that $t_{2n+1} = t_n(t_{n-1} + t_{n+1})$ for all $n > 1$.
[*]Prove that $t_n = \sum_{d \ge 0} \binom{n-d}{d}2^{n-2d}$ for all $n >0$.
[/list]
Here,
\[ \binom{m}{r} = \begin{cases}
\dfrac{m!}{r!(m-r)!}, &\text{ if $0 \le r \le m$,} \\
0, &\text{ otherwise}
\end{cases}\]
for integers $m,r$.
2009 Estonia Team Selection Test, 5
A strip consists of $n$ squares which are numerated in their order by integers $1,2,3,..., n$. In the beginning, one square is empty while each remaining square contains one piece. Whenever a square contains a piece and its some neighbouring square contains another piece while the square immediately following the neighbouring square is empty, one may raise the first piece over the second one to the empty square, removing the second piece from the strip.
Find all possibilites which square can be initially empty, if it is possible to reach a state where the strip contains only one piece and
a) $n = 2008$,
b) $n = 2009$.
2024 Turkey EGMO TST, 5
Let $p$ be a given prime number. For positive integers $n,k\geq2$ let $S_1, S_2,\dots, S_n$ be unit square sets constructed by choosing exactly one unit square from each of the columns from $p\times k$ chess board. If $|S_i \cap S_j|=1$ for all $1\leq i < j \leq n$ and for any duo of unit squares which are located at different columns there exists $S_i$ such that both of these unit squares are in $S_i$ find all duos of $(n,k)$ in terms of $p$.
Note: Here we denote the number of rows by $p$ and the number of columns by $k$.
2023 Kyiv City MO Round 1, Problem 3
Consider all pairs of distinct points on the Cartesian plane $(A, B)$ with integer coordinates. Among these pairs of points, find all for which there exist two distinct points $(X, Y)$ with integer coordinates, such that the quadrilateral $AXBY$ is convex and inscribed.
[i]Proposed by Anton Trygub[/i]
2018 SIMO, Bonus
Simon plays a game on an $n\times n$ grid of cells. Initially, each cell is filled with an integer. Every minute, Simon picks a cell satisfying the following:
[list]
[*] The magnitude of the integer in the chosen cell is less than $n^{n^n}$
[*] The sum of all the integers in the neighboring cells (sharing one side with the chosen cell) is non-zero
[/list]
Simon then adds each integer in a neighboring cell to the chosen cell.
Show that Simon will eventually not be able to make any valid moves.
2025 Vietnam Team Selection Test, 5
There is an $n \times n$ grid which has rows and columns numbered from $1$ to $n$; the cell at row $i$ and column $j$ is denoted as the cell at $(i, j)$. A subset $A$ of the cells is called [i]good[/i] if for any two cells at $(x_1, y), (x_2, y)$ in $A$, the cells $(u, v)$ satisfying $x_1 < u \leq x_2, v<y$ or $x_1 \leq u < x_2, v>y$ are not in $A$. Determine the minimal number of good sets such that they are pairwise disjoint and every cell of the board belongs to exactly one good set.
2018 Estonia Team Selection Test, 2
Find the greatest number of depicted pieces composed of $4$ unit squares that can be placed without overlapping on an $n \times n$ grid (where n is a positive integer) in such a way that it is possible to move from some corner to the opposite corner via uncovered squares (moving between squares requires a common edge). The shapes can be rotated and reflected.
[img]https://cdn.artofproblemsolving.com/attachments/b/d/f2978a24fdd737edfafa5927a8d2129eb586ee.png[/img]
Russian TST 2018, P1
Let $n$ be an odd positive integer, and consider an infinite square grid. Prove that it is impossible to fill in one of $1,2$ or $3$ in every cell, which simultaneously satisfies the following conditions:
(1) Any two cells which share a common side does not have the same number filled in them.
(2) For any $1\times 3$ or $3\times 1$ subgrid, the numbers filled does not contain $1,2,3$ in that order be it reading from top to bottom, bottom to top, or left to right, or right to left.
(3) The sum of numbers of any $n\times n$ subgrid is the same.
2011 Abels Math Contest (Norwegian MO), 4a
In a town there are $n$ avenues running from south to north. They are numbered $1$ through $n$ (from west to east). There are $n$ streets running from west to east – they are also numbered $1$ through $n$ (from south to north).
If you drive through the junction of the $k$th avenue and the $\ell$th street, you have to pay $k\ell$ kroner. How much do you at least have to pay for driving from the junction of the $1$st avenue and the $1$st street to the junction of the nth avenue and the $n$th street? (You also pay for the starting and finishing junctions.)
1990 Mexico National Olympiad, 1
How many paths are there from$ A$ to the line $BC$ if the path does not go through any vertex twice and always moves to the left?
[img]https://cdn.artofproblemsolving.com/attachments/e/6/a4bc3a9decc06eaeed6f7e99cb58f7b2524471.jpg[/img]
Russian TST 2017, P2
What is the smallest number of nodes that can be marked in a rectangular $n \times k$ grid so that each cell contains at least two marked nodes?
2022 Iran Team Selection Test, 11
Consider a table with $n$ rows and $2n$ columns. we put some blocks in some of the cells. After putting blocks in the table we put a robot on a cell and it starts moving in one of the directions right, left, down or up. It can change the direction only when it reaches a block or border. Find the smallest number $m$ such that we can put $m$ blocks on the table and choose a starting point for the robot so it can visit all of the unblocked cells. (the robot can't enter the blocked cells.)
Proposed by Seyed Mohammad Seyedjavadi and Alireza Tavakoli
2009 Greece Junior Math Olympiad, 4
In the figure we see the paths connecting the square of a city (point $P$) with the school (point $S$). In the square there are $k$ pupils starting to go to the school. They have the ability to move only to the right and up. If the pupils are free to choose any allowed path (in order to get to school), determine the minimum value of $k$ so that in any case at least two pupils follow the same path.
[img]https://cdn.artofproblemsolving.com/attachments/e/2/b5d6c6db5942cb706428cb63af3ca15590727f.png[/img]
2012 Sharygin Geometry Olympiad, 1
Determine all integer $n$ such that a surface of an $n \times n \times n$ grid cube can be pasted in one layer by paper $1 \times 2$ rectangles so that each rectangle has exactly five neighbors (by a line segment).
(A.Shapovalov)
2015 All-Russian Olympiad, 5
It is known that a cells square can be cut into $n$ equal figures of $k$ cells.
Prove that it is possible to cut it into $k$ equal figures of $n$ cells.
1999 ITAMO, 5
There is a village of pile-built dwellings on a lake, set on the gridpoints of an $m \times n$ rectangular grid. Each dwelling is connected by exactly $p$ bridges to some of the neighboring dwellings (diagonal connections are not allowed, two dwellings can be connected by more than one bridge). Determine for which values $m,n, p$ it is possible to place the bridges so that from any dwelling one can reach any other dwelling.
2025 All-Russian Olympiad, 9.4
A chess king was placed on a square of an \(8 \times 8\) board and made $64$ moves so that it visited all squares and returned to the starting square. At every moment, the distance from the center of the square the king was on to the center of the board was calculated. A move is called $\emph{pleasant}$ if this distance becomes smaller after the move. Find the maximum possible number of pleasant moves. (The chess king moves to a square adjacent either by side or by corner.)