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

2016 Estonia Team Selection Test, 2

Let $p$ be a prime number. Find all triples $(a, b, c)$ of integers (not necessarily positive) such that $a^bb^cc^a = p$.

2003 Romania Team Selection Test, 3

Tags:
Let $n,k$ be positive integers such that $n^k>(k+1)!$ and consider the set \[ M=\{(x_1,x_2,\ldots,x_n)\dvd x_i\in\{1,2,\ldots,n\},\ i=\overline{1,k}\}. \] Prove that if $A\subset M$ has $(k+1)!+1$ elements, then there are two elements $\{\alpha,\beta\}\subset A$, $\alpha=(\alpha_1,\alpha_2,\ldots,\alpha_n)$, $\beta=(\beta_1,\beta_2,\ldots,\beta_n)$ such that \[ (k+1)! \left| (\beta_1-\alpha_1)(\beta_2-\alpha_2)\cdots (\beta_k-\alpha_k) \right. .\]

2005 Harvard-MIT Mathematics Tournament, 8

Let $T$ be a triangle with side lengths $26$, $51$, and $73$. Let $S$ be the set of points inside $T$ which do not lie within a distance of $5$ of any side of $T$. Find the area of $S$.

2020 USOJMO, 2

Tags: geometry
Let $\omega$ be the incircle of a fixed equilateral triangle $ABC$. Let $\ell$ be a variable line that is tangent to $\omega$ and meets the interior of segments $BC$ and $CA$ at points $P$ and $Q$, respectively. A point $R$ is chosen such that $PR = PA$ and $QR = QB$. Find all possible locations of the point $R$, over all choices of $\ell$. [i]Proposed by Titu Andreescu and Waldemar Pompe[/i]

2023/2024 Tournament of Towns, 2

2. A unit square paper has a triangle-shaped hole (vertices of the hole are not on the border of the paper). Prove that a triangle with area of $1 / 6$ can be cut from the remaining paper. Alexandr Yuran

2022 Spain Mathematical Olympiad, 5

Given is a simple graph $G$ with $2022$ vertices, such that for any subset $S$ of vertices (including the set of all vertices), there is a vertex $v$ with $deg_{S}(v) \leq 100$. Find $\chi(G)$ and the maximal number of edges $G$ can have.

1972 Polish MO Finals, 4

Points $A$ and $B$ are given on a line having no common points with a sphere $K$. The feet $P$ of the perpendicular from the center of $K$ to the line $AB$ is positioned between $A$ and $B$, and the lengths of segments $AP$ and $BP$ both exceed the radius of $K$. Consider the set $Z$ of all triangles $ABC$ whose sides $AC$ and $BC$ are tangent to $K$. Prove that among all triangles in $Z$, a triangle $T$ with a maximum perimeter also has a maximum area.

2018 Korea - Final Round, 1

Find all integers of the form $\frac{m-6n}{m+2n}$ where $m,n$ are nonzero rational numbers satisfying $m^3=(27n^2+1)(m+2n)$.

2011 Philippine MO, 2

In triangle $ABC$, let $X$ and $Y$ be the midpoints of $AB$ and $AC$, respectively. On segment $BC$, there is a point $D$, different from its midpoint, such that $\angle{XDY}=\angle{BAC}$. Prove that $AD\perp BC$.

2016 Cono Sur Olympiad, 2

For every $k= 1,2, \ldots$ let $s_k$ be the number of pairs $(x,y)$ satisfying the equation $kx + (k+1)y = 1001 - k$ with $x$, $y$ non-negative integers. Find $s_1 + s_2 + \cdots + s_{200}$.

2007 Bundeswettbewerb Mathematik, 3

In triangle $ ABC$ points $ E$ and $ F$ lie on sides $ AC$ and $ BC$ such that segments $ AE$ and $ BF$ have equal length, and circles formed by $ A,C,F$ and by $ B,C,E,$ respectively, intersect at point $ C$ and another point $ D.$ Prove that that the line $ CD$ bisects $ \angle ACB.$

2000 AMC 8, 4

