Found problems: 85335
1998 USAMTS Problems, 4
As shown on the figure, square $PQRS$ is inscribed in right triangle $ABC$, whose right angle is at $C$, so that $S$ and $P$ are on sides $BC$ and $CA$, respectively, while $Q$ and $R$ are on side $AB$. Prove that $A B\geq3QR$ and determine when equality occurs.
[asy]
defaultpen(linewidth(0.7)+fontsize(10));
size(150);
real a=8, b=6;
real y=a/((a^2+b^2)/(a*b)+1), r=degrees((a,b))+180;
pair A=b*dir(-r)*dir(90), B=a*dir(180)*dir(-r), C=origin, S=y*dir(-r)*dir(180), P=(y*b/a)*dir(90-r), Q=foot(P, A, B), R=foot(S, A, B);
draw(A--B--C--cycle^^R--S--P--Q);
pair point=incenter(A,B,C);
label("$A$", A, dir(point--A));
label("$B$", B, dir(point--B));
label("$C$", C, dir(point--C));
label("$S$", S, dir(point--S));
label("$R$", R, dir(270));
label("$Q$", Q, dir(270));
label("$P$", P, dir(point--P));[/asy]
2021 Saudi Arabia IMO TST, 2
Find all positive integers $n$, such that $n$ is a perfect number and $\varphi (n)$ is power of $2$.
[i]Note:a positive integer $n$, is called perfect if the sum of all its positive divisors is equal to $2n$.[/i]
2010 Denmark MO - Mohr Contest, 2
Prove that for any integer $n$ there exist integers $a, b$ and $c$ such that $n=a^2+b^2-c^2$.
2010 Contests, 3
Let $ I $ be the incenter of triangle $ ABC $. The incircle touches $ BC, CA, AB$ at points $ P, Q, R $. A circle passing through $ B , C $ is tangent to the circle $I$ at point $ X $, a circle passing through $ C , A $ is tangent to the circle $I$ at point $ Y $, and a circle passing through $ A , B $ is tangent to the circle $I$ at point $ Z $, respectively. Prove that three lines $ PX, QY, RZ $ are concurrent.
2010 China Northern MO, 7
Find all positive integers $x, y, z$ that satisfy the conditions: $$[x,y,z] =(x,y)+(y,z) + (z,x), x\le y\le z, (x,y,z) = 1$$
The symbols $[m,n]$ and $(m,n)$ respectively represent positive integers, the least common multiple and the greatest common divisor of $m$ and $n$.
2021 Polish Junior MO Second Round, 1
The numbers $a, b$ satisfy the condition $2a + a^2= 2b + b^2$. Prove that if $a$ is an integer, $b$ is also an integer.
2011 Purple Comet Problems, 12
Find the area of the region in the coordinate plane satisfying the three conditions
$\star$ $x \le 2y$
$\star$ $y \le 2x$
$\star$ $x + y \le 60.$
2021 China Team Selection Test, 1
A cyclic quadrilateral $ABCD$ has circumcircle $\Gamma$, and $AB+BC=AD+DC$. Let $E$ be the midpoint of arc $BCD$, and $F (\neq C)$ be the antipode of $A$ [i]wrt[/i] $\Gamma$. Let $I,J,K$ be the incenter of $\triangle ABC$, the $A$-excenter of $\triangle ABC$, the incenter of $\triangle BCD$, respectively.
Suppose that a point $P$ satisfies $\triangle BIC \stackrel{+}{\sim} \triangle KPJ$. Prove that $EK$ and $PF$ intersect on $\Gamma.$
2008 Sharygin Geometry Olympiad, 18
(A.Abdullayev, 9--11) Prove that the triangle having sides $ a$, $ b$, $ c$ and area $ S$ satisfies the inequality
\[ a^2\plus{}b^2\plus{}c^2\minus{}\frac12(|a\minus{}b|\plus{}|b\minus{}c|\plus{}|c\minus{}a|)^2\geq 4\sqrt3 S.\]
2024 All-Russian Olympiad Regional Round, 9.9
An equilateral triangle $T$ with side $111$ is partitioned into small equilateral triangles with side $1$ using lines parallel to the sides of $T$. Every obtained point except the center of $T$ is marked. A set of marked points is called $\textit{linear}$ if the points lie on a line, parallel to a side of $T$ (among the drawn ones). In how many ways we can split the marked point into $111$ $\textit{linear}$ sets?
1953 Moscow Mathematical Olympiad, 234
Find the smallest number of the form $1...1$ in its decimal expression which is divisible by $\underbrace{\hbox{3...3}}_{\hbox{100}}$,.
2005 National Olympiad First Round, 19
What is the greatest real root of the equation $x^3-x^2-x-\frac 13 = 0$?
$
\textbf{(A)}\ \dfrac{\sqrt {3} - \sqrt{2}}{2}
\qquad\textbf{(B)}\ \dfrac{\sqrt [3]{3} - \sqrt[3]{2}}{2}
\qquad\textbf{(C)}\ \dfrac 1{\sqrt[3] {3} - 1}
\qquad\textbf{(D)}\ \dfrac 1{\sqrt[3] {4} - 1}
\qquad\textbf{(E)}\ \text{None of above}
$
2013 Sharygin Geometry Olympiad, 5
The altitude $AA'$, the median $BB'$, and the angle bisector $CC'$ of a triangle $ABC$ are concurrent at point $K$. Given that $A'K = B'K$, prove that $C'K = A'K$.
2012 Serbia National Math Olympiad, 3
A fly and $k$ spiders are placed in some vertices of $2012 \times 2012$ lattice. One move consists of following: firstly, fly goes to some adjacent vertex or stays where it is and then every spider goes to some adjacent vertex or stays where it is (more than one spider can be in the same vertex). Spiders and fly knows where are the others all the time.
a) Find the smallest $k$ so that spiders can catch the fly in finite number of moves, regardless of their initial position.
b) Answer the same question for three-dimensional lattice $2012\times 2012\times 2012$.
(Vertices in lattice are adjacent if exactly one coordinate of one vertex is different from the same coordinate of the other vertex, and their difference is equal to $1$. Spider catches a fly if they are in the same vertex.)
2012 Romania National Olympiad, 2
[color=darkred]Find all functions $f:\mathbb{R}\to\mathbb{R}$ with the following property: for any open bounded interval $I$, the set $f(I)$ is an open interval having the same length with $I$ .[/color]
2022 MMATHS, 2
How many ways are there to fill in a three by three grid of cells with $0$’s and $2$’s, one number in each cell, such that each two by two contiguous subgrid contains exactly three $2$’s and one $0$?
Novosibirsk Oral Geo Oly VII, 2022.7
Vera has several identical matches, from which she makes a triangle. Vera wants any two sides of this triangle to differ in length by at least $10$ matches, but it turned out that it is impossible to add such a triangle from the available matches (it is impossible to leave extra matches). What is the maximum number of matches Vera can have?
1996 Tournament Of Towns, (521) 4
Prove that for any function $f(x)$, continuous or otherwise, $$f(f(x)) = x^2 - 1996$$ cannot hold for all real numbers $x$.
(S Bogatiy, M Smurov,)
2015 AMC 12/AHSME, 10
Integers $x$ and $y$ with $x>y>0$ satisfy $x+y+xy=80$. What is $x$?
$\textbf{(A) }8\qquad\textbf{(B) }10\qquad\textbf{(C) }15\qquad\textbf{(D) }18\qquad\textbf{(E) }26$
2011 Balkan MO Shortlist, G1
Let $ABCD$ be a convex quadrangle such that $AB=AC=BD$ (vertices are labelled in circular order). The lines $AC$ and $BD$ meet at point $O$, the circles $ABC$ and $ADO$ meet again at point $P$, and the lines $AP$ and $BC$ meet at the point $Q$. Show that the angles $COQ$ and $DOQ$ are equal.
2008 Germany Team Selection Test, 1
Determine $ Q \in \mathbb{R}$ which is so big that a sequence with non-negative reals elements $ a_1 ,a_2, \ldots$ which satisfies the following two conditions:
[b](i)[/b] $ \forall m,n \geq 1$ we have $ a_{m \plus{} n} \leq 2 \left(a_m \plus{} a_n \right)$
[b](ii)[/b] $ \forall k \geq 0$ we have $ a_{2^k} \leq \frac {1}{(k \plus{} 1)^{2008}}$
such that for each sequence element we have the inequality $ a_n \leq Q.$
2012 Romania National Olympiad, 1
Let $P$ be a point inside the square $ABCD$ and $PA = 1$, $PB = \sqrt2$ and $PC =\sqrt3$.
a) Determine the length of segment $[PD]$.
b) Determine the angle $\angle APB$.
1992 Taiwan National Olympiad, 2
Every positive integer can be represented as a sum of one or more consecutive positive integers. For each $n$ , find the number of such represententation of $n$.
2023 Iran MO (3rd Round), 2
Let $N$ be the number of ordered pairs $(x,y)$ st $1 \leq x,y \leq p(p-1)$ and :
$$x^{y} \equiv y^{x} \equiv 1 \pmod{p}$$
where $p$ is a fixed prime number.
Show that :
$$(\phi {(p-1)}d(p-1))^2 \leq N \leq ((p-1)d(p-1))^2$$
where $d(n)$ is the number of divisors of $n$
2012 Princeton University Math Competition, A3
Six ants are placed on the vertices of a regular hexagon with an area of $12$. At each point in time, each ant looks at the next ant in the hexagon (in counterclockwise order), and measures the distance, $s$, to the next ant. Each ant then proceeds towards the next ant at a speed of $\frac{s}{100}$ units per year. After T years, the ants’ new positions are the vertices of a new hexagon with an area of $4$. T is of the form $a \ln b$, where $b$ is square-free. Find $a + b$.