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

2022 HMNT, 2

What is the smallest $r$ such that three disks of radius $r$ can completely cover up a unit disk?

2003 Korea - Final Round, 1

Let $P$, $Q$, and $R$ be the points where the incircle of a triangle $ABC$ touches the sides $AB$, $BC$, and $CA$, respectively. Prove the inequality $\frac{BC} {PQ} + \frac{CA} {QR} + \frac{AB} {RP} \geq 6$.

1999 Junior Balkan MO, 2

For each nonnegative integer $n$ we define $A_n = 2^{3n}+3^{6n+2}+5^{6n+2}$. Find the greatest common divisor of the numbers $A_0,A_1,\ldots, A_{1999}$. [i]Romania[/i]

2013 Saudi Arabia BMO TST, 8

Prove that the ratio $$\frac{1^1 + 3^3 + 5^5 + ...+ (2^{2013} - 1)^{(2^{2013} - 1)}}{2^{2013}}$$ is an odd integer.

2022 IMO, 5

Find all triples $(a,b,p)$ of positive integers with $p$ prime and \[ a^p=b!+p. \]

2013 Princeton University Math Competition, 1

Tags:
A token is placed in the leftmost square in a strip of four squares. In each move, you are allowed to move the token left or right along the strip by sliding it a single square, provided that the token stays on the strip. In how many ways can the token be moved so that after exactly $15$ moves, it is in the rightmost square of the strip?

Ukrainian TYM Qualifying - geometry, 2018.16

Let $K, T$ be the points of tangency of inscribed and exscribed circles to the side $BC$ triangle $ABC$, $M$ is the midpoint of the side $BC$. Using a compass and a ruler, construct triangle ABC given rays $AK$ and $AT$ (points $K, T$ are not marked on them) and point $M$.

2001 Estonia Team Selection Test, 4

Consider all products by $2, 4, 6, ..., 2000$ of the elements of the set $A =\left\{\frac12, \frac13, \frac14,...,\frac{1}{2000},\frac{1}{2001}\right\}$ . Find the sum of all these products.

2005 iTest, 3

Carrie, Miranda, Charlotte, and Samantha are sitting at a table with $5$ numbered chairs (numbered $1$ through $5$). One chair is left open for Big, should he decide to join the four for lunch. In how many distinct ways can the four women occupy the table?

STEMS 2021 Math Cat C, Q3

Let $p \in \mathbb{N} \setminus \{0, 1\}$ be a fixed positive integer. Prove that for every $K > 0$, there exist infinitely many $n$ and $N$ such that there are atleast $\dfrac{KN}{\log(N)}$ primes among the following $N$ numbers given by \[n + 1, n + 2^p, n + 3^p, \cdots, n + N^p.\] [i]Proposed by Bimit Mandal[/i]

2024 Argentina Iberoamerican TST, 5

Let \( \mathbb R \) be the set of real numbers. Find all functions \( f: \mathbb{R} \to \mathbb{R} \) such that, for all real numbers \( x \) and \( y \), the following equation holds:$$\big (x^2-y^2\big )f\big (xy\big )=xf\big (x^2y\big )-yf\big (xy^2\big ).$$

2012 India IMO Training Camp, 3

Suppose that $1000$ students are standing in a circle. Prove that there exists an integer $k$ with $100 \leq k \leq 300$ such that in this circle there exists a contiguous group of $2k$ students, for which the first half contains the same number of girls as the second half. [i]Proposed by Gerhard Wöginger, Austria[/i]

2020 Colombia National Olympiad, 4

Find all of the sequences $a_1, a_2, a_3, . . .$ of real numbers that satisfy the following property: given any sequence $b_1, b_2, b_3, . . .$ of positive integers such that for all $n \ge 1$ we have $b_n \ne b_{n+1}$ and $b_n | b_{n+1}$, then the sub-sequence $a_{b_1}, a_{b_2}, a_{b_3}, . . .$ is an arithmetic progression.

2008 Harvard-MIT Mathematics Tournament, 24

Suppose that $ ABC$ is an isosceles triangle with $ AB \equal{} AC$. Let $ P$ be the point on side $ AC$ so that $ AP \equal{} 2CP$. Given that $ BP \equal{} 1$, determine the maximum possible area of $ ABC$.

2013 Cono Sur Olympiad, 5

Let $d(k)$ be the number of positive divisors of integer $k$. A number $n$ is called [i]balanced[/i] if $d(n-1) \leq d(n) \leq d(n+1)$ or $d(n-1) \geq d(n) \geq d(n+1)$. Show that there are infinitely many balanced numbers.

2023 Yasinsky Geometry Olympiad, 3

Let $ABC$ be an acute triangle. Squares $AA_1A_2A_3$, $BB_1B_2B_3$ and $CC_1C_2C_3$ are located such that the lines $A_1A_2$, $B_1B_2$, $C_1C_2$ pass through the points $B$, $C$ and $A$ respectively and the lines $A_2A_3$, $B_2B_3$, $C_2C_3$ pass through the points $C$, $A$ and $B$ respectively. Prove that (a) the lines $AA_2$, $B_1B_2$ and $C_1C_3$ intersect at one point. (b) the lines $AA_2$, $BB_2$ and $CC_2$ intersect at one point. (Mykhailo Plotnikov) [img]https://cdn.artofproblemsolving.com/attachments/3/d/ad2fe12ae2c82d04b48f5e683b7d54e0764baf.png[/img]

