Found problems: 85335
2021 Thailand TST, 1
For each prime $p$, construct a graph $G_p$ on $\{1,2,\ldots p\}$, where $m\neq n$ are adjacent if and only if $p$ divides $(m^{2} + 1-n)(n^{2} + 1-m)$. Prove that $G_p$ is disconnected for infinitely many $p$
1974 IMO Shortlist, 12
In a certain language words are formed using an alphabet of three letters. Some words of two or more letters are not allowed, and any two such distinct words are of different lengths. Prove that one can form a word of arbitrary length that does not contain any non-allowed word.
2012 AMC 10, 22
Let $(a_1,a_2, \dots ,a_{10})$ be a list of the first $10$ positive integers such that for each $2 \le i \le 10$ either $a_i+1$ or $a_i-1$ or both appear somewhere before $a_i$ in the list. How many such lists are there?
$ \textbf{(A)}\ 120\qquad\textbf{(B)}\ 512\qquad\textbf{(C)}\ 1024\qquad\textbf{(D)}\ 181,440\qquad\textbf{(E)}\ 362,880 $
2014-2015 SDML (High School), 3
Let $a$ and $b$ be the roots of the equation $x^2-47x+289=0$. Compute $\sqrt{a}+\sqrt{b}$.
Mathley 2014-15, 5
A quadrilateral $ABCD$ is inscribed in a circle $(O)$. Another circle $(I)$ is tangent to the diagonals $AC, BD$ at $M, N$ respectively. Suppose that $MN$ meets $AB,CD$ at $P, Q$ respectively. The circumcircle of triangle $IMN$ meets the circumcircles of $IAB, ICD$ at $K, L$ respectively, which are distinct from $I$. Prove that the lines $PK, QL$, and $OI$ are concurrent.
Tran Minh Ngoc, a student of Ho Chi Minh City College, Ho Chi Minh
2001 Baltic Way, 5
Let $2001$ given points on a circle be coloured either red or green. In one step all points are recoloured simultaneously in the following way: If both direct neighbours of a point $P$ have the same colour as $P$, then the colour of $P$ remains unchanged, otherwise $P$ obtains the other colour. Starting with the first colouring $F_1$, we obtain the colourings $F_2,F_3 ,\ldots .$ after several recolouring steps. Prove that there is a number $n_0\le 1000$ such that $F_{n_0}=F_{n_0 +2}$. Is the assertion also true if $1000$ is replaced by $999$?
2025 AMC 8, 20
Sarika, Dev, and Rajiv are sharing a large block of cheese. They take turns cutting off half of what remains and eating it: first Sarika eats half of the cheese, then Dev eats half of the remaining half, then Rajiv eats half of what remains, then back to Sarika, and so on. They stop when the cheese is too small to see. About what fraction of the original block of cheese does Sarika eat in total?
$\hspace*{5mm}\text{(A) } \frac{4}{7} \quad \text{(B) } \frac{3}{5} \quad \text{(C) } \frac{2}{3} \quad \text{(D) } \frac{3}{4} \quad \text{(E) } \frac{7}{8}$
2012 Estonia Team Selection Test, 5
Let $x, y, z$ be positive real numbers whose sum is $2012$. Find the maximum value of $$ \frac{(x^2 + y^2 + z^2)(x^3 + y^3 + z^3)}{(x^4 + y^4 + z^4)}$$
LMT Speed Rounds, 2010.20
Let $f(x)=x^5-3x^4+2x^3+6x^2+x-14=a(x-1)^5+b(x-1)^4+c(x-1)^3+d(x-1)^2+e(x-1)+f,$ for some real constants $a,b,c,d,e,f.$ Determine the value of $ab+bc+cd+de+ad+be.$
2016 Denmark MO - Mohr Contest, 4
Alma and Bertha play the following game. There are $100$ round, $200$ triangular and $200$ square pieces on a table. In each move a player must remove two pieces, but it cannot be a triangle and a square. Alma starts, and one loses if one is unable to move or if there are no pieces left when it is one’s turn. Which player has a winning strategy?
2015 Lusophon Mathematical Olympiad, 2
Determine all ten-digit numbers whose decimal $\overline{a_0a_1a_2a_3a_4a_5a_6a_7a_8a_9}$ is given by such that for each integer $j$ with $0\le j \le 9, a_j$ is equal to the number of digits equal to $j$ in this representation.
That is: the first digit is equal to the amount of "$0$" in the writing of that number, the second digit is equal to the amount of "$1$" in the writing of that number, the third digit is equal to the amount of "$2$" in the writing of that number, ... , the tenth digit is equal to the number of "$9$" in the writing of that number.
1991 Tournament Of Towns, (281) 1
$N$ integers are given. Prove that the sum of their squares is divisible by $N$ if it is known that the difference between the product of any $N - 1$ of them and the last one is divisible by $N$.
(D. Fomin, Leningrad)
1917 Eotvos Mathematical Competition, 2
In the square of an integer $ a$, the tens’ digit is $7$. What is the units’ digit of $a^2$?
2019 Brazil National Olympiad, 5
In the picture below, a white square is surrounded by four black squares and three white squares. They are surrounded by seven black squares.
[img]https://i.stack.imgur.com/Dalmm.png[/img]
What is the maximum number of white squares that can be surrounded by $ n $ black squares?
2021 AMC 12/AHSME Fall, 2
What is the area of the shaded figure shown below?
[asy]
size(200);
defaultpen(linewidth(0.4)+fontsize(12));
pen s = linewidth(0.8)+fontsize(8);
pair O,X,Y;
O = origin;
X = (6,0);
Y = (0,5);
fill((1,0)--(3,5)--(5,0)--(3,2)--cycle, palegray+opacity(0.2));
for (int i=1; i<7; ++i)
{
draw((i,0)--(i,5), gray+dashed);
label("${"+string(i)+"}$", (i,0), 2*S);
if (i<6)
{
draw((0,i)--(6,i), gray+dashed);
label("${"+string(i)+"}$", (0,i), 2*W);
}
}
label("$0$", O, 2*SW);
draw(O--X+(0.15,0), EndArrow);
draw(O--Y+(0,0.15), EndArrow);
draw((1,0)--(3,5)--(5,0)--(3,2)--(1,0), black+1.5);
[/asy]
2019 Kosovo National Mathematical Olympiad, 1
Calculate $1^2-2^2+3^2-4^2+...-2018^2+2019^2$.
2003 Romania National Olympiad, 1
Find positive integers $ a,b$ if for every $ x,y\in[a,b]$, $ \frac1x\plus{}\frac1y\in[a,b]$.
2014 Lusophon Mathematical Olympiad, 1
Four brothers have together forty-eight Kwanzas. If the first brother's money were increased by three Kwanzas, if the second brother's money were decreased by three Kwanzas, if the third brother's money were triplicated and if the last brother's money were reduced by a third, then all brothers would have the same quantity of money. How much money does each brother have?
2023 Estonia Team Selection Test, 4
A convex quadrilateral $ABCD$ has $\angle BAC = \angle ADC$. Let $M{}$ be the midpoint of the diagonal $AC$. The side $AD$ contains a point $E$ such that $ABME$ is a parallelogram. Let $N{}$ be the midpoint of the line segment $AE{}$. Prove that the line $AC$ touches the circumcircle of the triangle $DMN$ at point $M{}$.
1980 All Soviet Union Mathematical Olympiad, 291
The six-digit decimal number contains six different non-zero digits and is divisible by $37$. Prove that having transposed its digits you can obtain at least $23$ more numbers divisible by $37$
Croatia MO (HMO) - geometry, 2017.7
The point $M$ is located inside the triangle $ABC$. The ray $AM$ intersects the circumcircle of the triangle $MBC$ once more at point $D$, the ray $BM$ intersects the circumcircle of the triangle $MCA$ once more at point $E$, and the ray $CM$ intersects the circumcircle of the triangle $MAB$ once more at point $F$. Prove that holds
$$\frac{AD}{MD}+\frac{BE}{ME} +\frac{CF}{MF}\ge \frac92 $$
2024 Israel Olympic Revenge, P1
Find all primes $p$, so that for every prime $q<p$ and $x\in \mathbb{Z}$ one has $p\nmid x^2-q$.
2011 Canadian Open Math Challenge, 4
In the figure, AQPB and ASRC are squares, and AQS is an equilateral triangle. If QS = 4 and BC = x, what is the value of x?
[asy]
unitsize(16);
pair A,B,C,P,Q,R,T;
A=(3.4641016151377544, 2);
B=(0, 0);
C=(6.928203230275509, 0);
P=(-1.9999999999999991, 3.464101615137755);
Q=(1.4641016151377544, 5.464101615137754);
R=(8.928203230275509, 3.4641016151377544);
T=(5.464101615137754, 5.464101615137754);
dot(A);dot(B);dot(C);dot(P);
dot(Q);dot(R);dot(T);
label("$A$", (3.4641016151377544, 2),E);
label("$B$", (0, 0),S);
label("$C$", (6.928203230275509, 0),S);
label("$P$", (-1.9999999999999991, 3.464101615137755), W);
label("$Q$", (1.4641016151377544, 5.464101615137754),N);
label("$R$", (8.928203230275509, 3.4641016151377544),E);
label("$S$", (5.464101615137754, 5.464101615137754),N);
draw(B--C--A--B);
draw(B--P--Q--A--B);
draw(A--C--R--T--A);
draw(Q--T--A--Q);
label("$x$", (3.4641016151377544, 0), S);
label("$4$", (Q+T)/2, N);[/asy]
1988 IMO Longlists, 76
A positive integer is called a [b]double number[/b] if its decimal representation consists of a block of digits, not commencing with 0, followed immediately by an identical block. So, for instance, 360360 is a double number, but 36036 is not. Show that there are infinitely many double numbers which are perfect squares.
2020-21 IOQM India, 3
If $\sum_{k=1}^{N} \frac{2k+1}{(k^2+k)^2}= 0.9999$ then determine the value of $N$.