Found problems: 85335
2016 AIME Problems, 3
Let $x,y$ and $z$ be real numbers satisfying the system \begin{align*}
\log_2(xyz-3+\log_5 x) &= 5 \\
\log_3(xyz-3+\log_5 y) &= 4 \\
\log_4(xyz-3+\log_5 z) &= 4.
\end{align*} Find the value of $|\log_5 x|+|\log_5 y|+|\log_5 z|$.
2016 Miklós Schweitzer, 5
Does there exist a piecewise linear continuous function $f:\mathbb{R}\to \mathbb{R}$ such that for any two-way infinite sequence $a_n\in[0,1]$, $n\in\mathbb{Z}$, there exists an $x\in\mathbb{R}$ with
\[
\limsup_{K\to \infty} \frac{\#\{k\le K\,:\, k\in\mathbb{N},f^k(x)\in[n,n+1)\}}{K}=a_n
\]
for all $n\in\mathbb{Z}$, where $f^k=f\circ f\circ \dots\circ f$ stands for the $k$-fold iterate of $f$?
2005 Germany Team Selection Test, 1
Given the positive numbers $a$ and $b$ and the natural number $n$, find the greatest among the $n + 1$ monomials in the binomial expansion of $\left(a+b\right)^n$.
2023 MOAA, 18
Triangle $\triangle{ABC}$ is isosceles with $AB = AC$. Let the incircle of $\triangle{ABC}$ intersect $BC$ and $AC$ at $D$ and $E$ respectively. Let $F \neq A$ be the point such that $DF = DA$ and $EF = EA$. If $AF = 8$ and the circumradius of $\triangle{AED}$ is $5$, find the area of $\triangle{ABC}$.
[i]Proposed by Anthony Yang and Andy Xu[/i]
2011 China Western Mathematical Olympiad, 1
Does there exist any odd integer $n \geq 3$ and $n$ distinct prime numbers $p_1 , p_2, \cdots p_n$ such that all $p_i + p_{i+1} (i = 1,2,\cdots , n$ and $p_{n+1} = p_{1})$ are perfect squares?
2019 Online Math Open Problems, 14
The sum \[\displaystyle\sum_{i=0}^{1000} \dfrac{\dbinom{1000}{i}}{\dbinom{2019}{i}}\] can be expressed in the form $\dfrac{p}{q}$, where $p$ and $q$ are relatively prime positive integers. Compute $p+q$.
[i]Proposed by James Lin[/i]
2018 Tajikistan Team Selection Test, 4
Problem 4. Let a,b be positive real numbers and let x,y be positive real numbers less than 1, such that:
a/(1-x)+b/(1-y)=1
Prove that:
∛ay+∛bx≤1.
2017 Czech And Slovak Olympiad III A, 1
There are $100$ diamonds on the pile, $50$ of which are genuine and $50$ false. We invited a peculiar expert who alone can recognize which are which. Every time we show him some three diamonds, he would pick two and tell (truthfully) how many of them are genuine . Decide whether we can surely detect all genuine diamonds regardless how the expert chooses the pairs to be considered.
2014 Stanford Mathematics Tournament, 10
Let $ABC$ be a triangle with $AB = 12$, $BC = 5$, $AC = 13$. Let$ D$ and $E$ be the feet of the internal and external angle bisectors from $B$, respectively. (The external angle bisector from $B$ bisects the angle between $BC$ and the extension of $AB$.) Let $\omega$ be the circumcircle of $\vartriangle BDE$, extend $AB$ so that it intersects $\omega$ again at $F$. Extend $F C$ to meet $\omega$ again at $X$, and extend $AX$ to meet $\omega$ again at $G$. Find $F G$.
1989 IMO Shortlist, 27
Let $ m$ be a positive odd integer, $ m > 2.$ Find the smallest positive integer $ n$ such that $ 2^{1989}$ divides $ m^n \minus{} 1.$
1950 AMC 12/AHSME, 43
The sum to infinity of $ \frac{1}{7}\plus{}\frac {2}{7^2}\plus{}\frac{1}{7^3}\plus{}\frac{2}{7^4}\plus{}...$ is:
$\textbf{(A)}\ \frac{1}{5} \qquad
\textbf{(B)}\ \dfrac{1}{24} \qquad
\textbf{(C)}\ \dfrac{5}{48} \qquad
\textbf{(D)}\ \dfrac{1}{16} \qquad
\textbf{(E)}\ \text{None of these}$
2007 AMC 8, 12
A unit hexagon is composed of a regular haxagon of side length 1 and its equilateral triangular extensions, as shown in the diagram. What is the ratio of the area of the extensions to the area of the original hexagon?
[asy]
defaultpen(linewidth(0.7));
draw(polygon(3));
pair D=origin+1*dir(270), E=origin+1*dir(150), F=1*dir(30);
draw(D--E--F--cycle);[/asy]
$\textbf{(A)}\: 1:1\qquad \textbf{(B)}\: 6:5\qquad \textbf{(C)}\: 3:2\qquad \textbf{(D)}\: 2:1\qquad \textbf{(E)}\: 3:1\qquad $
1968 German National Olympiad, 2
Which of all planes, the one and the same body diagonal of a cube with the edge length $a$, cuts out a cut figure with the smallest area from the cube? Calculate the area of such a cut figure.
[hide=original wording]Welche von allen Ebenen, die eine und dieselbe Korperdiagonale eines Wurfels mit der Kantenlange a enthalten, schneiden aus den W¨urfel eine Schnittfigur kleinsten Flacheninhaltes heraus? Berechnen
Sie den Fl¨acheninhalt solch einer Schnittfigur![/hide]
1997 Akdeniz University MO, 5
A $ABC$ triangle divide by a $d$ line such that, new two pieces' areas are equal. $d$ line intersects with $[AB]$ at $D$, $[AC]$ at $E$. Prove that
$$\frac{AD+AE}{BD+DE+EC+CB} > \frac{1}{4}$$
2007 AMC 8, 2
Six-hundred fifty students were surveyed about their pasta preferences. The choices were lasagna, manicotti, ravioli and spaghetti. The results of the survey are displayed in the bar graph. What is the ratio of the number of students who preferred spaghetti to the number of students who preferred manicotti?
[asy]
size(200);
defaultpen(linewidth(0.7));
defaultpen(fontsize(8));
draw(origin--(0,250));
int i;
for(i=0; i<6; i=i+1) {
draw((0,50*i)--(5,50*i));
}
filldraw((25,0)--(75,0)--(75,150)--(25,150)--cycle, gray, black);
filldraw((75,0)--(125,0)--(125,100)--(75,100)--cycle, gray, black);
filldraw((125,0)--(175,0)--(175,150)--(125,150)--cycle, gray, black);
filldraw((225,0)--(175,0)--(175,250)--(225,250)--cycle, gray, black);
label("$50$", (0,50), W);
label("$100$", (0,100), W);
label("$150$", (0,150), W);
label("$200$", (0,200), W);
label("$250$", (0,250), W);
label(rotate(90)*"Lasagna", (50,0), S);
label(rotate(90)*"Manicotti", (100,0), S);
label(rotate(90)*"Ravioli", (150,0), S);
label(rotate(90)*"Spaghetti", (200,0), S);
label(rotate(90)*"$\mbox{Number of People}$", (-40,140), W);[/asy]
$\textbf{(A)} \: \frac25\qquad \textbf{(B)} \: \frac12\qquad \textbf{(C)} \: \frac54\qquad \textbf{(D)} \: \frac53\qquad \textbf{(E)} \: \frac52$
2014 India PRMO, 5
If real numbers $a, b, c, d, e$ satisfy $a + 1 = b + 2 = c + 3 = d + 4 = e + 5 = a + b + c + d + e + 3$, what is the value of $a^2 + b^2 + c^2 + d^2 + e^2$ ?
2004 Purple Comet Problems, 11
How far is it from the point $(9, 17)$ to its reflection across the line \[3x + 4y = 15?\]
2010 Contests, 3
Find the largest constant $K>0$ such that for any $0\le k\le K$ and non-negative reals $a,b,c$ satisfying $a^2+b^2+c^2+kabc=k+3$ we have $a+b+c\le 3$.
(Dan Schwarz)
1985 IMO Longlists, 62
A “large” circular disk is attached to a vertical wall. It rotates clockwise with one revolution per minute. An insect lands on the disk and immediately starts to climb vertically upward with constant speed $\frac{\pi}{3}$ cm per second (relative to the disk). Describe the path of the insect
[i](a)[/i] relative to the disk;
[i](b)[/i] relative to the wall.
2002 National Olympiad First Round, 4
How many real roots does the polynomial $x^5 + x^4 - x^3 - x^2 - 2x - 2$ have?
$
\textbf{a)}\ 1
\qquad\textbf{b)}\ 2
\qquad\textbf{c)}\ 3
\qquad\textbf{d)}\ 4
\qquad\textbf{e)}\ \text{None of above}
$
2005 Federal Math Competition of S&M, Problem 4
On each cell of a $2005\times2005$ chessboard, there is a marker. In each move, we are allowed to remove a marker that is a neighbor to an even number of markers (but at least one). Two markers are considered neighboring if their cells share a vertex.
(a) Find the least number $n$ of markers that we can end up with on the chessboard.
(b) If we end up with this minimum number $n$ of markers, prove that no two of them will be neighboring.
1992 IMO Shortlist, 20
In the plane let $\,C\,$ be a circle, $\,L\,$ a line tangent to the circle $\,C,\,$ and $\,M\,$ a point on $\,L$. Find the locus of all points $\,P\,$ with the following property: there exists two points $\,Q,R\,$ on $\,L\,$ such that $\,M\,$ is the midpoint of $\,QR\,$ and $\,C\,$ is the inscribed circle of triangle $\,PQR$.
1969 IMO Longlists, 28
$(GBR 5)$ Let us define $u_0 = 0, u_1 = 1$ and for $n\ge 0, u_{n+2} = au_{n+1}+bu_n, a$ and $b$ being positive integers. Express $u_n$ as a polynomial in $a$ and $b.$ Prove the result. Given that $b$ is prime, prove that $b$ divides $a(u_b -1).$
1967 Vietnam National Olympiad, 2
A river flows at speed u. A boat has speed v relative to the water. If its velocity is at an angle $\alpha$ relative the direction of the river, what is its speed relative to the river bank? What $\alpha$ minimises the time taken to cross the river?
1997 Korea National Olympiad, 2
For positive integer $n,$ let $a_n=\sum_{k=0}^{[\frac{n}{2}]}\binom{n-2}{k}(-\frac{1}{4})^k.$
Find $a_{1997}.$ (For real $x,$ $[x]$ is defined as largest integer that does not exceeds $x.$)