Tags:
In $1960$ only $5\%$ of the working adults in Carlin City worked at home. By $1970$ the "at-home" work force increased to $8\%$. In $1980$ there were approximately $15\%$ working at home, and in $1990$ there were $30\%$. The graph that best illustrates this is [asy] unitsize(13); draw((0,4)--(0,0)--(7,0)); draw((0,1)--(.2,1)); draw((0,2)--(.2,2)); draw((0,3)--(.2,3)); draw((2,0)--(2,.2)); draw((4,0)--(4,.2)); draw((6,0)--(6,.2)); for (int a = 1; a < 4; ++a) { for (int b = 1; b < 4; ++b) { draw((2*a,b-.1)--(2*a,b+.1)); draw((2*a-.1,b)--(2*a+.1,b)); } } label("1960",(0,0),S); label("1970",(2,0),S); label("1980",(4,0),S); label("1990",(6,0),S); label("10",(0,1),W); label("20",(0,2),W); label("30",(0,3),W); label("$\%$",(0,4),N); draw((12,4)--(12,0)--(19,0)); draw((12,1)--(12.2,1)); draw((12,2)--(12.2,2)); draw((12,3)--(12.2,3)); draw((14,0)--(14,.2)); draw((16,0)--(16,.2)); draw((18,0)--(18,.2)); for (int a = 1; a < 4; ++a) { for (int b = 1; b < 4; ++b) { draw((2*a+12,b-.1)--(2*a+12,b+.1)); draw((2*a+11.9,b)--(2*a+12.1,b)); } } label("1960",(12,0),S); label("1970",(14,0),S); label("1980",(16,0),S); label("1990",(18,0),S); label("10",(12,1),W); label("20",(12,2),W); label("30",(12,3),W); label("$\%$",(12,4),N); draw((0,12)--(0,8)--(7,8)); draw((0,9)--(.2,9)); draw((0,10)--(.2,10)); draw((0,11)--(.2,11)); draw((2,8)--(2,8.2)); draw((4,8)--(4,8.2)); draw((6,8)--(6,8.2)); for (int a = 1; a < 4; ++a) { for (int b = 1; b < 4; ++b) { draw((2*a,b+7.9)--(2*a,b+8.1)); draw((2*a-.1,b+8)--(2*a+.1,b+8)); } } label("1960",(0,8),S); label("1970",(2,8),S); label("1980",(4,8),S); label("1990",(6,8),S); label("10",(0,9),W); label("20",(0,10),W); label("30",(0,11),W); label("$\%$",(0,12),N); draw((12,12)--(12,8)--(19,8)); draw((12,9)--(12.2,9)); draw((12,10)--(12.2,10)); draw((12,11)--(12.2,11)); draw((14,8)--(14,8.2)); draw((16,8)--(16,8.2)); draw((18,8)--(18,8.2)); for (int a = 1; a < 4; ++a) { for (int b = 1; b < 4; ++b) { draw((2*a+12,b+7.9)--(2*a+12,b+8.1)); draw((2*a+11.9,b+8)--(2*a+12.1,b+8)); } } label("1960",(12,8),S); label("1970",(14,8),S); label("1980",(16,8),S); label("1990",(18,8),S); label("10",(12,9),W); label("20",(12,10),W); label("30",(12,11),W); label("$\%$",(12,12),N); draw((24,12)--(24,8)--(31,8)); draw((24,9)--(24.2,9)); draw((24,10)--(24.2,10)); draw((24,11)--(24.2,11)); draw((26,8)--(26,8.2)); draw((28,8)--(28,8.2)); draw((30,8)--(30,8.2)); for (int a = 1; a < 4; ++a) { for (int b = 1; b < 4; ++b) { draw((2*a+24,b+7.9)--(2*a+24,b+8.1)); draw((2*a+23.9,b+8)--(2*a+24.1,b+8)); } } label("1960",(24,8),S); label("1970",(26,8),S); label("1980",(28,8),S); label("1990",(30,8),S); label("10",(24,9),W); label("20",(24,10),W); label("30",(24,11),W); label("$\%$",(24,12),N); draw((0,9)--(2,9.25)--(4,10)--(6,11)); draw((12,8.5)--(14,9)--(16,10)--(18,10.5)); draw((24,8.5)--(26,8.8)--(28,10.5)--(30,11)); draw((0,0.5)--(2,1)--(4,2.8)--(6,3)); draw((12,0.5)--(14,.8)--(16,1.5)--(18,3)); label("(A)",(-1,12),W); label("(B)",(11,12),W); label("(C)",(23,12),W); label("(D)",(-1,4),W); label("(E)",(11,4),W);[/asy]

