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

2012 Kyiv Mathematical Festival, 2

A hundred of silver coins are laid down in a line. A wizard can convert silver coin into golden one in $3$ seconds. Each golden coin, which is near the coin being converted, reduces this time by $1$ second. What minimal time is required for the wizard to convert all coins to gold?

2023 Azerbaijan Senior NMO, 5

Tags: geometry
The incircle of the acute-angled triangle $ABC$ is tangent to the sides $AB, BC, CA$ at points $C_1, A_1, B_1,$ respectively, and $I$ is the incenter. Let the midpoint of side $BC$ be $M.$ Let $J$ be the foot of the altitude drawn from $M$ to $C_1B_1.$ The tangent drawn from $B$ to the circumcircle of $\triangle BIC$ intersects $IJ$ at $X.$ If the circumcircle of $\triangle AXI$ intersects $AB$ at $Y,$ prove that $BY = BM.$

2006 Iran MO (2nd round), 2

Let $ABCD$ be a convex cyclic quadrilateral. Prove that: $a)$ the number of points on the circumcircle of $ABCD$, like $M$, such that $\frac{MA}{MB}=\frac{MD}{MC}$ is $4$. $b)$ The diagonals of the quadrilateral which is made with these points are perpendicular to each other.

1983 IMO Longlists, 62

Tags: geometry
$A$ circle $\gamma$ is drawn and let $AB$ be a diameter. The point $C$ on $\gamma$ is the midpoint of the line segment $BD$. The line segments $AC$ and $DO$, where $O$ is the center of $\gamma$, intersect at $P$. Prove that there is a point $E$ on $AB$ such that $P$ is on the circle with diameter $AE.$

1972 IMO Shortlist, 5

Prove the following assertion: The four altitudes of a tetrahedron $ABCD$ intersect in a point if and only if \[AB^2 + CD^2 = BC^2 + AD^2 = CA^2 + BD^2.\]

2018 AIME Problems, 8

Tags:
A frog is positioned at the origin in the coordinate plane. From the point $(x,y)$, the frog can jump to any of the points $(x+1, y), (x+2, y), (x, y+1),$ or $(x, y+2)$. Find the number of distinct sequences of jumps in which the frog begins at $(0,0)$ and ends at $(4,4)$.

2008 Moldova Team Selection Test, 4

Find the number of even permutations of $ \{1,2,\ldots,n\}$ with no fixed points.

2021 Canada National Olympiad, 4

A function $f$ from the positive integers to the positive integers is called [i]Canadian[/i] if it satisfies $$\gcd\left(f(f(x)), f(x+y)\right)=\gcd(x, y)$$ for all pairs of positive integers $x$ and $y$. Find all positive integers $m$ such that $f(m)=m$ for all Canadian functions $f$.

1972 Polish MO Finals, 2

On the plane are given $n > 2$ points, no three of which are collinear. Prove that among all closed polygonal lines passing through these points, any one with the minimum length is non-selfintersecting.

1974 Dutch Mathematical Olympiad, 5

For every $n \in N$, is it possible to make a figure consisting of $n+1$ points, where $n$ points lie on one line and one point is not on that line, so that each pair of those points is an integer distance from each other?

2004 Harvard-MIT Mathematics Tournament, 6

For $x>0$, let $f(x)=x^x$. Find all values of $x$ for which $f(x)=f'(x)$.

1978 IMO Longlists, 1

The set $M = \{1, 2, . . . , 2n\}$ is partitioned into $k$ nonintersecting subsets $M_1,M_2, \dots, M_k,$ where $n \ge k^3 + k.$ Prove that there exist even numbers $2j_1, 2j_2, \dots, 2j_{k+1}$ in $M$ that are in one and the same subset $M_i$ $(1 \le i \le k)$ such that the numbers $2j_1 - 1, 2j_2 - 1, \dots, 2j_{k+1} - 1$ are also in one and the same subset $M_j (1 \le j \le k).$

2010 Indonesia TST, 4

For each positive integer $ n$, define $ f(n)$ as the number of digits $ 0$ in its decimal representation. For example, $ f(2)\equal{}0$, $ f(2009)\equal{}2$, etc. Please, calculate \[ S\equal{}\sum_{k\equal{}1}^{n}2^{f(k)},\] for $ n\equal{}9,999,999,999$. [i]Yudi Satria, Jakarta[/i]

2016 LMT, 9

Tags:
An acute triangle has area $84$ and perimeter $42$, with each side being at least $10$ units long. Let $S$ be the set of points that are within $5$ units of some vertex of the triangle. What fraction of the area of $S$ lies outside the triangle? [i]Proposed by Nathan Ramesh

2011 Romania National Olympiad, 1

Find all real numbers $x, y,z,t \in [0, \infty)$ so that $$x + y + z \le t, \,\,\, x^2 + y^2 + z^2 \ge t \,\,\, and \,\,\,x^3 + y^3 + z^3 \le t.$$

1994 National High School Mathematics League, 11

