Found problems: 85335
2022 IMO Shortlist, C8
Let $n$ be a positive integer. A [i]Nordic[/i] square is an $n \times n$ board containing all the integers from $1$ to $n^2$ so that each cell contains exactly one number. Two different cells are considered adjacent if they share a common side. Every cell that is adjacent only to cells containing larger numbers is called a [i]valley[/i]. An [i]uphill path[/i] is a sequence of one or more cells such that:
(i) the first cell in the sequence is a valley,
(ii) each subsequent cell in the sequence is adjacent to the previous cell, and
(iii) the numbers written in the cells in the sequence are in increasing order.
Find, as a function of $n$, the smallest possible total number of uphill paths in a Nordic square.
Author: Nikola PetroviÄ
2000 France Team Selection Test, 3
Find all nonnegative integers $x,y,z$ such that $(x+1)^{y+1} + 1= (x+2)^{z+1}$.
1989 Romania Team Selection Test, 4
Let $r,n$ be positive integers. For a set $A$, let ${A \choose r}$ denote the family of all $r$-element subsets of $A$. Prove that if $A$ is infinite and $f : {A \choose r} \to {1,2,...,n}$ is any function, then there exists an infinite subset $B$ of $A$ such that $f(X) = f(Y)$ for all $X,Y \in {B \choose r}$.
2014 AMC 12/AHSME, 9
Convex quadrilateral $ABCD$ has $AB = 3, BC = 4, CD = 13, AD = 12,$ and $\angle ABC = 90^\circ,$ as shown. What is the area of the quadrilateral?
[asy]
unitsize(.4cm);
defaultpen(linewidth(.8pt)+fontsize(14pt));
dotfactor=2;
pair A,B,C,D;
C = (0,0);
B = (0,4);
A = (3,4);
D = (12.8,-2.8);
draw(C--B--A--D--cycle);
draw(rightanglemark(C,B,A,20));
dot("$A$",A,N);
dot("$B$",B,NW);
dot("$C$",C,SW);
dot("$D$",D,E);
[/asy]
$ \textbf{(A)}\ 30 \qquad
\textbf{(B)}\ 36 \qquad
\textbf{(C)}\ 40 \qquad
\textbf{(D)}\ 48 \qquad
\textbf{(E)}\ 58.5 $
1998 Chile National Olympiad, 1
Find all pairs of naturals $a,b$ with $a <b$, such that the sum of the naturals greater than $a$ and less than $ b$ equals $1998$.
Novosibirsk Oral Geo Oly VIII, 2019.6
Point $A$ is located in this circle of radius $1$. An arbitrary chord is drawn through it, and then a circle of radius $2$ is drawn through the ends of this chord. Prove that all such circles touch some fixed circle, not depending from the initial choice of the chord.
1992 IMO Longlists, 14
Integers $a_1, a_2, . . . , a_n$ satisfy $|a_k| = 1$ and
\[ \sum_{k=1}^{n} a_ka_{k+1}a_{k+2}a_{k+3} = 2,\]
where $a_{n+j} = a_j$. Prove that $n \neq 1992.$
1945 Moscow Mathematical Olympiad, 096
Find three-digit numbers such that any its positive integer power ends with the same three digits and in the same order.
2022 USEMO, 6
Find all positive integers $k$ for which there exists a nonlinear function $f:\mathbb{Z} \rightarrow\mathbb{Z}$ such that the equation $$f(a)+f(b)+f(c)=\frac{f(a-b)+f(b-c)+f(c-a)}{k}$$ holds for any integers $a,b,c$ satisfying $a+b+c=0$ (not necessarily distinct).
[i]Evan Chen[/i]
2005 Sharygin Geometry Olympiad, 10.4
Two segments $A_1B_1$ and $A_2B_2$ are given on the plane, with $\frac{A_2B_2}{A_1B_1} = k < 1$. On segment $A_1A_2$, point $A_3$ is taken, and on the extension of this segment beyond point $A_2$, point $A_4$ is taken, so $\frac{A_3A_2}{A_3A_1} =\frac{A_4A_2}{A_4A_1}= k$. Similarly, point $B_3$ is taken on segment $B_1B_2$ , and on the extension of this the segment beyond point $B_2$ is point $B_4$, so $\frac{B_3B_2}{B_3B_1} =\frac{B_4B_2}{B_4B_1}= k$. Find the angle between lines $A_3B_3$ and $A_4B_4$.
(Netherlands)
2019 AMC 10, 8
The figure below shows line $\ell$ with a regular, infinite, recurring pattern of squares and line segments.
[asy]
size(300);
defaultpen(linewidth(0.8));
real r = 0.35;
path P = (0,0)--(0,1)--(1,1)--(1,0), Q = (1,1)--(1+r,1+r);
path Pp = (0,0)--(0,-1)--(1,-1)--(1,0), Qp = (-1,-1)--(-1-r,-1-r);
for(int i=0;i <= 4;i=i+1)
{
draw(shift((4*i,0)) * P);
draw(shift((4*i,0)) * Q);
}
for(int i=1;i <= 4;i=i+1)
{
draw(shift((4*i-2,0)) * Pp);
draw(shift((4*i-1,0)) * Qp);
}
draw((-1,0)--(18.5,0),Arrows(TeXHead));
[/asy]
How many of the following four kinds of rigid motion transformations of the plane in which this figure is drawn, other than the identity transformation, will transform this figure into itself?
[list]
[*] some rotation around a point of line $\ell$
[*] some translation in the direction parallel to line $\ell$
[*] the reflection across line $\ell$
[*] some reflection across a line perpendicular to line $\ell$
[/list]
$\textbf{(A) } 0 \qquad\textbf{(B) } 1 \qquad\textbf{(C) } 2 \qquad\textbf{(D) } 3 \qquad\textbf{(E) } 4$
2020 Azerbaijan IMO TST, 2
We say that a set $S$ of integers is [i]rootiful[/i] if, for any positive integer $n$ and any $a_0, a_1, \cdots, a_n \in S$, all integer roots of the polynomial $a_0+a_1x+\cdots+a_nx^n$ are also in $S$. Find all rootiful sets of integers that contain all numbers of the form $2^a - 2^b$ for positive integers $a$ and $b$.
2003 India IMO Training Camp, 5
On the real number line, paint red all points that correspond to integers of the form $81x+100y$, where $x$ and $y$ are positive integers. Paint the remaining integer point blue. Find a point $P$ on the line such that, for every integer point $T$, the reflection of $T$ with respect to $P$ is an integer point of a different colour than $T$.
2016 239 Open Mathematical Olympiad, 3
Positive real numbers $a$,$b$,$c$ are given such that $abc=1$.Prove that
$$2(a+b+c)+\frac{9}{(ab+bc+ca)^2}\geq7.$$
2014 AMC 10, 12
A regular hexagon has side length 6. Congruent arcs with radius 3 are drawn with the center at each of the vertices, creating circular sectors as shown. The region inside the hexagon but outside the sectors is shaded as shown What is the area of the shaded region?
[asy]
size(125);
defaultpen(linewidth(0.8));
path hexagon=(2*dir(0))--(2*dir(60))--(2*dir(120))--(2*dir(180))--(2*dir(240))--(2*dir(300))--cycle;
fill(hexagon,lightgrey);
for(int i=0;i<=5;i=i+1)
{
path arc=2*dir(60*i)--arc(2*dir(60*i),1,120+60*i,240+60*i)--cycle;
unfill(arc);
draw(arc);
}
draw(hexagon,linewidth(1.8));[/asy]
$ \textbf{(A)}\ 27\sqrt{3}-9\pi\qquad\textbf{(B)}\ 27\sqrt{3}-6\pi\qquad\textbf{(C)}\ 54\sqrt{3}-18\pi\qquad\textbf{(D)}\ 54\sqrt{3}-12\pi\qquad\textbf{(E)}\ 108\sqrt{3}-9\pi $
1997 AMC 12/AHSME, 19
A circle with center $ O$ is tangent to the coordinate axes and to the hypotenuse of the $ 30^\circ$-$ 60^\circ$-$ 90^\circ$ triangle $ ABC$ as shown, where $ AB \equal{} 1$. To the nearest hundredth, what is the radius of the circle?
[asy]defaultpen(linewidth(.8pt));
dotfactor=3;
pair A = origin;
pair B = (1,0);
pair C = (0,sqrt(3));
pair O = (2.33,2.33);
dot(A);dot(B);dot(C);dot(O);
label("$A$",A,SW);label("$B$",B,SE);label("$C$",C,W);label("$O$",O,NW);
label("$1$",midpoint(A--B),S);label("$60^\circ$",B,2W + N);
draw((3,0)--A--(0,3));
draw(B--C);
draw(Arc(O,2.33,163,288.5));[/asy]$ \textbf{(A)}\ 2.18\qquad \textbf{(B)}\ 2.24\qquad \textbf{(C)}\ 2.31\qquad \textbf{(D)}\ 2.37\qquad \textbf{(E)}\ 2.41$
2024/2025 TOURNAMENT OF TOWNS, P7
Two strictly ascending sequences of positive numbers are given. In each sequence, each number starting from the third one is the sum of two preceding ones. It is known that each of the sequences contains at least one number not present in the other sequence. What is the maximum quantity of numbers common for these two sequences?
Boris Frenkin
2018 Romania Team Selection Tests, 2
Show that a number $n(n+1)$ where $n$ is positive integer is the sum of 2 numbers $k(k+1)$ and $m(m+1)$ where $m$ and $k$ are positive integers if and only if the number $2n^2+2n+1$ is composite.
2018 India PRMO, 13
In a triangle $ABC$, right angled at $A$, the altitude through $A$ and the internal bisector of $\angle A$ have lengths $3$ and $4$, respectively. Find the length of the median through $A$.
1995 Tournament Of Towns, (450) 6
Can it happen that $6$ parallelepipeds, no two of which have common points, are placed in space so that there is a point outside of them from which no vertex of a parallelepiped is visible? (The parallelepipeds are not transparent.)
(V Proizvolov)
2022 CCA Math Bonanza, L4.2
A rhombicosidodecahedron is an Archimedean solid, one of thirteen convex isogonal nonprismatic solids constructed of two or more types of regular polygon faces. It has $20$ regular triangular faces, $30$ square faces, and $12$ regular pentagonal faces, as shown below. How many rotational symmetries does a rhombicosidodecahedron have?
[i]2022 CCA Math Bonanza Lightning Round 4.2[/i]
2022 IFYM, Sozopol, 7
Given an acute-angled $\vartriangle ABC$ with orthocenter $H$ and altitude $CC_1$. Points $D, E$ and $F$ lie on the segments $AC$, $BC$ and $AB$ respectively, so that $DE \parallel AB$ and $EF \parallel AC$. Denote by $Q$ the symmetric point of $H$ wrt to the midpoint of $DE$. Let $BD \cap CF = P$. If $HP \parallel AB$, prove that the points $C_1, D, Q$ and $E$ lie on a circle.
2009 Turkey Junior National Olympiad, 3
The integer $n$ has exactly six positive divisors, and they are: $1<a<b<c<d<n$. Let $k=a-1$. If the $k$-th divisor (according to above ordering) of $n$ is equal to $(1+a+b)b$, find the highest possible value of $n$.
1989 IMO Longlists, 10
Given the equation \[ 4x^3 \plus{} 4x^2y \minus{} 15xy^2 \minus{} 18y^3 \minus{} 12x^2 \plus{} 6xy \plus{} 36y^2 \plus{} 5x \minus{} 10y \equal{} 0,\] find all positive integer solutions.
2013 AMC 12/AHSME, 4
Ray's car averages 40 miles per gallon of gasoline, and Tom's car averages 10 miles per gallon of gasoline. Ray and Tom each drive the same number of miles. What is the cars' combined rate of miles per gallon of gasoline?
$ \textbf{(A) }10\qquad\textbf{(B) }16\qquad\textbf{(C) }25\qquad\textbf{(D) }30\qquad\textbf{(E) }40 $