Found problems: 25757
1992 Brazil National Olympiad, 3
Given positive real numbers $x_1, x_2, \ldots , x_n$ find the polygon $A_0A_1\ldots A_n$ with $A_iA_{i+1} = x_{i+1}$ and which has greatest area.
2018 VJIMC, 1
Every point of the rectangle $R=[0,4] \times [0,40]$ is coloured using one of four colours. Show that there exist four points in $R$ with the same colour that form a rectangle having integer side lengths.
2019 Ecuador NMO (OMEC), 6
Let $n\ge 3$ be a positive integer. Danielle draws a math flower on the plane Cartesian as follows: first draw a unit circle centered on the origin, then draw a polygon of $n$ vertices with both rational coordinates on the circumference so that it has two diametrically opposite vertices, on each side draw a circumference that has the diameter of that side, and finally paints the area inside the $n$ small circles but outside the unit circle. If it is known that the painted area is rational, find all possible polygons drawn by Danielle.
Kvant 2024, M2784
The bisectors $AD{}$ and $BE{}$ were drawn in the triangle $ABC{}$ and they intersected at point $I{}.$ Then everything was erased, leaving only the points $D{}$ and $E{}.$ Find the set of possible positions of the point $I{}.$
[i]Proposed by M. Didin[/i]
2020 Tournament Of Towns, 2
At heights $AA_0, BB_0, CC_0$ of an acute-angled non-equilateral triangle $ABC$, points $A_1, B_1, C_1$ were marked, respectively, so that $AA_1 = BB_1 = CC_1 = R$, where $R$ is the radius of the circumscribed circle of triangle $ABC$. Prove that the center of the circumscribed circle of the triangle $A_1B_1C_1$ coincides with the center of the inscribed circle of triangle $ABC$.
E. Bakaev
2015 Romania Team Selection Tests, 1
Let $ABC$ be a triangle, let $O$ be its circumcenter, let $A'$ be the orthogonal projection of $A$ on the line $BC$, and let $X$ be a point on the open ray $AA'$ emanating from $A$. The internal bisectrix of the angle $BAC$ meets the circumcircle of $ABC$ again at $D$. Let $M$ be the midpoint of the segment $DX$. The line through $O$ and parallel to the line $AD$ meets the line $DX$ at $N$. Prove that the angles $BAM$ and $CAN$ are equal.
2010 Romania Team Selection Test, 3
Let $\mathcal{L}$ be a finite collection of lines in the plane in general position (no two lines in $\mathcal{L}$ are parallel and no three are concurrent). Consider the open circular discs inscribed in the triangles enclosed by each triple of lines in $\mathcal{L}$. Determine the number of such discs intersected by no line in $\mathcal{L}$, in terms of $|\mathcal{L}|$.
[i]B. Aronov et al.[/i]
2016 Tournament Of Towns, 5
Is it possible to cut a square of side $1$ into two parts and rearrange them so that one can cover a circle having diameter greater than $1$?
(Note: any circle with diameter greater than $1$ suffices)
[i](A. Shapovalov)[/i]
(Translated from [url=http://sasja.shap.homedns.org/Turniry/TG/index.html]here.[/url])
2023 Bulgarian Autumn Math Competition, 11.2
The points $A_1, B_1, C_1$ are chosen on the sides $BC, CA, AB$ of a triangle $ABC$ so that $BA_1=BC_1$ and $CA_1=CB_1$. The lines $C_1A_1$ and $A_1B_1$ meet the line through $A$, parallel to $BC$, at $P, Q$. Let the circumcircles of the triangles $APC_1$ and $AQB_1$ meet at $R$. Given that $R$ lies on $AA_1$, show that $R$ lies on the incircle of $ABC$.
2011 Sharygin Geometry Olympiad, 19
Does there exist a nonisosceles triangle such that the altitude from one vertex, the bisectrix from the second one and the median from the third one are equal?
XMO (China) 2-15 - geometry, 15.1
As shown in the figure, in the quadrilateral $ABCD$, $AB\perp BC$, $AD\perp CD$, let $E$ be a point on line $BD$ such that $EC = CA$. The line perpendicular on line$ AC$ passing through $E$, intersects line $AB$ at point $F$, and line $AD$ at point $G$. Let $X$ and $Y$ the midpoints of line segments $AF$ and $AG$ respectively. Let $Z$ and $W$ be the midpoints of line segments $BE$ and $DE$ respectively. Prove that the circumscribed circle of $\vartriangle WBX$ is tangent to the circumscribed circle of $\vartriangle ZDY$.
[img]https://cdn.artofproblemsolving.com/attachments/0/3/1f6fca7509e6fd6cad662b42abd236fd4858ca.jpg[/img]
2009 Today's Calculation Of Integral, 512
Evaluate $ \int_0^{n\pi} \sqrt{1\minus{}\sin t}\ dt\ (n\equal{}1,\ 2,\ \cdots).$
2011 AIME Problems, 8
In triangle $ABC$, $BC = 23$, $CA = 27$, and $AB = 30$. Points $V$ and $W$ are on $\overline{AC}$ with $V$ on $\overline{AW}$, points $X$ and $Y$ are on $\overline{BC}$ with $X$ on $\overline{CY}$, and points $Z$ and $U$ are on $\overline{AB}$ with $Z$ on $\overline{BU}$. In addition, the points are positioned so that $\overline{UV} \parallel \overline{BC}$, $\overline{WX} \parallel \overline{AB}$, and $\overline{YZ} \parallel \overline{CA}$. Right angle folds are then made along $\overline{UV}$, $\overline{WX}$, and $\overline{YZ}$. The resulting figure is placed on a level floor to make a table with triangular legs. Let $h$ be the maximum possible height of a table constructed from triangle $ABC$ whose top is parallel to the floor. Then $h$ can be written in the form $\tfrac{k \sqrt{m}}{n}$, where $k$ and $n$ are relatively prime positive integers and $m$ is a positive integer that is not divisible by the square of any prime. Find $k + m + n$.
[asy]
unitsize(1 cm);
pair translate;
pair[] A, B, C, U, V, W, X, Y, Z;
A[0] = (1.5,2.8);
B[0] = (3.2,0);
C[0] = (0,0);
U[0] = (0.69*A[0] + 0.31*B[0]);
V[0] = (0.69*A[0] + 0.31*C[0]);
W[0] = (0.69*C[0] + 0.31*A[0]);
X[0] = (0.69*C[0] + 0.31*B[0]);
Y[0] = (0.69*B[0] + 0.31*C[0]);
Z[0] = (0.69*B[0] + 0.31*A[0]);
translate = (7,0);
A[1] = (1.3,1.1) + translate;
B[1] = (2.4,-0.7) + translate;
C[1] = (0.6,-0.7) + translate;
U[1] = U[0] + translate;
V[1] = V[0] + translate;
W[1] = W[0] + translate;
X[1] = X[0] + translate;
Y[1] = Y[0] + translate;
Z[1] = Z[0] + translate;
draw (A[0]--B[0]--C[0]--cycle);
draw (U[0]--V[0],dashed);
draw (W[0]--X[0],dashed);
draw (Y[0]--Z[0],dashed);
draw (U[1]--V[1]--W[1]--X[1]--Y[1]--Z[1]--cycle);
draw (U[1]--A[1]--V[1],dashed);
draw (W[1]--C[1]--X[1]);
draw (Y[1]--B[1]--Z[1]);
dot("$A$",A[0],N);
dot("$B$",B[0],SE);
dot("$C$",C[0],SW);
dot("$U$",U[0],NE);
dot("$V$",V[0],NW);
dot("$W$",W[0],NW);
dot("$X$",X[0],S);
dot("$Y$",Y[0],S);
dot("$Z$",Z[0],NE);
dot(A[1]);
dot(B[1]);
dot(C[1]);
dot("$U$",U[1],NE);
dot("$V$",V[1],NW);
dot("$W$",W[1],NW);
dot("$X$",X[1],dir(-70));
dot("$Y$",Y[1],dir(250));
dot("$Z$",Z[1],NE);
[/asy]
2007 Bulgarian Autumn Math Competition, Problem 9.1
We're given the functions $f(x)=|x-1|-|x-2|$ and $g(x)=|x-3|$.
a) Draw the graph of the function $f(x)$.
b) Determine the area of the section enclosed by the functions $f(x)$ and $g(x)$.
Russian TST 2019, P3
Let $O$ be the circumcentre, and $\Omega$ be the circumcircle of an acute-angled triangle $ABC$. Let $P$ be an arbitrary point on $\Omega$, distinct from $A$, $B$, $C$, and their antipodes in $\Omega$. Denote the circumcentres of the triangles $AOP$, $BOP$, and $COP$ by $O_A$, $O_B$, and $O_C$, respectively. The lines $\ell_A$, $\ell_B$, $\ell_C$ perpendicular to $BC$, $CA$, and $AB$ pass through $O_A$, $O_B$, and $O_C$, respectively. Prove that the circumcircle of triangle formed by $\ell_A$, $\ell_B$, and $\ell_C$ is tangent to the line $OP$.
2019 Brazil National Olympiad, 4
Let $ ABC $ be an acutangle triangle and $ D $ any point on the $ BC $ side. Let $ E $ be the symmetrical of $ D $ in
$ AC $ and $ F $ is the symmetrical $ D $ relative to $ AB $. $ A $ straight $ ED $ intersects straight $ AB $ at $ G $, while straight $ F D $ intersects the line $ AC $ in $ H $. Prove that the points $ A, E, F, G$ and $ H $ are on the same circumference.
2014 Harvard-MIT Mathematics Tournament, 9
Given $a$, $b$, and $c$ are complex numbers satisfying
\[ a^2+ab+b^2=1+i \]
\[ b^2+bc+c^2=-2 \]
\[ c^2+ca+a^2=1, \]
compute $(ab+bc+ca)^2$. (Here, $i=\sqrt{-1}$)
2003 All-Russian Olympiad Regional Round, 11.7
Given a tetrahedron $ABCD.$ The sphere $\omega$ inscribed in it touches the face $ABC$ at point $T$. Sphere $\omega' $ touches face $ABC$ at point $T'$ and extensions of faces $ABD$, $BCD$, $CAD$. Prove that the lines $AT$ and $AT'$ are symmetric wrt bisector of angle $\angle BAC$
1956 Poland - Second Round, 2
Prove that if $ H $ is the point of intersection of the altitudes of a non-right triangle $ ABC $, then the circumcircles of the triangles $ AHB $, $ BHC $, $ CHA $ and $ ABC $ are equal.
2009 ISI B.Stat Entrance Exam, 7
Show that the vertices of a regular pentagon are concyclic. If the length of each side of the pentagon is $x$, show that the radius of the circumcircle is $\frac{x}{2\sin 36^\circ}$.
1990 IMO Shortlist, 10
A plane cuts a right circular cone of volume $ V$ into two parts. The plane is tangent to the circumference of the base of the cone and passes through the midpoint of the altitude. Find the volume of the smaller part.
[i]Original formulation:[/i]
A plane cuts a right circular cone into two parts. The plane is tangent to the circumference of the base of the cone and passes through the midpoint of the altitude. Find the ratio of the volume of the smaller part to the volume of the whole cone.
2012 France Team Selection Test, 3
Let $ABCD$ be a convex quadrilateral whose sides $AD$ and $BC$ are not parallel. Suppose that the circles with diameters $AB$ and $CD$ meet at points $E$ and $F$ inside the quadrilateral. Let $\omega_E$ be the circle through the feet of the perpendiculars from $E$ to the lines $AB,BC$ and $CD$. Let $\omega_F$ be the circle through the feet of the perpendiculars from $F$ to the lines $CD,DA$ and $AB$. Prove that the midpoint of the segment $EF$ lies on the line through the two intersections of $\omega_E$ and $\omega_F$.
[i]Proposed by Carlos Yuzo Shine, Brazil[/i]
2022 Bolivia Cono Sur TST, P2
On $\triangle ABC$ if there existed a point $D$ in $AC$ such that $\angle CBD=\angle ABD+60$ and $\angle BDC=30$ and $AB \cdot BC=BD^2$, then find the angles inside the triangle $\triangle ABC$
2023 Austrian MO Regional Competition, 2
Let $ABCD$ be a rhombus with $\angle BAD < 90^o$. The circle passing through $D$ with center $A$ intersects the line $CD$ a second time in point $E$. Let $S$ be the intersection of the lines $BE$ and $AC$. Prove that the points $A$, $S$, $D$ and $E$ lie on a circle.
[i](Karl Czakler)[/i]
1967 IMO Longlists, 54
Is it possible to find a set of $100$ (or $200$) points on the boundary of a cube such that this set remains fixed under all rotations which leave the cube fixed ?