Intersections between a plane and 12 edges of a cube are all $\alpha$, then $\sin\alpha=$________.

MMPC Part II 1996 - 2019, 2016.1

Tags:
If a polygon has both an inscribed circle and a circumscribed circle, then define the [i]halo[/i] of that polygon to be the region inside the circumcircle but outside the incircle. In particular, all regular polygons and all triangles have halos. (a) What is the area of the halo of a square with side length 2? (b) What is the area of the halo of a 3-4-5 right triangle? (c) What is the area of the halo of a regular 2016-gon with side length 2?

2023 AMC 8, 17

A [i]regular octahedron[/i] has eight equilateral triangle faces with four faces meeting at each vertex. Jun will make the regular octahedron shown on the right by folding the piece of paper shown on the left. Which numbered face will end up to the right of $Q$? [asy] // Note: This diagram was not made by me. import graph; // The Solid // To save processing time, do not use three (dimensions) // Project (roughly) to two size(15cm); pair Fr, Lf, Rt, Tp, Bt, Bk; Lf=(0,0); Rt=(12,1); Fr=(7,-1); Bk=(5,2); Tp=(6,6.7); Bt=(6,-5.2); draw(Lf--Fr--Rt); draw(Lf--Tp--Rt); draw(Lf--Bt--Rt); draw(Tp--Fr--Bt); draw(Lf--Bk--Rt,dashed); draw(Tp--Bk--Bt,dashed); label(rotate(-8.13010235)*slant(0.1)*"$Q$", (4.2,1.6)); label(rotate(21.8014095)*slant(-0.2)*"$?$", (8.5,2.05)); pair g = (-8,0); // Define Gap transform real a = 8; draw(g+(-a/2,1)--g+(a/2,1), Arrow()); // Make arrow // Time for the NET pair DA,DB,DC,CD,O; DA = (6.92820323028,0); DB = (3.46410161514,6); DC = (DA+DB)/3; CD = conj(DC); O=(0,0); transform trf=shift(3g+(0,3)); path NET = O--(-2*DA)--(-2DB)--(-DB)--(2DA-DB)--DB--O--DA--(DA-DB)--O--(-DB)--(-DA)--(-DA-DB)--(-DB); draw(trf*NET); label("$7$",trf*DC); label("$Q$",trf*DC+DA-DB); label("$5$",trf*DC-DB); label("$3$",trf*DC-DA-DB); label("$6$",trf*CD); label("$4$",trf*CD-DA); label("$2$",trf*CD-DA-DB); label("$1$",trf*CD-2DA); [/asy] $\textbf{(A)}~1\qquad\textbf{(B)}~2\qquad\textbf{(C)}~3\qquad\textbf{(D)}~4\qquad\textbf{(E)}~5\qquad$

1983 Spain Mathematical Olympiad, 3

A semicircle of radius $r$ is divided into $n + 1$ equal parts and any point $k$ of the division with the ends of the semicircle forms a triangle $A_k$. Calculate the limit, as $n$ tends to infinity, of the arithmetic mean of the areas of the triangles.

2014 Hanoi Open Mathematics Competitions, 9

Determine all real numbers $a, b,c$ such that the polynomial $f(x) = ax^2 + bx + c$ satisfi es simultaneously the folloving conditions $\begin{cases} |f(x)| \le 1 \text{ for } |x | \le 1 \\ f(x) \ge 7 \text{ for } x \ge 2 \end{cases} $

2008 Postal Coaching, 5

Let $ A_1A_2...A_n$ be a convex polygon. Show that there exists an index $ j$ such that the circum-circle of the triangle $ A_j A_{j \plus{} 1} A_{j \plus{} 2}$ covers the polygon (here indices are read modulo n).

2001 All-Russian Olympiad, 3

A point $K$ is taken inside parallelogram $ABCD$ so that the midpoint of $AD$ is equidistant from $K$ and $C$, and the midpoint of $CD$ is equidistant form $K$ and $A$. Let $N$ be the midpoint of $BK$. Prove that the angles $NAK$ and $NCK$ are equal.

2003 Moldova National Olympiad, 10.1

Find all prime numbers $ a,b,c$ that fulfill the equality: $ (a\minus{}2)!\plus{}2b!\equal{}22c\minus{}1$

ICMC 4, 3

Let $f,g,h : \mathbb R \to \mathbb R$ be continuous functions and \(X\) be a random variable such that $E(g(X)h(X))=0$ and $E(g(X)^2) \neq 0 \neq E(h(X)^2)$. Prove that $$E(f(X)^2) \geq \frac{E(f(X)g(X))^2}{E(g(X)^2)} + \frac{E(f(X)h(X))^2}{E(h(X)^2)}.$$ You may assume that all expected values exist. [i]Proposed by Cristi Calin[/i]

1992 Baltic Way, 6

Prove that the product of the 99 numbers $ \frac{k^3\minus{}1}{k^3\plus{}1},k\equal{}2,3,\ldots,100$ is greater than $ 2/3$.