2022 Latvia Baltic Way TST, P3

Let $\mathbb R$ be the set of real numbers. Determine all functions $f:\mathbb R\to\mathbb R$ that satisfy the equation\[ f(f(x))+yf(xy+1) = f(x-f(y)) + xf(y)^2. \]for all real numbers $x$ and $y$.

2023 Olympic Revenge, 4

Let $S=\{(x,y,z)\in \mathbb{Z}^3\}$ the set of points with integer coordinates in the space. Gugu has infinitely many solid spheres. All with radii $\ge (\frac{\pi}2)^3$. Is it possible for Gugu to cover all points of $S$ with his spheres?

2013 Stanford Mathematics Tournament, 16

Tags:
Eight people are posing together in a straight line for a photo. Alice and Bob must stand next to each other, and Claire and Derek must stand next to each other. How many different ways can the eight people pose for their photo?

Kvant 2021, M2668

Two circles are given for which there is a family of quadrilaterals circumscribed around the first circle and inscribed in the second. Let's denote by $a, b, c$ and $d{}$ the consecutive lengths of the sides of one of these quadrilaterals. Prove that the sum \[\frac{a}{c}+\frac{c}{a}+\frac{b}{d}+\frac{d}{b}\]does not depend on the choice of the quadrilateral. [i]Proposed by I. Weinstein[/i]

2024 Harvard-MIT Mathematics Tournament, 10

Tags:
Across all polynomials $P$ such that $P(n)$ is an integer for all integers $n$, determine, with proof, all possible values of $P(i)$, where $i^2=-1$.

2006 Lithuania National Olympiad, 1

Solve the system of equations: $\left\{ \begin{aligned} x^4+y^2-xy^3-\frac{9}{8}x = 0 \\ y^4+x^2-yx^3-\frac{9}{8}y=0 \end{aligned} \right.$

2019 LIMIT Category B, Problem 4

Tags: algebra , geometry
The equation $x^3y+xy^3+xy=0$ represents $\textbf{(A)}~\text{a circle}$ $\textbf{(B)}~\text{a circle and a pair of straight lines}$ $\textbf{(C)}~\text{a rectangular hyperbola}$ $\textbf{(D)}~\text{a pair of straight lines}$

2019 Iranian Geometry Olympiad, 5

For a convex polygon (i.e. all angles less than $180^\circ$) call a diagonal [i]bisector[/i] if its bisects both area and perimeter of the polygon. What is the maximum number of bisector diagonals for a convex pentagon? [i]Proposed by Morteza Saghafian[/i]

2015 India PRMO, 13

$13.$ At a party, each man danced with exactly four women and each woman danced with exactly three men. Nine men attended the party. How many women attended the party $?$

2023 Bosnia and Herzegovina Junior BMO TST, 1.

Determine all real numbers $a, b, c, d$ for which $ab+cd=6$ $ac+bd=3$ $ad+bc=2$ $a+b+c+d=6$

2000 Romania National Olympiad, 3

Let $ABC$ be an acute-angled triangle and variable $D \in [BC]$ . Let's denote by $E, F$ the feet of the perpendiculars from $D$ to $AB$, $AC$ respectively . a) Show that $$\frac{4S^2}{b^2+c^2}\le DE^2 + DF^2\le max \{h_B^2 + h_C^2 \}.$$ b) Proved that, if $D_0 \in [BC]$ is the point where the minimum of the sum $DE^2 + DF^2$ is achieved, then $D_0$ is the leg of the symmetrical median of $A$ facing the bisector of angle $A$. c) Specify the position, of $D \in [BC]$ for which the maximum of the sum $DE^2 + DF^2$ is achieved. (The area of the triangle $ABC$ was denoted by $S$ and $h_b, h_c$ are the lengths of the altitudes from $B$ and $C$ respectively)

2013 Stanford Mathematics Tournament, 1

Tags:
$x$ is a base-$10$ number such that when the digits of $x$ are interpreted as a base-$20$ number, the resulting number is twice the value as when they are interpreted as a base-$13$ number. Find the sum of all possible values of $x$.

2012 Centers of Excellency of Suceava, 4

Solve in the reals the following system. $$ \left\{ \begin{matrix} \log_2|x|\cdot\log_2|y| =3/2 \\x^2+y^2=12 \end{matrix} \right. $$ [i]Gheorghe Marchitan[/i]