Found problems: 85335
2021 Purple Comet Problems, 3
Let $M$ and $m$ be, respectively, the greatest and the least ten-digit numbers that are rearrangements of the digits $0$ through $9$ such that no two adjacent digits are consecutive. Find $M - m$.
2008 Pre-Preparation Course Examination, 3
Prove that we can put $ \Omega(\frac1{\epsilon})$ points on surface of a sphere with radius 1 such that distance of each of these points and the plane passing through center and two of other points is at least $ \epsilon$.
1975 Putnam, B2
A [i]slab[/i] is the set of points strictly between two parallel planes. Prove that a countable sequence of slabs, the sum of whose thicknesses converges, cannot fill space.
2013 AMC 10, 19
In base $10$, the number $2013$ ends in the digit $3$. In base $9$, on the other hand, the same number is written as $(2676)_9$ and ends in the digit $6$. For how many positive integers $b$ does the base-$b$ representation of $2013$ end in the digit $3$?
$\textbf{(A) }6\qquad
\textbf{(B) }9\qquad
\textbf{(C) }13\qquad
\textbf{(D) }16\qquad
\textbf{(E) }18\qquad$
2006 Singapore Junior Math Olympiad, 3
Suppose that each of $n$ people knows exactly one piece of information and all $n$ pieces are different. Every time person $A$ phones person $B$, $A$ tells $B$ everything he knows, while tells $A$ nothing. What is the minimum of phone calls between pairs of people needed for everyone to know everything?
2021 Canadian Junior Mathematical Olympiad, 5
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$.
2013 India Regional Mathematical Olympiad, 3
Given real numbers $a,b,c,d,e>1$. Prove that \[ \frac{a^2}{c-1}+\frac{b^2}{d-1}+\frac{c^2}{e-1}+\frac{d^2}{a-1}+\frac{e^2}{b-1} \ge 20 \]
2018 Stars of Mathematics, 1
Let $ABC$ be a triangle, and let $\ell$ be the line through $A$ and perpendicular to the line $BC$. The reflection of $\ell$ in the line $AB$ crosses the line through $B$ and perpendicular to $AB$ at $P$. The reflection of $\ell$ in the line $AC$ crosses the line through $C$ and perpendicular to $AC$ at $Q$. Show that the line $PQ$ passes through the orthocenter of the triangle $ABC$.
Flavian Georgescu
1964 All Russian Mathematical Olympiad, 052
Given an expression $$x_1 : x_2 : ... : x_n$$ ( $:$ means division). We can put the braces as we want. How many expressions can we obtain?
2014 CIIM, Problem 4
Let $\{a_i\}$ be a strictly increasing sequence of positive integers. Define the sequence $\{s_k\}$ as $$s_k = \sum_{i=1}^{k}\frac{1}{[a_i,a_{i+1}]},$$ where $[a_i,a_{i+1}]$ is the least commun multiple of $a_i$ and $a_{i+1}$.
Show that the sequence $\{s_k\}$ is convergent.
Kyiv City MO Juniors Round2 2010+ geometry, 2020.8.2
Given a convex quadrilateral $ABCD$, in which $\angle CBD = 90^o$, $\angle BCD =\angle CAD$ and $AD= 2BC$. Prove that $CA =CD$.
(Anton Trygub)
2020 Durer Math Competition Finals, 4
Endre wrote $n$ (not necessarily distinct) integers on a paper. Then for each of the $2^n$ subsets, Kelemen wrote their sum on the blackboard.
a) For which values of $n$ is it possible that two different $n$-tuples give the same numbers on the blackboard?
b) Prove that if Endre only wrote positive integers on the paper and Ferenc only sees the numbers on the blackboard, then he can determine which integers are on the paper.
1969 IMO Shortlist, 26
$(GBR 3)$ A smooth solid consists of a right circular cylinder of height $h$ and base-radius $r$, surmounted by a hemisphere of radius $r$ and center $O.$ The solid stands on a horizontal table. One end of a string is attached to a point on the base. The string is stretched (initially being kept in the vertical plane) over the highest point of the solid and held down at the point $P$ on the hemisphere such that $OP$ makes an angle $\alpha$ with the horizontal. Show that if $\alpha$ is small enough, the string will slacken if slightly displaced and no longer remain in a vertical plane. If then pulled tight through $P$, show that it will cross the common circular section of the hemisphere and cylinder at a point $Q$ such that $\angle SOQ = \phi$, $S$ being where it initially crossed this section, and $\sin \phi = \frac{r \tan \alpha}{h}$.
2008 Harvard-MIT Mathematics Tournament, 30
Triangle $ ABC$ obeys $ AB = 2AC$ and $ \angle{BAC} = 120^{\circ}.$ Points $ P$ and $ Q$ lie on segment $ BC$ such that
\begin{eqnarray*}
AB^2 + BC \cdot CP = BC^2 \\
3AC^2 + 2BC \cdot CQ = BC^2
\end{eqnarray*}
Find $ \angle{PAQ}$ in degrees.
2014 AIME Problems, 3
A rectangle has sides of length $a$ and $36$. A hinge is installed at each vertex of the rectangle and at the midpoint of each side of length $36$. The sides of length $a$ can be pressed toward each other keeping those two sides parallel so the rectangle becomes a convex hexagon as shown. When the figure is a hexagon with the sides of length $a$ parallel and separated by a distance of $24,$ the hexagon has the same area as the original rectangle. Find $a^2$.
[asy]
pair A,B,C,D,E,F,R,S,T,X,Y,Z;
dotfactor = 2;
unitsize(.1cm);
A = (0,0);
B = (0,18);
C = (0,36);
// don't look here
D = (12*2.236, 36);
E = (12*2.236, 18);
F = (12*2.236, 0);
draw(A--B--C--D--E--F--cycle);
dot(" ",A,NW);
dot(" ",B,NW);
dot(" ",C,NW);
dot(" ",D,NW);
dot(" ",E,NW);
dot(" ",F,NW);
//don't look here
R = (12*2.236 +22,0);
S = (12*2.236 + 22 - 13.4164,12);
T = (12*2.236 + 22,24);
X = (12*4.472+ 22,24);
Y = (12*4.472+ 22 + 13.4164,12);
Z = (12*4.472+ 22,0);
draw(R--S--T--X--Y--Z--cycle);
dot(" ",R,NW);
dot(" ",S,NW);
dot(" ",T,NW);
dot(" ",X,NW);
dot(" ",Y,NW);
dot(" ",Z,NW);
// sqrt180 = 13.4164
// sqrt5 = 2.236
[/asy]
2022 ISI Entrance Examination, 2
Consider the function $$f(x)=\sum_{k=1}^{m}(x-k)^{4}~, \qquad~ x \in \mathbb{R}$$ where $m>1$ is an integer. Show that $f$ has a unique minimum and find the point where the minimum is attained.
KoMaL A Problems 2021/2022, A. 809
Let the lengths of the sides of triangle $ABC$ be denoted by $a,b,$ and $c,$ using the standard notations. Let $G$ denote the centroid of triangle $ABC.$ Prove that for an arbitrary point $P$ in the plane of the triangle the following inequality is true: \[a\cdot PA^3+b\cdot PB^3+c\cdot PC^3\geq 3abc\cdot PG.\][i]Proposed by János Schultz, Szeged[/i]
1977 IMO Shortlist, 11
Let $n$ be an integer greater than $1$. Define
\[x_1 = n, y_1 = 1, x_{i+1} =\left[ \frac{x_i+y_i}{2}\right] , y_{i+1} = \left[ \frac{n}{x_{i+1}}\right], \qquad \text{for }i = 1, 2, \ldots\ ,\]
where $[z]$ denotes the largest integer less than or equal to $z$. Prove that
\[ \min \{x_1, x_2, \ldots, x_n \} =[ \sqrt n ]\]
MBMT Team Rounds, 2015 F4
For a list of $9$ positive integers that are not necessarily all different, the mean, median, and (unique) mode are all $9$. What is largest possible positive difference between the largest element and the smallest element of the set?
2015 ELMO Problems, 3
Let $\omega$ be a circle and $C$ a point outside it; distinct points $A$ and $B$ are selected on $\omega$ so that $\overline{CA}$ and $\overline{CB}$ are tangent to $\omega$. Let $X$ be the reflection of $A$ across the point $B$, and denote by $\gamma$ the circumcircle of triangle $BXC$. Suppose $\gamma$ and $\omega$ meet at $D \neq B$ and line $CD$ intersects $\omega$ at $E \neq D$. Prove that line $EX$ is tangent to the circle $\gamma$.
[i]Proposed by David Stoner[/i]
2017 Taiwan TST Round 2, 1
There is a $2n\times 2n$ rectangular grid and a chair in each cell of the grid. Now, there are $2n^2$ pairs of couple are going to take seats. Define the distance of a pair of couple to be the sum of column difference and row difference between them. For example, if a pair of couple seating at $(3,3)$ and $(2,5)$ respectively, then the distance between them is $|3-2|+|3-5|=3$. Moreover, define the total distance to be the sum of the distance in each pair. Find the maximal total distance among all possibilities.
2018 Hanoi Open Mathematics Competitions, 3
How many integers $n$ are there those satisfy the following inequality $n^4 - n^3 - 3n^2 - 3n - 17 < 0$?
A. $4$ B. $6$ C. $8$ D. $10$ E. $12$
1953 Moscow Mathematical Olympiad, 237
Three circles are pair-wise tangent to each other. Prove that the circle passing through the three tangent points is perpendicular to each of the initial three circles.
1997 Greece National Olympiad, 3
Find all integer solutions to \[\frac{13}{x^2}+\frac{1996}{y^2}=\frac{z}{1997}.\]
2018 IFYM, Sozopol, 7
$n$ points were chosen on a circle. Two players are playing the following game: On every move a point is chosen and it is connected with an edge to an adjacent point or with the center of the circle. The winner is the player, after whose move each point can be reached by any other (including the center) by moving on the constructed edges. Find who of the two players has a winning strategy.