Found problems: 85335
2000 JBMO ShortLists, 18
A triangle $ABC$ is given. Find all the segments $XY$ that lie inside the triangle such that $XY$ and five of the segments $XA,XB, XC, YA,YB,YC$ divide the triangle $ABC$ into $5$ regions with equal areas. Furthermore, prove that all the segments $XY$ have a common point.
1960 Miklós Schweitzer, 7
[b]7.[/b] Define the generalized derivative at $x_0$ of the function $f(x)$ by
$\lim_{h \to 0} 2 \frac{ \frac{1}{h} \int_{x_0}^{x_0+h} f(t) dt - f(x_0)}{h}$
Show that there exists a function, continuous everywhere, which is nowhere differentiable in this general sense [b]( R. 8)[/b]
2007 China Team Selection Test, 1
Let $ ABC$ be a triangle. Circle $ \omega$ passes through points $ B$ and $ C.$ Circle $ \omega_{1}$ is tangent internally to $ \omega$ and also to sides $ AB$ and $ AC$ at $ T,\, P,$ and $ Q,$ respectively. Let $ M$ be midpoint of arc $ BC\, ($containing $ T)$ of $ \omega.$ Prove that lines $ PQ,\,BC,$ and $ MT$ are concurrent.
2023 Romania National Olympiad, 2
Determine all triples $(a,b,c)$ of integers that simultaneously satisfy the following relations:
\begin{align*}
a^2 + a = b + c, \\
b^2 + b = a + c, \\
c^2 + c = a + b.
\end{align*}
2018 USAMTS Problems, 4:
Right triangle $\triangle{}ABC$ has $\angle{}C=90^{\circ{}}$. A fly is trapped inside $\triangle{}ABC$. It starts at point $D$, the foot of the altitude from $C$ to $\overline{AB}$, and then makes a (finite) sequence of moves. In each move, it flies in a direction parallel to either $\overline{AC}$ or $\overline{BC}$; upon reaching a leg of the triangle, it then flies to a point on $\overline{AB}$ in a direction parallel to $\overline{CD}$. For example, on its first move, the fly can move to either of the points $Y_1$ or $Y_2$, as shown.
[asy]
pair C = (0,0);
pair A = (0,4);
pair B = (5,0);
draw(C--A);
draw(C--B);
draw(B--A);
dot(A);
dot(B);
dot(C);
label("$A$",A,NW);
label("$C$",C,SW);
label("$B$",B,SE);
pair D = foot(C,A,B);
draw(C--D,dotted);
label("$D$",D,NE);
dot(D);
draw(rightanglemark(A,C,B));
pair B1 = foot(D,C,B);
draw(D--B1,dotted);
pair A1 = foot(D,A,C);
draw(D--A1,dotted);
pair Y1 = foot(A1,A,D);
draw(A1--Y1,dotted);
dot(Y1);
label("$Y_1$",Y1,NE);
pair Y2 = foot(B1,D,B);
draw(B1--Y2,dotted);
dot(Y2);
label("$Y_2$",Y2,NE);
draw(rightanglemark(C,A1,D));
draw(rightanglemark(C,B1,D));
draw(rightanglemark(B1,Y2,D));
draw(rightanglemark(A1,Y1,D));
draw(rightanglemark(C,D,A));
[/asy]
Let $P$ and $Q$ be distinct points on $\overline{AB}$. Show that the fly can reach some point on $\overline{PQ}$.
2005 Estonia National Olympiad, 3
Rein solved a test on mathematics that consisted of questions on algebra, geometry and logic. After checking the results, it occurred that Rein had answered correctly $50\%$ of questions on algebra, $70\%$ of questions on geometry and $80\%$ of questions on logic. Thereby, Rein had answered correctly altogether $62\%$ of questions on algebra and logic, and altogether $74\%$ of questions on geometry and logic. What was the percentage of correctly answered questions throughout all the test by Rein?
2016 Czech-Polish-Slovak Match, 2
Prove that for every non-negative integer $n$ there exist integers $x, y, z$ with $gcd(x, y, z) = 1$, such that $x^2 + y^2 + z^2 = 3^{2^n}$.(Poland)
2011 N.N. Mihăileanu Individual, 2
Let $ 0 $ be a root for a polynom $ f\in\mathbb{R}[X] $ that has the property that $ f(X^2-X+1) =f^2(X)-f(X)+1. $
Determine this polynom.
[i]Nelu Chichirim[/i]
2009 Purple Comet Problems, 15
We have twenty-seven $1$ by $1$ cubes. Each face of every cube is marked with a natural number so that two opposite faces (top and bottom, front and back, left and right) are always marked with an even number and an odd number where the even number is twice that of the odd number. The twenty-seven cubes are put together to form one $3$ by $3$ cube as shown. When two cubes are placed face-to-face, adjoining faces are always marked with an odd number and an even number where the even number is one greater than the odd number. Find the sum of all of the numbers on all of the faces of all the $1$ by $1$ cubes.
[asy]
import graph; size(7cm);
real labelscalefactor = 0.5;
pen dps = linewidth(0.7) + fontsize(10); defaultpen(dps);
draw((-1,7)--(-1,4));
draw((-1,9.15)--(-3.42,8.21));
draw((-1,9.15)--(1.42,8.21));
draw((-1,7)--(1.42,8.21));
draw((1.42,7.21)--(-1,6));
draw((1.42,6.21)--(-1,5));
draw((1.42,5.21)--(-1,4));
draw((1.42,8.21)--(1.42,5.21));
draw((-3.42,8.21)--(-3.42,5.21));
draw((-3.42,7.21)--(-1,6));
draw((-3.42,8.21)--(-1,7));
draw((-1,4)--(-3.42,5.21));
draw((-3.42,6.21)--(-1,5));
draw((-2.61,7.8)--(-2.61,4.8));
draw((-1.8,4.4)--(-1.8,7.4));
draw((-0.2,7.4)--(-0.2,4.4));
draw((0.61,4.8)--(0.61,7.8));
label("2",(-1.07,9.01),SE*labelscalefactor);
label("9",(-1.88,8.65),SE*labelscalefactor);
label("1",(-2.68,8.33),SE*labelscalefactor);
label("3",(-0.38,8.72),SE*labelscalefactor);
draw((-1.8,7.4)--(0.63,8.52));
draw((-0.27,8.87)--(-2.61,7.8));
draw((-2.65,8.51)--(-0.2,7.4));
draw((-1.77,8.85)--(0.61,7.8));
label("7",(-1.12,8.33),SE*labelscalefactor);
label("5",(-1.9,7.91),SE*labelscalefactor);
label("1",(0.58,8.33),SE*labelscalefactor);
label("18",(-0.36,7.89),SE*labelscalefactor);
label("1",(-1.07,7.55),SE*labelscalefactor);
label("1",(-0.66,6.89),SE*labelscalefactor);
label("5",(-0.68,5.8),SE*labelscalefactor);
label("1",(-0.68,4.83),SE*labelscalefactor);
label("2",(0.09,7.27),SE*labelscalefactor);
label("1",(0.15,6.24),SE*labelscalefactor);
label("2",(0.11,5.26),SE*labelscalefactor);
label("1",(0.89,7.61),SE*labelscalefactor);
label("3",(0.89,6.63),SE*labelscalefactor);
label("9",(0.92,5.62),SE*labelscalefactor);
label("18",(-3.18,7.63),SE*labelscalefactor);
label("2",(-3.07,6.61),SE*labelscalefactor);
label("2",(-3.09,5.62),SE*labelscalefactor);
label("1",(-2.29,7.25),SE*labelscalefactor);
label("3",(-2.27,6.22),SE*labelscalefactor);
label("5",(-2.29,5.2),SE*labelscalefactor);
label("7",(-1.49,6.89),SE*labelscalefactor);
label("34",(-1.52,5.81),SE*labelscalefactor);
label("1",(-1.41,4.86),SE*labelscalefactor); [/asy]
2022 BMT, 12
Parallelograms $ABGF$, $CDGB$ and $EFGD$ are drawn so that $ABCDEF$ is a convex hexagon, as shown. If $\angle ABG = 53^o$ and $\angle CDG = 56^o$, what is the measure of $\angle EFG$, in degrees?
[img]https://cdn.artofproblemsolving.com/attachments/9/f/79d163662e02bc40d2636a76b73f632e59d584.png[/img]
2024 HMNT, 8
Derek is bored in math class and is drawing a flower. He first draws $8$ points $A_1, A_2, \ldots, A_8$ equally spaced around an enormous circle. He then draws $8$ arcs outside the circle where the $i$th arc for $i = 1, 2, \ldots, 8$ has endpoints $A_i, A_{i+1}$ with $A_9 = A_1,$ such that all of the arcs have radius $1$ and any two consecutive arcs are tangent. Compute the perimeter of Derek’s $8$-petaled flower (not including the central circle).
[center]
[img]
https://cdn.artofproblemsolving.com/attachments/8/4/e8b23c587762c089adb77b29cae155209f5db5.png
[/img]
[/center]
2015 CCA Math Bonanza, I6
How many positive integers less than or equal to $1000$ are divisible by $2$ and $3$ but not by $5$?
[i]2015 CCA Math Bonanza Individual Round #6[/i]
2013 Poland - Second Round, 4
Solve equation
$(x^4 + 3y^2)\sqrt{|x + 2| + |y|}=4|xy^2|$
in real numbers $x$, $y$.
1993 APMO, 2
Find the total number of different integer values the function \[ f(x) = [x] + [2x] + [\frac{5x}{3}] + [3x] + [4x] \] takes for real numbers $x$ with $0 \leq x \leq 100$.
2009 JBMO Shortlist, 1
Determine all integers $a, b, c$ satisfying identities:
$a + b + c = 15$
$(a - 3)^3 + (b - 5)^3 + (c -7)^3 = 540$
2006 QEDMO 3rd, 1
Peter is a pentacrat and spends his time drawing pentagrams.
With the abbreviation $\left|XYZ\right|$ for the area of an arbitrary triangle $XYZ$, he notes that any convex pentagon $ABCDE$ satisfies the equality
$\left|EAC\right|\cdot\left|EBD\right|=\left|EAB\right|\cdot\left|ECD\right|+\left|EBC\right|\cdot\left|EDA\right|$.
Guess what you are supposed to do and do it.
2017 Harvard-MIT Mathematics Tournament, 16
Let $a$ and $b$ be complex numbers satisfying the two equations
\begin{align*}
a^3 - 3ab^2 & = 36 \\
b^3 - 3ba^2 & = 28i.
\end{align*}
Let $M$ be the maximum possible magnitude of $a$. Find all $a$ such that $|a| = M$.
2002 Moldova National Olympiad, 2
From a set of consecutive natural numbers one number is excluded so that the aritmetic mean of the remaining numbers is $ 50.55$. Find the initial set of numbers and the excluded number.
2012 IFYM, Sozopol, 8
In a non-isosceles $\Delta ABC$ with angle bisectors $AL_a$, $BL_b$, and $CL_c$ we have that $L_aL_c=L_bL_c$. Prove that $\angle C$ is smaller than $120^\circ$.
2007 IMC, 4
Let $ n > 1$ be an odd positive integer and $ A = (a_{ij})_{i, j = 1..n}$ be the $ n \times n$ matrix with
\[ a_{ij}= \begin{cases}2 & \text{if }i = j \\ 1 & \text{if }i-j \equiv \pm 2 \pmod n \\ 0 & \text{otherwise}\end{cases}.\]
Find $ \det A$.
1973 AMC 12/AHSME, 2
One thousand unit cubes are fastened together to form a large cube with edge length 10 units; this is painted and then separated into the original cubes. The number of these unit cubes which have at least one face painted is
$ \textbf{(A)}\ 600 \qquad
\textbf{(B)}\ 520 \qquad
\textbf{(C)}\ 488 \qquad
\textbf{(D)}\ 480 \qquad
\textbf{(E)}\ 400$
2017 Online Math Open Problems, 13
On a real number line, the points $1, 2, 3, \dots, 11$ are marked. A grasshopper starts at point $1$, then jumps to each of the other $10$ marked points in some order so that no point is visited twice, before returning to point $1$. The maximal length that he could have jumped in total is $L$, and there are $N$ possible ways to achieve this maximum. Compute $L+N$.
[i]Proposed by Yannick Yao[/i]
2019 Jozsef Wildt International Math Competition, W. 11
Let $(s_n)_{n\geq 1}$ be a sequence given by $s_n=-2\sqrt{n}+\sum \limits_{k=1}^n\frac{1}{\sqrt{k}}$ with $\lim \limits_{n \to \infty}s_n=s=$Ioachimescu constant and $(a_n)_{n\geq 1}$ , $(b_n)_{n\geq 1}$ be a positive real sequences such that $$\lim \limits_{n\to \infty}\frac{a_{n+1}}{na_n}=a\in \mathbb{R}^*_+, \lim \limits_{n\to \infty}\frac{b_{n+1}}{b_n\sqrt{n}}=b\in \mathbb{R}^*_+$$Compute$$\lim \limits_{n\to \infty}\left(1+e^{s_n}-e^{s_{n+1}}\right)^{\sqrt[n]{a_nb_n}}$$
1973 All Soviet Union Mathematical Olympiad, 187
Prove that for every positive $x_1, x_2, x_3, x_4, x_5$ holds inequality:
$$(x_1 + x_2 + x_3 + x_4 + x_5)^2 \ge 4(x_1x_2 + x_3x_4 + x_5x_1 + x_2x_3 + x_4x_5)$$
2019 Turkey MO (2nd round), 2
Let $d(n)$ denote the number of divisors of a positive integer $n$. If $k$ is a given odd number, prove that there exist an increasing arithmetic progression in positive integers $(a_1,a_2,\ldots a_{2019}) $ such that $gcd(k,d(a_1)d(a_2)\ldots d(a_{2019})) =1$