Found problems: 85335
2004 South East Mathematical Olympiad, 8
Determine the number of ordered quadruples $(x, y, z, u)$ of integers, such that
\[\dfrac{x-y}{x+y}+\dfrac{y-z}{y+z}+\dfrac{z-u}{z+u}>0 \textrm{ and } 1\le x,y,z,u\le 10.\]
2012 CHMMC Fall, 2
Consider a triangle $ABC$ with points $D$ on $AB$, $E$ on $BC$, and let $F$ be the intersection of $AE$ and $CD$. Suppose $AD = 1$, $DB = 2$,$BE = 1$,$EC = 3$, and $CA = 5$. Find the value of the area of $ECF$ minus the area of $ADF$.
2021 Tuymaada Olympiad, 8
An acute triangle $ABC$ is given, $AC \not= BC$. The altitudes drawn from $A$ and $B$ meet at $H$ and intersect the external bisector of the angle $C$ at $Y$ and $X$ respectively. The external bisector of the angle $AHB$ meets the segments $AX$ and $BY$ at $P$ and $Q$ respectively. If $PX = QY$, prove that $AP + BQ \ge 2CH$.
1995 All-Russian Olympiad, 5
The sequence $a_1, a_2, ...$ of natural numbers satisfies $GCD(a_i, a_j)=GCD(i, j)$ for all $i \neq j$. Prove that $a_i=i$ for all $i$.
PEN J Problems, 15
Determine all positive integers for which $d(n)=\frac{n}{3}$ holds.
2012 ELMO Shortlist, 5
Let $n>2$ be a positive integer and let $p$ be a prime. Suppose that the nonzero integers are colored in $n$ colors. Let $a_1,a_2,\ldots,a_{n}$ be integers such that for all $1\le i\le n$, $p^i\nmid a_i$ and $p^{i-1}\mid a_i$. In terms of $n$, $p$, and $\{a_i\}_{i=1}^{n}$, determine if there must exist integers $x_1,x_2,\ldots,x_{n}$ of the same color such that $a_1x_1+a_2x_2+\cdots+a_{n}x_{n}=0$.
[i]Ravi Jagadeesan.[/i]
2015 Costa Rica - Final Round, 6
Let $\vartriangle ABC$ be a triangle with circumcenter $O$. Let $ P$ and $Q$ be internal points on the sides $AB$ and $AC$ respectively such that $\angle POB = \angle ABC$ and $\angle QOC = \angle ACB$. Show that the reflection of line $BC$ over line $PQ$ is tangent to the circumcircle of triangle $\vartriangle APQ$.
2017 China Team Selection Test, 2
Let $x>1$ ,$n$ be positive integer. Prove that$$\sum_{k=1}^{n}\frac{\{kx \}}{[kx]}<\sum_{k=1}^{n}\frac{1}{2k-1}$$
Where $[kx ]$ be the integer part of $kx$ ,$\{kx \}$ be the decimal part of $kx$.
2022 New Zealand MO, 6
Let a positive integer $n$ be given. Determine, in terms of $n$, the least positive integer $k$ such that among any $k$ positive integers, it is always possible to select a positive even number of them having sum divisible by $n$.
1955 Putnam, A5
If a parabola is given in the plane, find a geometric construction (ruler and compass) for the focus.
Russian TST 2014, P2
Let $p,q$ and $s{}$ be prime numbers such that $2^sq =p^y-1$ where $y > 1.$ Find all possible values of $p.$
2023 Oral Moscow Geometry Olympiad, 5
Altitudes $BB_1$ and $CC_1$ of acute triangle $ABC$ intersect at $H$, and $\angle A = 60^{o}$, $AB < AC$. The median $AM$ intersects the circumcircle of $ABC$ at point $K$; $L$ is the midpoint of the arc $BC$ of the circumcircle that does not contain point $A$; lines $B_1C_1$ and $BC$ intersect at point $E$. Prove that $\angle EHL = \angle ABK$.
2012 Israel National Olympiad, 2
In some foreign country, there is a secret object, guarded by seven guards. Each guard has a guarding shift of 7 consecutive hours every day, in fixed hours. There is always at least one guard guarding the secret object at any given time.
Prove that one of the guards can be fired, and there will still be at least one guard guarding at any given time (without changing the schedule of the other guards).
2014 Stanford Mathematics Tournament, 8
$O$ is a circle with radius $1$. $A$ and $B$ are fixed points on the circle such that $AB =\sqrt2$. Let C be any point on the circle, and let $M$ and $N$ be the midpoints of $AC$ and $BC$, respectively. As $C$ travels around circle $O$, find the area of the locus of points on $MN$.
2021 CMIMC, 2.6 1.2
In convex quadrilateral $ABCD$, $\angle ADC = 90^\circ + \angle BAC$. Given that $AB = BC = 17$, and $CD = 16$, what is the maximum possible area of the quadrilateral?
[i]Proposed by Thomas Lam[/i]
2017 Harvard-MIT Mathematics Tournament, 30
Consider an equilateral triangular grid $G$ with $20$ points on a side, where each row consists of points spaced $1$ unit apart. More specifically, there is a single point in the first row, two points in the second row, ..., and $20$ points in the last row, for a total of $210$ points. Let $S$ be a closed non-self-intersecting polygon which has $210$ vertices, using each point in $G$ exactly once. Find the sum of all possible values of the area of $S$.
2014 239 Open Mathematical Olympiad, 4
The median $CM$ of the triangle $ABC$ is equal to the bisector $BL$, also $\angle BAC=2\angle ACM$. prove that the triangle is right.
2000 Portugal MO, 4
Calculates the sum of all numbers that can be formed using each of the odd digits once, that is, the numbers $13579$, $13597$, ..., $97531$.
2012 Dutch Mathematical Olympiad, 4
We are given an acute triangle $ABC$ and points $D$ on $BC$ and $E$ on $AC$ such that $AD$ is perpendicular to $BC$ and $BE$ is perpendicular to $AC$. The intersection of $AD$ and $BE$ is called $H$. A line through $H$ intersects line segment $BC$ in $P$, and intersects line segment $AC$ in $Q$. Furthermore, $K$ is a point on $BE$ such that $PK$ is perpendicular to $BE$, and $L$ is a point on $AD$ such that $QL$ is perpendicular to $AD$. Prove that $DK$ and $EL$ are parallel.
[asy]
unitsize(1 cm);
pair A, B, C, D, E, H, K, L, P, Q;
A = (0,0);
B = (6,0);
C = (3.5,4);
D = (A + reflect(B,C)*(A))/2;
E = (B + reflect(A,C)*(B))/2;
H = extension(A, D, B, E);
P = extension(H, H + dir(-10), B, C);
Q = extension(H, H + dir(-10), A, C);
K = (P + reflect(B,E)*(P))/2;
L = (Q + reflect(A,D)*(Q))/2;
draw(A--B--C--cycle);
draw(A--D);
draw(B--E);
draw(K--P--Q--L);
draw(rightanglemark(B,D,A,5));
draw(rightanglemark(B,E,A,5));
draw(rightanglemark(P,K,B,5));
draw(rightanglemark(A,L,Q,5));
dot("$A$", A, SW);
dot("$B$", B, SE);
dot("$C$", C, N);
dot("$D$", D, NE);
dot("$E$", E, NW);
dot("$H$", H, N);
dot("$K$", K, SW);
dot("$L$", L, SE);
dot("$P$", P, NE);
dot("$Q$", Q, NW);
[/asy]
VMEO III 2006 Shortlist, A7
Prove that for all $n\in\mathbb{Z}^+$, we have \[ \sum\limits_{p=1}^n\sum\limits_{q=1}^p\left\lfloor -\frac{1+\sqrt{8q+(2p-1)^2}}{2}\right\rfloor =-\frac{n(n+1)(n+2)}{3} \]
Kvant 2019, M2584
We have 2019 boxes. Initially, they are all empty. At one operation, we can add exactly 100 stones to some 100 boxes and exactly one stone in each of several other (perhaps none) boxes. What is the smallest possible number of moves after which all boxes will have the same (positive) number of stones.
[i]Proposed by P. Kozhevnikov[/i]
2023 All-Russian Olympiad, 3
Every positive integer greater than $1000$ is colored in red or blue, such that the product of any two distinct red numbers is blue. Is it possible to happen that no two blue numbers have difference $1$?
2000 USA Team Selection Test, 2
Let $ ABCD$ be a cyclic quadrilateral and let $ E$ and $ F$ be the feet of perpendiculars from the intersection of diagonals $ AC$ and $ BD$ to $ AB$ and $ CD$, respectively. Prove that $ EF$ is perpendicular to the line through the midpoints of $ AD$ and $ BC$.
2017 Germany Team Selection Test, 1
Find the smallest constant $C > 0$ for which the following statement holds: among any five positive real numbers $a_1,a_2,a_3,a_4,a_5$ (not necessarily distinct), one can always choose distinct subscripts $i,j,k,l$ such that
\[ \left| \frac{a_i}{a_j} - \frac {a_k}{a_l} \right| \le C. \]
PEN A Problems, 49
Prove that there is no positive integer $n$ such that, for $k=1, 2, \cdots, 9,$ the leftmost digit of $(n+k)!$ equals $k$.