Found problems: 85335
1999 Croatia National Olympiad, Problem 3
The vertices of a triangle with sides $a\ge b\ge c$ are centers of three circles, such that no two of the circles have common interior points and none contains any other vertex of the triangle. Determine the maximum possible total area of these three circles.
2002 Tournament Of Towns, 7
Do there exist irrational numbers $a,b$ both greater than $1$, such that $\lfloor{a^m}\rfloor\neq \lfloor{b^n}\rfloor$ for all $m,n\in\mathbb{N}$ ?
2013 Today's Calculation Of Integral, 866
Given a solid $R$ contained in a semi cylinder with the hight $1$ which has a semicircle with radius $1$ as the base. The cross section at the hight $x\ (0\leq x\leq 1)$ is the form combined with two right-angled triangles as attached figure as below. Answer the following questions.
(1) Find the cross-sectional area $S(x)$ at the hight $x$.
(2) Find the volume of $R$. If necessary, when you integrate, set $x=\sin t.$
1997 Czech and Slovak Match, 6
In a certain language there are only two letters, $A$ and $B$. The words of this language obey the following rules:
(i) The only word of length $1$ is $A$;
(ii) A sequence of letters $X_1X_2...X_{n+1}$, where $X_i\in \{A,B\}$ for each $i$, forms a word of length $n+1$ if and only if it contains at least one letter $A$ and is not of the form $WA$ for a word $W$ of length $n$.
Show that the number of words consisting of $1998 A$’s and $1998 B$’s and not beginning with $AA$ equals $\binom{3995}{1997}-1$
2019 Ramnicean Hope, 1
Calculate $ \lim_{n\to\infty }\left(\lim_{x\to 0} \left( -\frac{n}{x}+1+\frac{1}{x}\sum_{r=2}^{n+1}\sqrt[r!]{1+\sin rx}\right)\right) . $
[i]Constantin Rusu[/i]
2006 Alexandru Myller, 2
$ ABC $ is a triangle with $ \angle BCA= 90^{\circ } $ and $ D,E $ on sides $ BC,CA, $ rspectively, so that $ \frac{BD}{AC}=\frac{AE}{CD}=k. $ The line $ BE $ meets $ AD $ at $ O. $ Show that $ \angle BOD =60^{\circ } $ if and only if $ k=\sqrt 3. $
2009 South africa National Olympiad, 4
Let $x_1,x_2,\dots,x_n$ be a finite sequence of real numbersm mwhere $0<x_i<1$ for all $i=1,2,\dots,n$. Put $P=x_1x_2\cdots x_n$, $S=x_1+x_2+\cdots+x_n$ and $T=\frac{1}{x_1}+\frac{1}{x_2}+\cdots+\frac{1}{x_n}$. Prove that
\[\frac{T-S}{1-P}>2.\]
2017 Bosnia And Herzegovina - Regional Olympiad, 2
Let $ABC$ be an isosceles triangle such that $AB=AC$. Find angles of triangle $ABC$ if
$\frac{AB}{BC}=1+2\cos{\frac{2\pi}{7}}$
2016 Brazil Team Selection Test, 1
We say that a triangle $ABC$ is great if the following holds: for any point $D$ on the side $BC$, if $P$ and $Q$ are the feet of the perpendiculars from $D$ to the lines $AB$ and $AC$, respectively, then the reflection of $D$ in the line $PQ$ lies on the circumcircle of the triangle $ABC$. Prove that triangle $ABC$ is great if and only if $\angle A = 90^{\circ}$ and $AB = AC$.
[i]Senior Problems Committee of the Australian Mathematical Olympiad Committee[/i]
2021 LMT Fall, 4
Zandrew Hao has $n^2$ dollars, where $n$ is an integer. He is a massive fan of the singer Pachary Zerry, and he wants to buy many copies of his $3$ albums, which cost $\$8$, $\$623$, and $\$835$ (two of them are very rare). Find the sum of the $3$ greatest values of $n$ such that Zandrew can't spend all of his money on albums.
2000 Romania National Olympiad, 4
Prove that a nontrivial finite ring is not a skew field if and only if the equation $ x^n+y^n=z^n $ has nontrivial solutions in this ring for any natural number $ n. $
1969 IMO Shortlist, 5
$(BEL 5)$ Let $G$ be the centroid of the triangle $OAB.$
$(a)$ Prove that all conics passing through the points $O,A,B,G$ are hyperbolas.
$(b)$ Find the locus of the centers of these hyperbolas.
2006 Bosnia and Herzegovina Junior BMO TST, 3
Let $a, b, c, d$ be positive integers such that $ab = cd$. Prove that $w = a^{2006} + b^{2006} + c^{2006} + d^{2006}$ is composite.
2010 Germany Team Selection Test, 1
In the plane we have points $P,Q,A,B,C$ such triangles $APQ,QBP$ and $PQC$ are similar accordantly (same direction). Then let $A'$ ($B',C'$ respectively) be the intersection of lines $BP$ and $CQ$ ($CP$ and $AQ;$ $AP$ and $BQ,$ respectively.) Show that the points $A,B,C,A',B',C'$ lie on a circle.
2010 Purple Comet Problems, 16
The triangle $ABC$ has sides lengths $AB = 39$, $BC = 57$, and $CA = 70$ as shown. Median $\overline{AD}$ is divided into three congruent segments by points $E$ and $F$. Lines $BE$ and $BF$ intersect side $\overline{AC}$ at points $G$ and $H$, respectively. Find the distance from $G$ to $H$.
[asy]
import graph; size(7cm);
real labelscalefactor = 0.5;
pen dps = linewidth(0.7) + fontsize(10); defaultpen(dps);
pair A = (-2,0), B = (3,0), D = (0,4), C = (0.5,0), F = (0.17,2.66), G = (0.6,3.2), H = (1.5,2);
draw(A--B);
draw(D--B);
draw(D--A);
draw(D--C);
draw(G--A);
draw(A--H);
label("$ A $",(-0.16,4.6),SE*labelscalefactor);
label("$ B $",(-2.66,0.3),SE*labelscalefactor);
label("$ C $",(3.34,0.18),SE*labelscalefactor);
label("$ D $",(0.28,-0.1),SE*labelscalefactor);
label("$ E $",(0.44,1.4),SE*labelscalefactor);
label("$ F $",(-0.24,3.15),SE*labelscalefactor);
label("$ H $",(0.82,3.6),SE*labelscalefactor);
label("$G$",(1.84,2.25),SE*labelscalefactor);
label("39",(-1.68,2.5),SE*labelscalefactor);
label("57",(0.3,-0.74),SE*labelscalefactor);
label("70",(2,2.98),SE*labelscalefactor);
dot(A);
dot(B);
dot(D);
dot(C);
dot((0.33,1.33));
dot(F);
dot(G);
dot(H); [/asy]
2022 Durer Math Competition Finals, 5
$n$ people sitting at a round table. In the beginning, everyone writes down a positive number $n$ on piece of paper in front of them. From now on, in every minute, they write down the number that they get if they subtract the number of their right-hand neighbour from their own number. They write down the new number and erase the original. Give those number $n$ that there exists an integer $k$ in a way that regardless of the starting numbers, after $k$ minutes, everyone will have a number that is divisible by $n$.
2023 Junior Balkan Team Selection Tests - Romania, P2
Suppose that $a, b,$ and $c$ are positive real numbers such that
$$a + b + c \ge \frac{1}{a} + \frac{1}{b} + \frac{1}{c}.$$
Find the largest possible value of the expression
$$\frac{a + b - c}{a^3 + b^3 + abc} + \frac{b + c - a}{b^3 + c^3 + abc} + \frac{c + a - b}{c^3 + a^3 + abc}.$$
2018 Iran MO (3rd Round), 4
for acute triangle $\triangle ABC$ with orthocenter $H$, and $E,F$ the feet of altitudes for $B,C$, we have $P$ on $EF$ such as that $HO \perp HP$. $Q$ is on segment $AH$ so $HM \perp PQ$. prove $QA=3QH$
2004 Junior Balkan Team Selection Tests - Moldova, 8
The positive real numbers $a$ and $b$ ($a> b$) are written on the board. At every step, with numbers written on the board, one of the following operations can be performed:
a) choose one of the numbers and write its square or its inverse.
b) choose two numbers written on the board ¸and write their sum or their positive difference.
Show how the product $a \cdot b$ can be obtained with the help of the defined operations.
2005 IMO Shortlist, 1
Given a triangle $ABC$ satisfying $AC+BC=3\cdot AB$. The incircle of triangle $ABC$ has center $I$ and touches the sides $BC$ and $CA$ at the points $D$ and $E$, respectively. Let $K$ and $L$ be the reflections of the points $D$ and $E$ with respect to $I$. Prove that the points $A$, $B$, $K$, $L$ lie on one circle.
[i]Proposed by Dimitris Kontogiannis, Greece[/i]
2014 JHMMC 7 Contest, 21
Kelvin the Frog and Alex the Kat play a game. Kelvin the Frog goes first, and they alternate rolling a standard $6\text{-sided die.} If they roll an even number or a number that was previously rolled, they win. What is the probability that Alex
wins?
2010 NZMOC Camp Selection Problems, 2
In a convex pentagon $ABCDE$ the areas of the triangles $ABC, ABD, ACD$ and $ADE$ are all equal to the same value x. What is the area of the triangle $BCE$?
1984 IMO Longlists, 64
For a matrix $(p_{ij})$ of the format $m\times n$ with real entries, set
\[a_i =\displaystyle\sum_{j=1}^n p_{ij}\text{ for }i = 1,\cdots,m\text{ and }b_j =\displaystyle\sum_{i=1}^m p_{ij}\text{ for }j = 1, . . . , n\longrightarrow(1)\]
By integering a real number, we mean replacing the number with the integer closest to it. Prove that integering the numbers $a_i, b_j, p_{ij}$ can be done in such a way that $(1)$ still holds.
PEN L Problems, 8
Let $\{x_{n}\}_{n\ge0}$ and $\{y_{n}\}_{n\ge0}$ be two sequences defined recursively as follows \[x_{0}=1, \; x_{1}=4, \; x_{n+2}=3 x_{n+1}-x_{n},\] \[y_{0}=1, \; y_{1}=2, \; y_{n+2}=3 y_{n+1}-y_{n}.\] [list=a][*] Prove that ${x_{n}}^{2}-5{y_{n}}^{2}+4=0$ for all non-negative integers. [*] Suppose that $a$, $b$ are two positive integers such that $a^{2}-5b^{2}+4=0$. Prove that there exists a non-negative integer $k$ such that $a=x_{k}$ and $b=y_{k}$.[/list]
2004 AMC 12/AHSME, 5
On a trip from the United States to Canada, Isabella took $ d$ U.S. dollars. At the border she exchanged them all, receiving $ 10$ Canadian dollars for every $ 7$ U.S. dollars. After spending $ 60$ Canadian dollars, she had $ d$ Canadian dollars left. What is the sum of the digits of $ d$?
$ \textbf{(A)}\ 5\qquad
\textbf{(B)}\ 6\qquad
\textbf{(C)}\ 7\qquad
\textbf{(D)}\ 8\qquad
\textbf{(E)}\ 9$