Found problems: 85335
2024 Saint Petersburg Mathematical Olympiad, 7
The edges of a complete graph on $1000$ vertices are colored in three colors. Prove that this graph contains a non-self-intersecting single-color cycle whose length is odd and not less than $41$.
2014 Saudi Arabia Pre-TST, 2.2
Let $a_1, a_2, a_3, a_4, a_5$ be nonzero real numbers. Prove that the polynomial $$P(x)= \prod_{k=0}^{4} a_{k+1}x^4 + a_{k+2}x^3 + a_{k+3}x^2 + a_{k+4}x + a_{k+5}$$, where $a_{5+i} = a_i$ for $i = 1,2, 3,4$, has a root with negative real part.
PEN A Problems, 45
Let $b,m,n\in\mathbb{N}$ with $b>1$ and $m\not=n$. Suppose that $b^{m}-1$ and $b^{n}-1$ have the same set of prime divisors. Show that $b+1$ must be a power of $2$.
2022 BMT, 10
Compute the number of ordered pairs $(a, b)$ of positive integers such that $a$ and $b$ divide $5040$ but share no common factors greater than $1$.
2023 Romania National Olympiad, 2
Determine functions $f : \mathbb{R} \rightarrow \mathbb{R},$ with property that
\[
f(f(x)) + y \cdot f(x) \le x + x \cdot f(f(y)),
\]
for every $x$ and $y$ are real numbers.
2009 Junior Balkan Team Selection Tests - Romania, 3
Consider a regular polygon $A_0A_1...A_{n-1}, n \ge 3$, and $m \in\{1, 2, ..., n - 1\}, m \ne n/2$. For any number $i \in \{0,1, ... , n - 1\}$, let $r(i)$ be the remainder of $i + m$ at the division by $n$. Prove that no three segments $A_iA_{r(i)}$ are concurrent.
2014 IberoAmerican, 1
For each positive integer $n$, let $s(n)$ be the sum of the digits of $n$. Find the smallest positive integer $k$ such that
\[s(k) = s(2k) = s(3k) = \cdots = s(2013k) = s(2014k).\]
2024 Ecuador NMO (OMEC), 5
Find all triples of non-negative integer numbers $(E, C, U)$ such that $EC \ge 1$ and:
$$2^{3^E}+3^{2^C}=593 \cdot 5^U$$
2019 Romanian Master of Mathematics, 3
Given any positive real number $\varepsilon$, prove that, for all but finitely many positive integers $v$, any graph on $v$ vertices with at least $(1+\varepsilon)v$ edges has two distinct simple cycles of equal lengths.
(Recall that the notion of a simple cycle does not allow repetition of vertices in a cycle.)
[i]Fedor Petrov, Russia[/i]
2014 Belarus Team Selection Test, 2
Given a triangle $ABC$. Let $S$ be the circle passing through $C$, centered at $A$. Let $X$ be a variable point on $S$ and let $K$ be the midpoint of the segment $CX$ . Find the locus of the midpoints of $BK$, when $X$ moves along $S$.
(I. Gorodnin)
1986 Tournament Of Towns, (131) 7
On the circumference of a circle are $21$ points. Prove that among the arcs which join any two of these points, at least $100$ of them must subtend an angle at the centre of the circle not exceeding $120^o$ .
( A . F . Sidorenko)
2001 AMC 10, 4
What is the maximum number of possible points of intersection of a circle and a triangle?
$ \textbf{(A) }2\qquad\textbf{(B) }3\qquad\textbf{(C) }4\qquad\textbf{(D) }5\qquad\textbf{(E) }6$
2013 APMO, 1
Let $ABC$ be an acute triangle with altitudes $AD$, $BE$, and $CF$, and let $O$ be the center of its circumcircle. Show that the segments $OA$, $OF$, $OB$, $OD$, $OC$, $OE$ dissect the triangle $ABC$ into three pairs of triangles that have equal areas.
2009 QEDMO 6th, 3
Let $A, B, C, A', B', C'$ be six pairs of different points. Prove that the Circles $BCA'$, $CAB'$ and $ABC'$ have a common point, then the Circles $B'C'A, C'A'B$ and $A'B'C$ also share a common point.
Note: For three pairs of different points $X, Y$ and $Z$ we define the [i]Circle [/i] $XYZ$ as the circumcircle of the triangle $XYZ$, or - in the case when the points $X, Y$ and $Z$ lie on a straight line - this straight line.
1978 IMO, 2
We consider a fixed point $P$ in the interior of a fixed sphere$.$ We construct three segments $PA, PB,PC$, perpendicular two by two$,$ with the vertexes $A, B, C$ on the sphere$.$ We consider the vertex $Q$ which is opposite to $P$ in the parallelepiped (with right angles) with $PA, PB, PC$ as edges$.$ Find the locus of the point $Q$ when $A, B, C$ take all the positions compatible with our problem.
2023 Turkey EGMO TST, 5
In a school there is a person with $l$ friends for all $1 \leq l \leq 99$. If there is no trio of students in this school, all three of whom are friends with each other, what is the minimum number of students in the school?
2008 Vietnam Team Selection Test, 2
Find all values of the positive integer $ m$ such that there exists polynomials $ P(x),Q(x),R(x,y)$ with real coefficient satisfying the condition: For every real numbers $ a,b$ which satisfying $ a^m-b^2=0$, we always have that $ P(R(a,b))=a$ and $ Q(R(a,b))=b$.
PEN O Problems, 50
What's the largest number of elements that a set of positive integers between $1$ and $100$ inclusive can have if it has the property that none of them is divisible by another?
1989 AMC 8, 19
The graph below shows the total accumulated dollars (in millions) spent by the Surf City government during $1988$. For example, about $.5$ million had been spent by the beginning of February and approximately $2$ million by the end of April. Approximately how many millions of dollars were spent during the summer months of June, July, and August?
$\text{(A)}\ 1.5 \qquad \text{(B)}\ 2.5 \qquad \text{(C)}\ 3.5 \qquad \text{(D)}\ 4.5 \qquad \text{(E)}\ 5.5$
[asy]
unitsize(18);
for (int a=1; a<13; ++a)
{
draw((a,0)--(a,.5));
}
for (int b=1; b<6; ++b)
{
draw((-.5,2b)--(0,2b));
}
draw((0,0)--(0,12));
draw((0,0)--(14,0));
draw((0,0)--(1,.9)--(2,1.9)--(3,2.6)--(4,4.3)--(5,4.5)--(6,5.7)--(7,8.2)--(8,9.4)--(9,9.8)--(10,10.1)--(11,10.2)--(12,10.5));
label("J",(.5,0),S); label("F",(1.5,0),S); label("M",(2.5,0),S); label("A",(3.5,0),S);
label("M",(4.5,0),S); label("J",(5.5,0),S); label("J",(6.5,0),S); label("A",(7.5,0),S);
label("S",(8.5,0),S); label("O",(9.5,0),S); label("N",(10.5,0),S); label("D",(11.5,0),S);
label("month F=February",(16,0),S);
label("$1$",(-.6,2),W); label("$2$",(-.6,4),W); label("$3$",(-.6,6),W);
label("$4$",(-.6,8),W); label("$5$",(-.6,10),W);
label("dollars in millions",(0,11.9),N);
[/asy]
2021 USAMTS Problems, 3
Let $x$ and $y$ be distinct real numbers such that
\[ \sqrt{x^2+1}+\sqrt{y^2+1}=2021x+2021y. \]
Find, with proof, the value of
\[ \left(x+\sqrt{x^2+1}\right)\left(y+\sqrt{y^2+1}\right). \]
1998 Moldova Team Selection Test, 7
Find all triangles with integer sidelenghts such that their perimeter and area are equal.
2014 APMO, 1
For a positive integer $m$ denote by $S(m)$ and $P(m)$ the sum and product, respectively, of the digits of $m$. Show that for each positive integer $n$, there exist positive integers $a_1, a_2, \ldots, a_n$ satisfying the following conditions: \[ S(a_1) < S(a_2) < \cdots < S(a_n) \text{ and } S(a_i) = P(a_{i+1}) \quad (i=1,2,\ldots,n). \] (We let $a_{n+1} = a_1$.)
[i]Problem Committee of the Japan Mathematical Olympiad Foundation[/i]
1993 Austrian-Polish Competition, 7
The sequence $(a_n)$ is defined by $a_0 = 0$ and $a_{n+1} = [\sqrt[3]{a_n +n}]^3$ for $n \ge 0$.
(a) Find $a_n$ in terms of $n$.
(b) Find all $n$ for which $a_n = n$.
1974 IMO Longlists, 35
If $p$ and $q$ are distinct prime numbers, then there are integers $x_0$ and $y_0$ such that $1 = px_0 + qy_0.$ Determine the maximum value of $b - a$, where $a$ and $b$ are positive integers with the following property:
If $a \leq t \leq b$, and $t$ is an integer, then there are integers $x$ and $y$ with $0 \leq x \leq q - 1$ and $0 \leq y \leq p - 1$ such that $t = px + qy.$
2001 Macedonia National Olympiad, 2
Does there exist a function $f:\mathbb{N}\rightarrow\mathbb{N}$ such that
\[f(f(n-1)=f(n+1)-f(n)\quad\text{for all}\ n\ge 2\text{?} \]