In an $n\times{n}$ grid, there are some cats living in each cell (the number of cats in a cell must be a non-negative integer). Every midnight, the manager chooses one cell: (a) The number of cats living in the chosen cell must be greater than or equal to the number of neighboring cells of the chosen cell. (b) For every neighboring cell of the chosen cell, the manager moves one cat from the chosen cell to the neighboring cell. (Two cells are called "neighboring" if they share a common side, e.g. there are only $2$ neighboring cells for a cell in the corner of the grid) Find the minimum number of cats living in the whole grid, such that the manager is able to do infinitely many times of this process.
2017 Taiwan TST Round 3
Quiz 1
Choose a rational point $P_0(x_p,y_p)$ arbitrary on ellipse $C:x^2+2y^2=2098$. Define $P_1,P_2,\cdots$ recursively by the following rules: $(1)$ Choose a lattice point $Q_i=(x_i,y_i)\notin C$ such that $|x_i|<50$ and $|y_i|<50$. $(2)$ Line $P_iQ_i$ intersects $C$ at another point $P_{i+1}$. Prove that for any point $P_0$ we can choose suitable points $Q_0,Q_1,\cdots$ such that $\exists k\in\mathbb{N}\cup\{0\}$, $\overline{OP_k}^2=2017$.
Quiz 2
There are $m$ real numbers $x_i \geq 0$ ($i=1,2,...,m$), $n \geq 2$, $\sum_{i=1}^{m} x_i=S$. Prove that \[ \sum_{i=1}^{m} \sqrt[n]{\frac{x_i}{S-x_i}} \geq 2, \]The equation holds if and only if there are exactly two of $x_i$ are equal(not equal to $0$), and the rest are equal to $0$.
$\triangle ABC$ satisfies $\angle A=60^{\circ}$. Call its circumcenter and orthocenter $O, H$, respectively. Let $M$ be a point on the segment $BH$, then choose a point $N$ on the line $CH$ such that $H$ lies between $C, N$, and $\overline{BM}=\overline{CN}$. Find all possible value of \[\frac{\overline{MH}+\overline{NH}}{\overline{OH}}\]
Quiz 3
Let $\{a_n\}_{n\geq 0}$ be an arithmetic sequence with difference $d$ and $1\leq a_0\leq d$. Denote the sequence as $S_0$, and define $S_n$ recursively by two operations below: Step $1$: Denote the first number of $S_n$ as $b_n$, and remove $b_n$. Step $2$: Add $1$ to the first $b_n$ numbers to get $S_{n+1}$. Prove that there exists a constant $c$ such that $b_n=[ca_n]$ for all $n\geq 0$, where $[]$ is the floor function.
Let $A_1, B_1$ and $C_1$ be points on sides $BC$, $CA$ and $AB$ of an acute triangle $ABC$ respectively, such that $AA_1$, $BB_1$ and $CC_1$ are the internal angle bisectors of triangle $ABC$. Let $I$ be the incentre of triangle $ABC$, and $H$ be the orthocentre of triangle $A_1B_1C_1$. Show that $$AH + BH + CH \geq AI + BI + CI.$$
Mock IMO Day 1
Let $n$ be a positive integer relatively prime to $6$. We paint the vertices of a regular $n$-gon with three colours so that there is an odd number of vertices of each colour. Show that there exists an isosceles triangle whose three vertices are of different colours.
Prove that there exists a polynomial with integer coefficients satisfying the following conditions: (a)$f(x)=0$ has no rational root. (b) For any positive integer $n$, there always exists an integer $m$ such that $n\mid f(m)$.
Given a $ \triangle ABC $ with circumcircle $ \Gamma. $ Let $ A' $ be the antipode of $ A $ in $ \Gamma $ and $ D $ be the point s.t. $ \triangle BCD $ is an equilateral triangle ($ A $ and $ D $ are on the opposite side of $ BC $). Let the perpendicular from $ A' $ to $ A'D $ cuts $ CA, $ $ AB $ at $ E, $ $ F, $ resp. and $ T $ be the point s.t. $ \triangle ETF $ is an isosceles triangle with base $ EF $ and base angle $ 30^{\circ} $ ($ A $ and $ T $ are on the opposite side of $ EF $). Prove that $ AT $ passes through the 9-point center of $ \triangle ABC. $ Proposed by Telv Cohl
Mock IMO Day 2
Let $ABC$ be a triangle with circumcircle $\Gamma$ and incenter $I$ and let $M$ be the midpoint of $\overline{BC}$. The points $D$, $E$, $F$ are selected on sides $\overline{BC}$, $\overline{CA}$, $\overline{AB}$ such that $\overline{ID} \perp \overline{BC}$, $\overline{IE}\perp \overline{AI}$, and $\overline{IF}\perp \overline{AI}$. Suppose that the circumcircle of $\triangle AEF$ intersects $\Gamma$ at a point $X$ other than $A$. Prove that lines $XD$ and $AM$ meet on $\Gamma$. Proposed by Evan Chen, Taiwan
Find the largest real constant $a$ such that for all $n \geq 1$ and for all real numbers $x_0, x_1, ... , x_n$ satisfying $0 = x_0 < x_1 < x_2 < \cdots < x_n$ we have \[\frac{1}{x_1-x_0} + \frac{1}{x_2-x_1} + \dots + \frac{1}{x_n-x_{n-1}} \geq a \left( \frac{2}{x_1} + \frac{3}{x_2} + \dots + \frac{n+1}{x_n} \right)\]
Let $n$ be a positive integer. Determine the smallest positive integer $k$ with the following property: it is possible to mark $k$ cells on a $2n \times 2n$ board so that there exists a unique partition of the board into $1 \times 2$ and $2 \times 1$ dominoes, none of which contain two marked cells.