Found problems: 85335
2004 Turkey MO (2nd round), 5
The excircle of a triangle $ABC$ corresponding to $A$ touches the lines $BC,CA,AB$ at $A_1,B_1,C_1$, respectively. The excircle corresponding to $B$ touches $BC,CA,AB$ at $A_2,B_2,C_2$, and the excircle corresponding to $C$ touches $BC,CA,AB$ at $A_3,B_3,C_3$, respectively. Find the maximum possible value of the ratio of the sum of the perimeters of $\triangle A_1B_1C_1$, $\triangle A_2B_2C_2$ and $\triangle A_3B_3C_3$ to the circumradius of $\triangle ABC$.
Oliforum Contest IV 2013, 1
Given a prime $p$, consider integers $0<a<b<c<d<p$ such that $a^4\equiv b^4\equiv c^4\equiv d^4\pmod{p}$. Show that \[a+b+c+d\mid a^{2013}+b^{2013}+c^{2013}+d^{2013}\]
2009 AMC 8, 25
A one-cubic-foot cube is cut into four pieces by three cuts parallel to the top face of the cube. The first cub is $\tfrac12$ foot from the top face. The second cut is $\tfrac13$ foot below the first cut, and the third cut is $\tfrac1{17}$ foot below the second cut. From the top to the bottom the pieces are labeled A, B, C, and D. The pieces are then glued together end to end as shown in the second diagram. What is the total surface area of this solid in square feet?
[asy]
import three;
real d=11/102;
defaultpen(fontsize(8));
defaultpen(linewidth(0.8));
currentprojection=orthographic(1,8/15,7/15);
draw(unitcube, white, thick(), nolight);
void f(real x) {
draw((0,1,x)--(1,1,x)--(1,0,x));
}
f(d);
f(1/6);
f(1/2);
label("A", (1,0,3/4), W);
label("B", (1,0,1/3), W);
label("C", (1,0,1/6-d/4), W);
label("D", (1,0,d/2), W);
label("1/2", (1,1,3/4), E);
label("1/3", (1,1,1/3), E);
label("1/17", (0,1,1/6-d/4), E);[/asy]
[asy]
import three;
real d=11/102;
defaultpen(fontsize(8));
defaultpen(linewidth(0.8));
currentprojection=orthographic(2,8/15,7/15);
int t=0;
void f(real x) {
path3 r=(t,1,x)--(t+1,1,x)--(t+1,1,0)--(t,1,0)--cycle;
path3 f=(t+1,1,x)--(t+1,1,0)--(t+1,0,0)--(t+1,0,x)--cycle;
path3 u=(t,1,x)--(t+1,1,x)--(t+1,0,x)--(t,0,x)--cycle;
draw(surface(r), white, nolight);
draw(surface(f), white, nolight);
draw(surface(u), white, nolight);
draw((t,1,x)--(t+1,1,x)--(t+1,1,0)--(t,1,0)--(t,1,x)--(t,0,x)--(t+1,0,x)--(t+1,1,x)--(t+1,1,0)--(t+1,0,0)--(t+1,0,x));
t=t+1;
}
f(d);
f(1/2);
f(1/3);
f(1/17);
label("D", (1/2, 1, 0), SE);
label("A", (1+1/2, 1, 0), SE);
label("B", (2+1/2, 1, 0), SE);
label("C", (3+1/2, 1, 0), SE);[/asy]
$\textbf{(A)}\:6\qquad
\textbf{(B)}\:7\qquad
\textbf{(C)}\:\frac{419}{51}\qquad
\textbf{(D)}\:\frac{158}{17}\qquad
\textbf{(E)}\:11$
1991 AMC 12/AHSME, 18
If $S$ is the set of points $z$ in the complex plane such that $(3+4i)z$ is a real number, then $S$ is a
$ \textbf{(A)}\text{ right triangle}\qquad\textbf{(B)}\text{ circle}\qquad\textbf{(C)}\text{ hyperbola}\qquad\textbf{(D)}\text{ line}\qquad\textbf{(E)}\text{ parabola} $
2010 LMT, 21
Jae and Yoon are playing SunCraft. The probability that Jae wins the $n$-th game is $\frac{1}{n+2}.$ What is the probability that Yoon wins the first six games, assuming there are no ties?
2021 HMNT, 1
Let $ABCD$ be a parallelogram. Let $E$ be the midpoint of $AB$ and $F$ be the midpoint of $CD$. Points $P$ and $Q$ are on segments $EF$ and $CF$, respectively, such that $A, P$, and $Q$ are collinear. Given that $EP = 5$, $P F = 3$, and $QF = 12$, find $CQ$.
2001 District Olympiad, 1
Consider the equation $x^2+(a+b+c)x+\lambda (ab+bc+ca)=0$ with $a,b,c>0$ and $\lambda\in \mathbb{R}$. Prove that:
a)If $\lambda\le \frac{3}{4}$, the equation has real roots.
b)If $a,b,c$ are the side lengths of a triangle and $\lambda\ge 1$, then the equation doesn't have real roots.
[i]***[/i]
2007 India IMO Training Camp, 3
Given a finite string $S$ of symbols $X$ and $O$, we denote $\Delta(s)$ as the number of$X'$s in $S$ minus the number of $O'$s (For example, $\Delta(XOOXOOX)=-1$). We call a string $S$ [b]balanced[/b] if every sub-string $T$ of (consecutive symbols) $S$ has the property $-1\leq \Delta(T)\leq 2.$ (Thus $XOOXOOX$ is not balanced, since it contains the sub-string $OOXOO$ whose $\Delta$ value is $-3.$ Find, with proof, the number of balanced strings of length $n$.
2010 German National Olympiad, 1
Given two circles $k$ and $l$ which intersect at two points. One of their common tangents touches $k$ at point $K$, while the other common tangent touches $l$ at $L.$ Let $A$ and $B$ be the intersections of the line $KL$ with the circles $k$ and $l$, respectively. Prove that $\overline{AK} = \overline{BL}.$
2013 NIMO Problems, 7
Let $ABCD$ be a convex quadrilateral for which $DA = AB$ and $CA = CB$. Set $I_0 = C$ and $J_0 = D$, and for each nonnegative integer $n$, let $I_{n+1}$ and $J_{n+1}$ denote the incenters of $\triangle I_nAB$ and $\triangle J_nAB$, respectively.
Suppose that \[ \angle DAC = 15^{\circ}, \quad \angle BAC = 65^{\circ} \quad \text{and} \quad \angle J_{2013}J_{2014}I_{2014} = \left( 90 + \frac{2k+1}{2^n} \right)^{\circ} \] for some nonnegative integers $n$ and $k$. Compute $n+k$.
[i]Proposed by Evan Chen[/i]
2014 District Olympiad, 3
The points $M, N,$ and $P$ are chosen on the sides $BC, CA$ and $AB$ of the $\Delta ABC$ such that $BM=BP$ and $CM=CN$. The perpendicular dropped from $B$ to $MP$ and the perpendicular dropped from $C$ to $MN$ intersect at $I$. Prove that the angles $\measuredangle{IPA}$ and $\measuredangle{INC}$ are congruent.
2021 Spain Mathematical Olympiad, 5
We have $2n$ lights in two rows, numbered from $1$ to $n$ in each row. Some (or none) of the lights are on and the others are off, we call that a "state". Two states are distinct if there is a light which is on in one of them and off in the other. We say that a state is good if there is the same number of lights turned on in the first row and in the second row.
Prove that the total number of good states divided by the total number of states is:
$$
\frac{3 \cdot 5 \cdot 7 \cdots (2n-1)}{2^n n!}
$$
2025 Austrian MO Regional Competition, 2
Let $\triangle{ABC}$ be an isosceles triangle with $AC = BC$ and circumcircle $\omega$. The line through $B$ perpendicular to $BC$ is denoted by $\ell$. Furthermore, let $M$ be any point on $\ell$. The circle $\gamma$ with center $M$ and radius $BM$ intersects $AB$ once more at point $P$ and the circumcircle $\omega$ once more at point $Q$. Prove that the points $P,Q$ and $C$ lie on a straight line.
[i](Karl Czakler)[/i]
2022 Oral Moscow Geometry Olympiad, 5
Given a circle and a straight line $AB$ passing through its center (points $A$ and $B$ are fixed, $A$ is outside the circle, and $B$ is inside). Find the locus of the intersection of lines $AX$ and $BY$, where $XY$ is an arbitrary diameter of the circle.
(A. Akopyan, A. Zaslavsky)
2008 Vietnam National Olympiad, 4
he sequence of real number $ (x_n)$ is defined by $ x_1 \equal{} 0,$ $ x_2 \equal{} 2$ and $ x_{n\plus{}2} \equal{} 2^{\minus{}x_n} \plus{} \frac{1}{2}$ $ \forall n \equal{} 1,2,3 \ldots$ Prove that the sequence has a limit as $ n$ approaches $ \plus{}\infty.$ Determine the limit.
2023 Malaysian APMO Camp Selection Test, 4
Let $k$ be a fixed integer. In the town of Ivanland, there are at least $k+1$ citizens standing on a plane such that the distances between any two citizens are distinct. An election is to be held such that every citizen votes the $k$-th closest citizen to be the president. What is the maximal number of votes a citizen can have?
[i]Proposed by Ivan Chan Kai Chin[/i]
2022 Moscow Mathematical Olympiad, 2
In a Cartesian coordinate system (with the same scale on the x and y axes)there is a graph of the exponential function $y=3^x$. Then the y-axis and all marks on the x-axis erased. Only the graph of the function and the x-axis remained without a scale and a mark of $0$.
How can you restore the y-axis using a compass and ruler?
2005 Romania National Olympiad, 4
On a circle there are written 2005 non-negative integers with sum 7022. Prove that there exist two pairs formed with two consecutive numbers on the circle such that the sum of the elements in each pair is greater or equal with 8.
[i]After an idea of Marin Chirciu[/i]
2024 AMC 10, 7
The product of three integers is $60$. What is the least possible positive sum of the three integers?
$\textbf{(A) } 2 \qquad \textbf{(B) } 3 \qquad \textbf{(C) } 5 \qquad \textbf{(D) } 6 \qquad \textbf{(E) } 13$
2016 Saint Petersburg Mathematical Olympiad, 4
The cells of a square $100 \times 100$ table are colored in one of two colors, black or white. A coloring is called admissible if for any row or column, the number $b$ of black colored cells satisfies $50 \le b \le 60$. It is permitted to recolor a cell if by doing so the resulting configuration is still admissible. Prove that one can transition from any admissible coloring of the board to any other using a sequence of valid recoloring operations.
2025 Azerbaijan Junior NMO, 4
A $3\times3$ square is filled with numbers $1;2;3...;9$.The numbers inside four $2\times2$ squares is summed,and arranged in an increasing order. Is it possible to obtain the following sequences as a result of this operation?
$\text{a)}$ $24,24,25,25$
$\text{b)}$ $20,23,26,29$
2010 All-Russian Olympiad Regional Round, 9.5
Dunno wrote down $11$ natural numbers in a circle. For every two adjacent numbers, he calculated their difference. As a result among the differences found there were four units, four twos and three threes. Prove that Dunno made a mistake somewhere an error.
2016 District Olympiad, 4
Let $ I $ be an open real interval, and let be two functions $ f,g:I\longrightarrow\mathbb{R} $ satisfying the identity:
$$ x,y\in I\wedge x\neq y\implies\frac{f(x)-g(y)}{x-y} +|x-y|\ge 0. $$
[b]a)[/b] Prove that $ f,g $ are nondecreasing.
[b]b)[/b] Give a concrete example for $ f\neq g. $
2010 Korea Junior Math Olympiad, 6
Let $n\in\mathbb{N}$ and $p$ is the odd prime number. Define the sequence $a_n$ such that $a_1=pn+1$ and $a_{k+1}=na_k+1$ for all $k \in \mathbb{N}$ . Prove that $a_{p-1}$ is compound number.
2019 PUMaC Geometry A, 1
A right cone in $xyz$-space has its apex at $(0,0,0)$, and the endpoints of a diameter on its base are $(12,13,-9)$ and $(12,-5,15)$. The volume of the cone can be expressed as $a\pi$. What is $a$?