2022 Math Prize for Girls Problems, 6

Tags:
An L-shaped region is formed by attaching two $2$ by $5$ rectangles to adjacent sides of a $2$ by $2$ square as shown below. [asy] size(6cm); draw((0,0)--(7,0)--(7,2)--(2,2)--(2,7)--(0,7)--cycle); real eps = 0.45; draw(box( (0,0), (eps,eps) )); draw(box( (7,0), (7-eps,eps) )); draw(box( (7,2), (7-eps,2-eps) )); draw(box( (0,7), (eps,7-eps) )); draw(box( (2,7), (2-eps,7-eps) )); label("$7$", (0,3.5), dir(180)); label("$7$", (3.5,0), dir(270)); label("$2$", (7,1), dir(0)); label("$5$", (4.5,2), dir(90)); label("$5$", (2,4.5), dir(0)); label("$2$", (1,7), dir(90)); [/asy] The resulting shape has an area of $24$ square units. How many ways are there to tile this shape with $2$ by $1$ dominos (each of which may be placed horizontally or vertically)?

1985 IMO Longlists, 37

Prove that a triangle with angles $\alpha, \beta, \gamma$, circumradius $R$, and area $A$ satisfies \[\tan \frac{ \alpha}{2}+\tan \frac{ \beta}{2}+\tan \frac{ \gamma}{2} \leq \frac{9R^2}{4A}.\] [hide="Remark."]Remark. Can we determine [i]all[/i] of equality cases ?[/hide]

2019 CMIMC, 15

Tags: team , algebra , polynomial
Call a polynomial $P$ [i]prime-covering[/i] if for every prime $p$, there exists an integer $n$ for which $p$ divides $P(n)$. Determine the number of ordered triples of integers $(a,b,c)$, with $1\leq a < b < c \leq 25$, for which $P(x)=(x^2-a)(x^2-b)(x^2-c)$ is prime-covering.

2013 China Team Selection Test, 1

For a positive integer $N>1$ with unique factorization $N=p_1^{\alpha_1}p_2^{\alpha_2}\dotsb p_k^{\alpha_k}$, we define \[\Omega(N)=\alpha_1+\alpha_2+\dotsb+\alpha_k.\] Let $a_1,a_2,\dotsc, a_n$ be positive integers and $p(x)=(x+a_1)(x+a_2)\dotsb (x+a_n)$ such that for all positive integers $k$, $\Omega(P(k))$ is even. Show that $n$ is an even number.

2018 ELMO Problems, 5

Tags: algebra
Let $a_1,a_2,\dots,a_m$ be a finite sequence of positive integers. Prove that there exist nonnegative integers $b,c,$ and $N$ such that $$\left\lfloor \sum_{i=1}^m \sqrt{n+a_i} \right\rfloor =\left\lfloor \sqrt{bn+c} \right\rfloor$$ holds for all integers $n>N.$ [i]Proposed by Carl Schildkraut[/i]

2012 Moldova Team Selection Test, 4

Points $A_1, A_2,\ldots, A_n$ are found on a circle in this order. Each point $A_i$ has exactly $i$ coins. A move consists in taking two coins from two points (may be the same point) and moving them to adjacent points (one move clockwise and another counter-clockwise). Find all possible values of $n$ for which it is possible after a finite number of moves to obtain a configuration with each point $A_i$ having $n+1-i$ coins.

JOM 2024, 5

Do there exist infinitely many triplets of positive integers $(a, b, c)$ such that the following two conditions hold: 1. $\gcd(a, b, c) = 1$; 2. $a+b+c, a^2+b^2+c^2$ and $abc$ are all perfect squares? [i](Proposed by Ivan Chan Guan Yu)[/i]

2006 China Northern MO, 2

$p$ is a prime number that is greater than $2$. Let $\{ a_{n}\}$ be a sequence such that $ na_{n+1}= (n+1) a_{n}-\left( \frac{p}{2}\right)^{4}$. Show that if $a_{1}=5$, the $16 \mid a_{81}$.

VI Soros Olympiad 1999 - 2000 (Russia), 10.4

Tags: geometry , parallel
The circles $\omega_1$ and $\omega_2$ intersect at two points $A$ and $B$. On the circle $\omega_2$, point $C$ is taken in such a way that $CA$ is tangent to the circle $\omega_1$. Through point $A$, a straight line is drawn that intersects the circles $\omega_1$, and $\omega_2$ at points $M$ and $N$, respectively , different from point $A$. Point $P$ is the midpoint of the segment $AC$, $Q$ is the midpoint of $MN$, and $S$ is the intersection point of the line $BQ$ with the circle $\omega_1$, different from point $B$. Prove that the lines $AS$ and $PQ$ are parallel.