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: 136

2013 Balkan MO Shortlist, C3

The square $ABCD$ is divided into $n^2$ equal small (elementary) squares by parallel lines to its sides, (see the figure for the case $n = 4$). A spider starts from point$ A$ and moving only to the right and up tries to arrive at point $C$. Every ” movement” of the spider consists of: ”$k$ steps to the right and $m$ steps up” or ”$m$ steps to the right and $k$ steps up” (which can be performed in any way). The spider first makes $l$ ”movements” and in then, moves to the right or up without any restriction. If $n = m \cdot l$, find all possible ways the spider can approach the point $C$, where $n, m, k, l$ are positive integers with $k < m$. [img]https://cdn.artofproblemsolving.com/attachments/2/d/4fb71086beb844ca7c492a30c7d333fa08d381.png[/img]

2019 Romania Team Selection Test, 3

Given an integer $n\geq 2,$ colour red exactly $n$ cells of an infinite sheet of grid paper. A rectangular grid array is called special if it contains at least two red opposite corner cells; single red cells and 1-row or 1-column grid arrays whose end-cells are both red are special. Given a configuration of exactly $n$ red cells, let $N$ be the largest number of red cells a special rectangular grid array may contain. Determine the least value $N$ may take over all possible configurations of exactly $n$ red cells

2017 Junior Balkan Team Selection Tests - Moldova, Problem 8

The bottom line of a $2\times 13$ rectangle is filled with $13$ tokens marked with the numbers $1, 2, ..., 13$ and located in that order. An operation is a move of a token from its cell into a free adjacent cell (two cells are called adjacent if they have a common side). What is the minimum number of operations needed to rearrange the chips in reverse order in the bottom line of the rectangle?

2015 JBMO Shortlist, C1

A board $ n \times n$ ($n \ge 3$) is divided into $n^2$ unit squares. Integers from $O$ to $n$ included, are written down: one integer in each unit square, in such a way that the sums of integers in each $2\times 2$ square of the board are different. Find all $n$ for which such boards exist.

2019 Latvia Baltic Way TST, 8

A $20 \times 20$ rectangular grid has been given. It is known that one of the grid's unit squares contains a hidden treasure. To find the treasure, we have been given an opportunity to order several scientific studies at the same time, results of which will be known only after some time. For each study we must choose one $1 \times 4$ rectangle, and the study will tell whether the rectangle contains the treasure. The $1 \times 4$ rectangle can be either horizontal or vertical, and it can extend over a side of the $20 \times 20$ grid, coming back in at the opposite side (you can think of the $20 \times 20$ grid as a torus - the opposite sides are connected). What is the minimal amount of studies that have to ordered for us to precisely determine the unit square containing the treasure?

2013 Saudi Arabia IMO TST, 1

Adel draws an $m \times n$ grid of dots on the coordinate plane, at the points of integer coordinates $(a,b)$ where $1 \le a \le m$ and $1 \le b \le n$. He proceeds to draw a closed path along $k$ of these dots, $(a_1, b_1)$,$(a_2,b_2)$,...,$(a_k,b_k)$, such that $(a_i,b_i)$ and $(a_{i+1}, b_{i+1})$ (where $(a_{k+1}, b_{k+1}) = (a_1, b_1)$) are $1$ unit apart for each $1 \le i \le k$. Adel makes sure his path does not cross itself, that is, the $k$ dots are distinct. Find, with proof, the maximum possible value of $k$ in terms of $m$ and $n$.

1979 Austrian-Polish Competition, 7

Let $n$ and $m$ be fixed positive integers. The hexagon $ABCDEF$ with vertices $A = (0,0)$, $B = (n,0)$, $C = (n,m)$, $D = (n-1,m)$, $E = (n-1,1)$, $F = (0,1)$ has been partitioned into $n+m-1$ unit squares. Find the number of paths from $A$ to $C$ along grid lines, passing through every grid node at most once.

2012 Tuymaada Olympiad, 1

Tanya and Serezha take turns putting chips in empty squares of a chessboard. Tanya starts with a chip in an arbitrary square. At every next move, Serezha must put a chip in the column where Tanya put her last chip, while Tanya must put a chip in the row where Serezha put his last chip. The player who cannot make a move loses. Which of the players has a winning strategy? [i]Proposed by A. Golovanov[/i]

2024 China Western Mathematical Olympiad, 4

Given positive integer $n \geq 2$. Now Cindy fills each cell of the $n*n$ grid with a positive integer not greater than $n$ such that the numbers in each row are in a non-decreasing order (from left to right) and numbers in each column is also in a non-decreasing order (from top to bottom). We call two adjacant cells form a $domino$ , if they are filled with the same number. Now Cindy wants the number of $domino$s as small as possible. Find the smallest number of $dominos$ Cindy can reach. (Here, two cells are called adjacant if they share one common side)

2022 USAJMO, 2

Let $a$ and $b$ be positive integers. The cells of an $(a+b+1)\times (a+b+1)$ grid are colored amber and bronze such that there are at least $a^2+ab-b$ amber cells and at least $b^2+ab-a$ bronze cells. Prove that it is possible to choose $a$ amber cells and $b$ bronze cells such that no two of the $a+b$ chosen cells lie in the same row or column.

2021 Olympic Revenge, 4

On a chessboard, Po controls a white queen and plays, in alternate turns, against an invisible black king (there are only those two pieces on the board). The king cannot move to a square where he would be in check, neither capture the queen. Every time the king makes a move, Po receives a message from beyond that tells which direction the king has moved (up, right, up-right, etc). His goal is to make the king unable to make a movement. Can Po reach his goal with at most $150$ moves, regardless the starting position of the pieces?