Found problems: 25757
2004 Purple Comet Problems, 3
In $\triangle ABC$, three lines are drawn parallel to side $BC$ dividing the altitude of the triangle into four equal parts. If the area of the second largest part is $35$, what is the area of the whole $\triangle ABC$?
[asy]
defaultpen(linewidth(0.7)); size(120);
pair B = (0,0), C = (1,0), A = (0.7,1); pair[] AB, AC;
draw(A--B--C--cycle);
for(int i = 1; i < 4; ++i) {
AB.push((i*A + (4-i)*B)/4); AC.push((i*A + (4-i)*C)/4);
draw(AB[i-1] -- AC[i-1]);
}
filldraw(AB[1]--AB[0]--AC[0]--AC[1]--cycle, gray(0.7));
label("$A$",A,N); label("$B$",B,S); label("$C$",C,S);[/asy]
2014 Contests, 2
Let $ABCD$ be an inscribed quadrilateral in a circle $c(O,R)$ (of circle $O$ and radius $R$). With centers the vertices $A,B,C,D$, we consider the circles $C_{A},C_{B},C_{C},C_{D}$ respectively, that do not intersect to each other . Circle $C_{A}$ intersects the sides of the quadrilateral at points $A_{1} , A_{2}$ , circle $C_{B}$ intersects the sides of the quadrilateral at points $B_{1} , B_{2}$ , circle $C_{C}$ at points $C_{1} , C_{2}$ and circle $C_{D}$ at points $C_{1} , C_{2}$ . Prove that the quadrilateral defined by lines $A_{1}A_{2} , B_{1}B_{2} , C_{1}C_{2} , D_{1}D_{2}$ is cyclic.
Geometry Mathley 2011-12, 7.3
Let $ABCD$ be a tangential quadrilateral. Let $AB$ meet $CD$ at $E, AD$ intersect $BC$ at $F$. Two arbitrary lines through $E$ meet $AD,BC$ at $M,N, P,Q$ respectively ($M,N \in AD$, $P,Q \in BC$). Another arbitrary pair of lines through $F$ intersect $AB,CD$ at $X, Y,Z, T$ respectively ($X, Y \in AB$,$Z, T \in CD$). Suppose that $d_1, d_2$ are the second tangents from $E$ to the incircles of triangles $FXY, FZT,d_3, d_4$ are the second tangents from $F$ to the incircles of triangles $EMN,EPQ$. Prove that the four lines $d_1, d_2, d_3, d_4$ meet each other at four points and these intersections make a tangential quadrilateral.
Nguyễn Văn Linh
2021 Yasinsky Geometry Olympiad, 3
In the triangle $ABC$, $h_a, h_b, h_c$ are the altitudes and $p$ is its half-perimeter. Compare $p^2$ with $h_ah_b + h_bh_c + h_ch_a$.
(Gregory Filippovsky)
1986 All Soviet Union Mathematical Olympiad, 424
Two circumferences, with the distance $d$ between centres, intersect in points $P$ and $Q$ . Two lines are drawn through the point $A$ on the first circumference ($Q\ne A\ne P$) and points $P$ and $Q$ . They intersect the second circumference in the points $B$ and $C$ .
a) Prove that the radius of the circle, circumscribed around the triangle$ABC$ , equals $d$.
b) Describe the set of the new circle's centres, if thepoint $A$ moves along all the first circumference.
2019 Belarus Team Selection Test, 1.2
Points $M$ and $N$ are the midpoints of the sides $BC$ and $AD$, respectively, of a convex quadrilateral $ABCD$. Is it possible that
$$
AB+CD>\max(AM+DM,BN+CN)?
$$
[i](Folklore)[/i]
2012 NIMO Problems, 4
In $\triangle ABC$, $AB = AC$. Its circumcircle, $\Gamma$, has a radius of 2. Circle $\Omega$ has a radius of 1 and is tangent to $\Gamma$, $\overline{AB}$, and $\overline{AC}$. The area of $\triangle ABC$ can be expressed as $\frac{a\sqrt{b}}{c}$ for positive integers $a, b, c$, where $b$ is squarefree and $\gcd (a, c) = 1$. Compute $a + b + c$.
[i]Proposed by Aaron Lin[/i]
2003 AIME Problems, 2
One hundred concentric circles with radii $1, 2, 3, \dots, 100$ are drawn in a plane. The interior of the circle of radius 1 is colored red, and each region bounded by consecutive circles is colored either red or green, with no two adjacent regions the same color. The ratio of the total area of the green regions to the area of the circle of radius 100 can be expressed as $m/n$, where $m$ and $n$ are relatively prime positive integers. Find $m + n$.
2016 AMC 10, 10
A rug is made with three different colors as shown. The areas of the three differently colored regions form an arithmetic progression. The inner rectangle is one foot wide, and each of the two shaded regions is $1$ foot wide on all four sides. What is the length in feet of the inner rectangle?
[asy]
size(6cm);
defaultpen(fontsize(9pt));
path rectangle(pair X, pair Y){
return X--(X.x,Y.y)--Y--(Y.x,X.y)--cycle;
}
filldraw(rectangle((0,0),(7,5)),gray(0.5));
filldraw(rectangle((1,1),(6,4)),gray(0.75));
filldraw(rectangle((2,2),(5,3)),white);
label("$1$",(0.5,2.5));
draw((0.3,2.5)--(0,2.5),EndArrow(TeXHead));
draw((0.7,2.5)--(1,2.5),EndArrow(TeXHead));
label("$1$",(1.5,2.5));
draw((1.3,2.5)--(1,2.5),EndArrow(TeXHead));
draw((1.7,2.5)--(2,2.5),EndArrow(TeXHead));
label("$1$",(4.5,2.5));
draw((4.5,2.7)--(4.5,3),EndArrow(TeXHead));
draw((4.5,2.3)--(4.5,2),EndArrow(TeXHead));
label("$1$",(4.1,1.5));
draw((4.1,1.7)--(4.1,2),EndArrow(TeXHead));
draw((4.1,1.3)--(4.1,1),EndArrow(TeXHead));
label("$1$",(3.7,0.5));
draw((3.7,0.7)--(3.7,1),EndArrow(TeXHead));
draw((3.7,0.3)--(3.7,0),EndArrow(TeXHead));
[/asy]
$\textbf{(A) } 1 \qquad \textbf{(B) } 2 \qquad \textbf{(C) } 4 \qquad \textbf{(D) } 6 \qquad \textbf{(E) }8$
2001 Mongolian Mathematical Olympiad, Problem 5
Chords $AC$ and $BD$ of a circle $w$ intersect at $E$. A circle that is internally tangent to $w$ at a point $F$ also touches the segments $DE$ and $EC$. Prove that the bisector of $\angle AFB$ passes through the incenter of $\triangle AEB$.
2011 Kyrgyzstan National Olympiad, 5
Points $M$ and $N$ are chosen on sides $AB$ and $BC$,respectively, in a triangle $ABC$, such that point $O$ is interserction of lines $CM$ and $AN$. Given that $AM+AN=CM+CN$. Prove that $AO+AB=CO+CB$.
2004 USAMO, 3
For what real values of $k>0$ is it possible to dissect a $1 \times k$ rectangle into two similar, but noncongruent, polygons?
2023 All-Russian Olympiad, 1
Sidelines of an acute-angled triangle $T$ are colored in red, green, and blue. These lines were rotated about the circumcenter of $T$ clockwise by $120^\circ$ (we assume that the line has the same color after rotation). Prove that three points of pairs of lines of the same color are the vertices of a triangle which is congruent to $T$.
OMMC POTM, 2024 7
Let $A$ and $B$ be two points on the same line $\ell$. If the points $P$ and $Q$ are two points $X$ on $\ell$ that mazimize and minimize the ratio $\frac{AX}{BX}$ respectively, prove that $A,B,P$ and $Q$ are concyclic.
2019 Poland - Second Round, 1
A cyclic quadrilateral $ABCD$ is given. Point $K_1, K_2$ lie on the segment $AB$, points $L_1, L_2$ on the segment $BC$, points $M_1, M_2$ on the segment $CD$ and points $N_1, N_2$ on the segment $DA$. Moreover, points $K_1, K_2, L_1, L_2, M_1, M_2, N_1, N_2$ lie on a circle $\omega$ in that order. Denote by $a, b, c, d$ the lengths of the arcs $N_2K_1, K_2L_1, L_2M_1, M
_2N_1$ of the circle $\omega$ not containing points $K_2, L_2, M_2, N_2$, respectively. Prove that
\begin{align*}
a+c=b+d.
\end{align*}
2017 BMT Spring, 12
Square $S$ is the unit square with vertices at $(0, 0)$, $(0, 1)$, $(1, 0)$ and $(1, 1)$. We choose a random point $(x, y)$ inside $S$ and construct a rectangle with length $x$ and width $y$. What is the average of $\lfloor p \rfloor$ where $p$ is the perimeter of the rectangle? $\lfloor x \rfloor$ is the greatest integer less than or equal to $x$.
1983 Bundeswettbewerb Mathematik, 1
The figure shows a triangular pool table with sides $a$, $b$ and $c$. Located at point $S$ on $c$ a sphere - which can be assumed as a point. After kick-off, as indicated in the figure, it runs through as a result of reflections to $a, b, a, b$ and $c$ (in $S$) always the same track. The reflection occurs according to law of reflection. Characterize entilrely all triangles $ABC$, which allow such an orbit, and determine the locus of $S$.
[img]https://cdn.artofproblemsolving.com/attachments/5/b/7662943e5b9ad321226e0c5f5daa3c4ac9faaa.png[/img]
1995 Chile National Olympiad, 2
In a circle of radius $1$, six arcs of radius $1$ are drawn, which cut the circle as in the figure. Determine the black area.
[img]https://cdn.artofproblemsolving.com/attachments/8/9/0323935be8406ea0c452b3c8417a8148c977e3.jpg[/img]
MMPC Part II 1996 - 2019, 2006
[b]p1.[/b] Suppose $A$, $B$ and $C$ are the angles of a triangle. Prove that
$$1 - 8 \cos A\cos B \cos C = sin^2(B - C) + (cos(B - C) - 2 cosA)^2.$$
[b]p2.[/b] Let $x_1, x_2,..., x_{100}$ be integers whose values are either $0$ or $1$.
(a) Show that $$x_1 + x_2 + ... + x_{100} - (x_1x_2 + x_2x_3 + ... + x_{99}x_{100} + x_{100}x_1)\le 50.$$
(b) Give specific values for $x_1, x_2,..., x_{100}$ that give equality.
[b]p3.[/b] Let $ABCD$ be a trapezoid whose area is $32$ square meters. Suppose the lengths of the parallel segments $AB$ and $DC$ are $2$ meters and $6$ meters, respectively, and $P$ is the intersection of the diagonals $AC$ and $BD$. If a line through $P$ intersects $AD$ and $BC$ at $E$ and $F$, respectively, determine, with a proof, the minimum possible area for quadrilateral $ABFE$.
[b]p4.[/b] Let $n$ be a positive integer and $x$ be a real number. Show that
$$\lfloor nx \rfloor = \lfloor x \rfloor +\left\lfloor x + \frac{1}{n} \right\rfloor + \left\lfloor x + \frac{2}{n} \right\rfloor + ... + \left\lfloor x + \frac{n - 1}{n} \right\rfloor$$
where $\lfloor a \rfloor$ is the greatest integer less than or equal to $a$. (For example, $\lfloor 4.5\rfloor = 4$ and $\lfloor - 4.5 \rfloor = -5$.)
[b]p5.[/b] A $3n$-digit positive integer (in base $10$) containing no zero is said to be [i]quad-perfect[/i] if the number is a perfect square and each of the three numbers obtained by viewing the first $n$ digits, the middle $n$ digits and the last $n$ digits as three $n$-digit numbers is in itself a perfect square. (For example, when $n = 1$, the only quad-perfect numbers are $144$ and $441$.) Find all $9$-digit quad-perfect numbers.
PS. You should use hide for answers. Collected [url=https://artofproblemsolving.com/community/c5h2760506p24143309]here[/url].
2017 Nordic, 3
Let $M$ and $N$ be the midpoints of the sides $AC$ and $AB$, respectively, of an acute triangle $ABC$, $AB \neq AC$. Let $\omega_B$ be the circle centered at $M$ passing through $B$, and let $\omega_C$ be the circle centered at $N$ passing through $C$. Let the point $D$ be such that $ABCD$ is an isosceles trapezoid with $AD$ parallel to $BC$. Assume that $\omega_B$ and $\omega_C$ intersect in two distinct points $P$ and $Q$. Show that $D$ lies on the line $PQ$.
2016 Tournament Of Towns, 3
The quadrilateral $ABCD$ is inscribed in circle $\Omega$ with center $O$, not lying on either of the diagonals. Suppose that the circumcircle of triangle $AOC$ passes through the midpoint of the diagonal $BD$. Prove that the circumcircle of triangle $BOD$ passes through the midpoint of diagonal $AC$.
[i](A. Zaslavsky)[/i]
(Translated from [url=http://sasja.shap.homedns.org/Turniry/TG/index.html]here.[/url])
2019 Sharygin Geometry Olympiad, 11
Morteza marks six points in the plane. He then calculates and writes down the area of every triangle with vertices in these points ($20$ numbers). Is it possible that all of these numbers are integers, and that they add up to $2019$?
2021 Sharygin Geometry Olympiad, 8.3
Three cockroaches run along a circle in the same direction. They start simultaneously from a point $S$. Cockroach $A$ runs twice as slow than $B$, and thee times as slow than $C$. Points $X, Y$ on segment $SC$ are such that $SX = XY =YC$. The lines $AX$ and $BY$ meet at point $Z$. Find the locus of centroids of triangles $ZAB$.
Kvant 2022, M2712
Let $ABC$ be a triangle, with $\angle A=\alpha,\angle B=\beta$ and $\angle C=\gamma$. Prove that \[\sum_{\text{cyc}}\tan \frac{\alpha}{2}\tan\frac{\beta}{2}\cot\frac{\gamma}{2}\geqslant\sqrt{3}.\][i]Proposed by R. Regimov (Azerbaijan)[/i]
1999 Singapore Team Selection Test, 1
Let $M$ and $N$ be two points on the side BC of a triangle $ABC$ such that $BM =MN = NC$. A line parallel to $AC$ meets the segments $AB, AM$ and $AN$ at the points $D, E$ and $F$ respectively. Prove that $EF = 3DE$