Found problems: 85335
LMT Team Rounds 2021+, 1
Derek and Jacob have a cake in the shape a rectangle with dimensions $14$ inches by $9$ inches. They make a deal to split it: Derek takes home the portion of the cake that is less than one inch from the border, while Jacob takes home the remainder of the cake. Let $D : J$ be the ratio of the amount of cake Derek took to the amount of cake Jacob took, where $D$ and $J$ are relatively prime positive integers. Find $D + J$.
2018 All-Russian Olympiad, 7
Given a sequence of positive integers $a_1,a_2,a_3,...$ defined by $a_n=\lfloor n^{\frac{2018}{2017}}\rfloor$. Show that there exists a positive integer $N$ such that among any $N$ consecutive terms in the sequence, there exists a term whose decimal representation contain digit $5$.
2010 IMC, 5
Suppose that for a function $f: \mathbb{R}\to \mathbb{R}$ and real numbers $a<b$ one has $f(x)=0$ for all $x\in (a,b).$ Prove that $f(x)=0$ for all $x\in \mathbb{R}$ if
\[\sum^{p-1}_{k=0}f\left(y+\frac{k}{p}\right)=0\]
for every prime number $p$ and every real number $y.$
2008 IMAR Test, 3
Two circles $ \gamma_{1}$ and $ \gamma_{2}$ meet at points $ X$ and $ Y$. Consider the parallel through $ Y$ to the nearest common tangent of the circles. This parallel meets again $ \gamma_{1}$ and $ \gamma_{2}$ at $ A$, and $ B$ respectively. Let $ O$ be the center of the circle tangent to $ \gamma_{1},\gamma_{2}$ and the circle $ AXB$, situated outside $ \gamma_{1}$ and $ \gamma_{2}$ and inside the circle $ AXB.$ Prove that $ XO$ is the bisector line of the angle $ \angle{AXB}.$
[b]Radu Gologan[/b]
2021 IMO Shortlist, C3
Two squirrels, Bushy and Jumpy, have collected 2021 walnuts for the winter. Jumpy numbers the walnuts from 1 through 2021, and digs 2021 little holes in a circular pattern in the ground around their favourite tree. The next morning Jumpy notices that Bushy had placed one walnut into each hole, but had paid no attention to the numbering. Unhappy, Jumpy decides to reorder the walnuts by performing a sequence of 2021 moves. In the $k$-th move, Jumpy swaps the positions of the two walnuts adjacent to walnut $k$.
Prove that there exists a value of $k$ such that, on the $k$-th move, Jumpy swaps some walnuts $a$ and $b$ such that $a<k<b$.
2025 Poland - Second Round, 6
Let $1\le k\le n$. Suppose that the sequence $a_1, a_2, \ldots, a_n$ satisfies $0\le a_1 \le a_2 \le \ldots \le a_k$ and $0 \le a_n \le a_{n-1} \le \ldots \le a_k$. The sequence $b_1, b_2, \ldots, b_n$ is the nondecreasing permutation of $a_1, a_2, \ldots, a_n$. Prove that
\[\sum_{i=1}^n \sum_{j=1}^n (j-i)^2a_ia_j \le \sum_{i=1}^n \sum_{j=1}^n (j-i)^2b_ib_j \]
2020 Bulgaria EGMO TST, 2
Let $ABC$ be an acute triangle with orthocenter $H$ and altitudes $AA_1$, $BB_1$, $CC_1$. The lines $AB$ and $A_1B_1$ intersect at $C_2$ and $\ell_C$ is the line through the midpoint of $CH$, perpendicular to $CC_2$. The lines $\ell_A$ and $\ell_B$ are defined analogously. Prove that the lines $\ell_A$, $\ell_B$ and $\ell_C$ are concurrent.
2016 Junior Balkan Team Selection Tests - Romania, 1
The altitudes $AA_1$,$BB_1$,$CC_1$ of $\triangle{ABC}$ intersect at $H$.$O$ is the circumcenter of $\triangle{ABC}$.Let $A_2$ be the reflection of $A$ wrt $B_1C_1$.Prove that:
a)$O$,$A_2$,$B_1$,$C$ are all on a circle
b)$O$,$H$,$A_1$,$A_2$ are all on a circle
2011 Today's Calculation Of Integral, 716
Prove that :
\[\int_1^{\sqrt{e}} (\ln x)^n\ dx=(-1)^{n-1}n!+\sqrt{e}\sum_{m=0}^{n} (-1)^{n-m}\frac{n!}{m!}\left(\frac 12\right)^{m}\]
2009 F = Ma, 17
You are given a standard kilogram mass and a tuning fork that is calibrated in Hz. You are also provided with a complete collection of laboratory equipment, but none of it is calibrated in SI units. You do not know the values of any fundamental constants. Which of the following quantities could you measure in SI units?
(A) The acceleration due to gravity.
(B) The speed of light in a vacuum.
(C) The density of room temperature water.
(D) The spring constant of a given spring.
(E) The air pressure in the room.
2009 AMC 8, 7
The triangular plot of ACD lies between Aspen Road, Brown Road and a railroad. Main Street runs east and west, and the railroad runs north and south. The numbers in the diagram indicate distances in miles. The width of the railroad track can be ignored. How many square miles are in the plot of land ACD?
[asy]
size(250);
defaultpen(linewidth(0.55));
pair A=(-6,0), B=origin, C=(0,6), D=(0,12);
pair ac=C+2.828*dir(45),
ca=A+2.828*dir(225),
ad=D+2.828*dir(A--D),
da=A+2.828*dir(D--A),
ab=(2.828,0),
ba=(-6-2.828, 0);
fill(A--C--D--cycle, gray);
draw(ba--ab);
draw(ac--ca);
draw(ad--da);
draw((0,-1)--(0,15));
draw((1/3, -1)--(1/3, 15));
int i;
for(i=1; i<15; i=i+1) {
draw((-1/10, i)--(13/30, i));
}
label("$A$", A, SE);
label("$B$", B, SE);
label("$C$", C, SE);
label("$D$", D, SE);
label("$3$", (1/3,3), E);
label("$3$", (1/3,9), E);
label("$3$", (-3,0), S);
label("Main", (-3,0), N);
label(rotate(45)*"Aspen", A--C, SE);
label(rotate(63.43494882)*"Brown", A--D, NW);
[/asy]
$\textbf{(A)}\ 2\qquad
\textbf{(B)}\ 3 \qquad
\textbf{(C)}\ 4.5 \qquad
\textbf{(D)}\ 6 \qquad
\textbf{(E)}\ 9$
2011 Grand Duchy of Lithuania, 5
Positive integers $1, 2, 3, ..., n$ are written on a blackboard ($n > 2$). Every minute two numbers are erased and the least prime divisor of their sum is written. In the end only the number $97$ remains. Find the least $n$ for which it is possible.
Kvant 2024, M2801
Yuri is looking at the great Mayan table. The table has $200$ columns and $2^{200}$ rows. Yuri knows that each cell of the table depicts the sun or the moon, and any two rows are different (i.e. differ in at least one column). Each cell of the table is covered with a sheet. The wind has blown aways exactly two sheets from each row. Could it happen that now Yuri can find out for at least $10000$ rows what is depicted in each of them (in each of the columns)?
[i]Proposed by I. Bogdanov, K. Knop[/i]
2001 Austrian-Polish Competition, 5
The fields of the $8\times 8$ chessboard are numbered from $1$ to $64$ in the following manner: For $i=1,2,\cdots,63$ the field numbered by $i+1$ can be reached from the field numbered by $i$ by one move of the knight. Let us choose positive real numbers $x_{1},x_{2},\cdots,x_{64}$. For each white field numbered by $i$ define the number $y_{i}=1+x_{i}^{2}-\sqrt[3]{x_{i-1}^{2}x_{i+1}}$ and for each black field numbered by $j$ define the number $y_{j}=1+x_{j}^{2}-\sqrt[3]{x_{j-1}x_{j+1}^{2}}$ where $x_{0}=x_{64}$ and $x_{1}=x_{65}$. Prove that \[\sum_{i=1}^{64}y_{i}\geq 48\]
1988 Tournament Of Towns, (165) 2
We are given convex quadrilateral $ABCD$. The midpoints of $BC$ and $DA$ are $M$ and $N$ respectively. The diagonal $AC$ divides $MN$ in half. Prove that the areas of triangles $ABC$ and $ACD$ are equal .
OMMC POTM, 2023 4
Let $ABCD$ be a quadrilateral inscribed in a circle with center $O$. Points $X$ and $Y$ lie on sides $AB$ and $CD$, respectively. Suppose the circumcircles of $CDX$ and $ABY$ meet line $XY$ again at $P$ and $Q$ respectively. Show that $OP=OQ$.
[i]Proposed by Evan Chang (squareman), USA[/i]
2022 Taiwan Mathematics Olympiad, 5
Let $J$ be the $A$-excenter of an acute triangle $ABC$. Let $X$, $Y$ be two points on the circumcircle of the triangle $ACJ$ such that $\overline{JX} = \overline{JY} < \overline{JC}$. Let $P$ be a point lies on $XY$ such that $PB$ is tangent to the circumcircle of the triangle $ABC$. Let $Q$ be a point lies on the circumcircle of the triangle $BXY$ such that $BQ$ is parallel to $AC$.
Prove that $\angle BAP = \angle QAC$.
[i]Proposed by Li4.[/i]
2013 Finnish National High School Mathematics Competition, 3
The points $A,B,$ and $C$ lies on the circumference of the unit circle. Furthermore, it is known that $AB$ is a diameter of the circle and \[\frac{|AC|}{|CB|}=\frac{3}{4}.\] The bisector of $ABC$ intersects the circumference at the point $D$. Determine the length of the $AD$.
1999 Moldova Team Selection Test, 3
The fuction $f(0,\infty)\rightarrow\mathbb{R}$ verifies $f(x)+f(y)=2f(\sqrt{xy}), \forall x,y>0$. Show that for every positive integer $n>2$ the following relation takes place $$f(x_1)+f(x_2)+\ldots+f(x_n)=nf(\sqrt[n]{x_1x_2\ldots x_n}),$$ for every positive integers $x_1,x_2,\ldots,x_n$.
2001 Miklós Schweitzer, 4
Find the units of $R=\mathbb Z[t][\sqrt{t^2-1}]$.
2021 Sharygin Geometry Olympiad, 1
Let $ABC$ be a triangle with $\angle C=90^\circ$. A line joining the midpoint of its altitude $CH$ and the vertex $A$ meets $CB$ at point $K$. Let $L$ be the midpoint of $BC$ ,and $T$ be a point of segment $AB$ such that $\angle ATK=\angle LTB$. It is known that $BC=1$. Find the perimeter of triangle $KTL$.
2007 QEDMO 5th, 8
Let $ A$, $ B$, $ C$, $ A^{\prime}$, $ B^{\prime}$, $ C^{\prime}$, $ X$, $ Y$, $ Z$, $ X^{\prime}$, $ Y^{\prime}$, $ Z^{\prime}$ and $ P$ be pairwise distinct points in space such that
$ A^{\prime} \in BC;\ B^{\prime}\in CA;\ C^{\prime}\in AB;\ X^{\prime}\in YZ;\ Y^{\prime}\in ZX;\ Z^{\prime}\in XY;$
$ P \in AX;\ P\in BY;\ P\in CZ;\ P\in A^{\prime}X^{\prime};\ P\in B^{\prime}Y^{\prime};\ P\in C^{\prime}Z^{\prime}$.
Prove that
$ \frac {BA^{\prime}}{A^{\prime}C}\cdot\frac {CB^{\prime}}{B^{\prime}A}\cdot\frac {AC^{\prime}}{C^{\prime}B} \equal{} \frac {YX^{\prime}}{X^{\prime}Z}\cdot\frac {ZY^{\prime}}{Y^{\prime}X}\cdot\frac {XZ^{\prime}}{Z^{\prime}Y}$.
1992 National High School Mathematics League, 4
In $\triangle ABC$, $b\neq1$. If $\frac{C}{A}$ and $\frac{\sin B}{\sin A}$ are solutions to equation $\log_{\sqrt{b}}x=\log_{b}(4x-4)$, then $\triangle ABC$
$\text{(A)}$is an isosceles triangle, but not right-angled triangle
$\text{(B)}$is a right-angled triangle, but not isosceles triangle
$\text{(C)}$is an isosceles right-angled triangle
$\text{(D)}$is neither a right-angled triangle nor an isosceles triangle
2017 NIMO Problems, 7
Let $\{a_n\}_{n=1}^{\infty}$ and $\{b_n\}_{n=1}^{\infty}$ be sequences of integers such that $a_1 = 20$, $b_1 = 15$, and for $n \ge 1$, \[\left\{\begin{aligned} a_{n+1}&=a_n^2-b_n^2, \\ b_{n+1}&=2a_nb_n-b_n^2 \end{aligned}\right.\] Let $G = a_{10}^2-a_{10}b_{10}+b_{10}^2$. Determine the number of positive integer factors of $G$.
[i]Proposed by Michael Ren[/i]
2010 LMT, 32
Compute the infinite sum $\frac{1^3}{2^1}+\frac{2^3}{2^2}+\frac{3^3}{2^3}+\dots+\frac{n^3}{2^n}+\dots.$