Found problems: 25757
Kyiv City MO Juniors 2003+ geometry, 2020.8.51
Let $ABCDEF$ be a hexagon inscribed in a circle in which $AB = BC, CD = DE$ and $EF = FA$. Prove that the lines $AD, BE$ and $CF$ intersect at one point.
V Soros Olympiad 1998 - 99 (Russia), 11.3
Find the area of the figure on the coordinate plane bounded by the straight lines $x = 0$, $x = 2$ and the graphs of the functions $y =\sqrt{x^3+ 1}$ and $y = - \sqrt[3]{x^2+ 2x}$.
2019 CMIMC, 1
The figure below depicts two congruent triangles with angle measures $40^\circ$, $50^\circ$, and $90^\circ$. What is the measure of the obtuse angle $\alpha$ formed by the hypotenuses of these two triangles?
[asy]
import olympiad;
size(80);
defaultpen(linewidth(0.8));
draw((0,0)--(3,0)--(0,4.25)--(0,0)^^(0,3)--(4.25,0)--(3,0)^^rightanglemark((0,3),(0,0),(3,0),10));
pair P = intersectionpoint((3,0)--(0,4.25),(0,3)--(4.25,0));
draw(anglemark((4.25,0),P,(0,4.25),10));
label("$\alpha$",P,2 * NE);
[/asy]
1999 Ukraine Team Selection Test, 11
Let $ABCDEF$ be a convex hexagon such that $BCEF$ is a parallelogram and $ABF$ an equilateral triangle. Given that $BC = 1, AD = 3, CD+DE = 2$, compute the area of $ABCDEF$
EMCC Speed Rounds, 2022
[i]20 problems for 25 minutes.[/i]
[b]p1.[/b] Compute $(2 + 0)(2 + 2)(2 + 0)(2 + 2)$.
[b]p2.[/b] Given that $25\%$ of $x$ is $120\%$ of $30\%$ of $200$, find $x$.
[b]p3.[/b] Jacob had taken a nap. Given that he fell asleep at $4:30$ PM and woke up at $6:23$ PM later that same day, for how many minutes was he asleep?
[b]p4.[/b] Kevin is painting a cardboard cube with side length $12$ meters. Given that he needs exactly one can of paint to cover the surface of a rectangular prism that is $2$ meters long, $3$ meters wide, and $6$ meters tall, how many cans of paint does he need to paint the surface of his cube?
[b]p5.[/b] How many nonzero digits does $200 \times 25 \times 8 \times 125 \times 3$ have?
[b]p6.[/b] Given two real numbers $x$ and $y$, define $x \# y = xy + 7x - y$. Compute the absolute value of $0 \# (1 \# (2 \# (3 \# 4)))$.
[b]p7.[/b] A $3$-by-$5$ rectangle is partitioned into several squares of integer side length. What is the fewest number of such squares? Squares in this partition must not overlap and must be contained within the rectangle.
[b]p8.[/b] Points $A$ and $B$ lie in the plane so that $AB = 24$. Given that $C$ is the midpoint of $AB$, $D$ is the midpoint of $BC$, $E$ is the midpoint of $AD$, and $F$ is the midpoint of $BD$, find the length of segment $EF$.
[b]p9.[/b] Vincent the Bug and Achyuta the Anteater are climbing an infinitely tall vertical bamboo stalk. Achyuta begins at the bottom of the stalk and climbs up at a rate of $5$ inches per second, while Vincent begins somewhere along the length of the stalk and climbs up at a rate of $3$ inches per second. After climbing for $t$ seconds, Achyuta is half as high above the ground as Vincent. Given that Achyuta catches up to Vincent after another $160$ seconds, compute $t$.
[b]p10.[/b] What is the minimum possible value of $|x - 2022| + |x - 20|$ over all real numbers $x$?
[b]p11.[/b] Let $ABCD$ be a rectangle. Lines $\ell_1$ and $\ell_2$ divide $ABCD$ into four regions such that $\ell_1$ is parallel to $AB$ and line $\ell_2$ is parallel to $AD$. Given that three of the regions have area $6$, $8$, and $12$, compute the sum of all possible areas of the fourth region.
[b]p12.[/b] A diverse number is a positive integer that has two or more distinct prime factors. How many diverse numbers are less than $50$?
[b]p13.[/b] Let $x$, $y$, and $z$ be real numbers so that $(x+y)(y +z) = 36$ and $(x+z)(x+y) = 4$. Compute $y^2 -x^2$.
[b]p14.[/b] What is the remainder when $ 1^{10} + 3^{10} + 7^{10}$ is divided by $58$?
[b]p15.[/b] Let $A = (0, 1)$, $B = (3, 5)$, $C = (1, 4)$, and $D = (3, 4)$ be four points in the plane. Find the minimum possible value of $AP + BP + CP + DP$ over all points $P$ in the plane.
[b]p16.[/b] In trapezoid $ABCD$, points $E$ and $F$ lie on sides $BC$ and $AD$, respectively, such that $AB \parallel CD \parallel EF$. Given that $AB = 3$, $EF = 5$, and $CD = 6$, the ratio $\frac{[ABEF]}{[CDFE]}$ can be written as $\frac{a}{b}$ , where $a$ and $b$ are relatively prime positive integers. Find $a + b$. (Note: $[F]$ denotes the area of $F$.)
[b]p17.[/b] For sets $X$ and $Y$ , let $|X \cap Y |$ denote the number of elements in both $X$ and $Y$ and $|X \cup Y|$ denote the number of elements in at least one of $X$ or $Y$ . How many ordered pairs of subsets $(A,B)$ of $\{1, 2, 3,..., 8\}$ are there such that $|A \cap B| = 2$ and $|A \cup B| = 5$?
[b]p18.[/b] A tetromino is a polygon composed of four unit squares connected orthogonally (that is, sharing a edge). A tri-tetromino is a polygon formed by three orthogonally connected tetrominoes. What is the maximum possible perimeter of a tri-tetromino?
[b]p19.[/b] The numbers from $1$ through $2022$, inclusive, are written on a whiteboard. Every day, Hermione erases two numbers $a$ and $b$ and replaces them with $ab+a+b$. After some number of days, there is only one number $N$ remaining on the whiteboard. If $N$ has $k$ trailing nines in its decimal representation, what is the maximum possible value of $k$?
[b]p20.[/b] Evaluate $5(2^2 + 3^2) + 7(3^2 + 4^2) + 9(4^2 + 5^2) + ... + 199(99^2 + 100^2)$.
PS. You should use hide for answers. Collected [url=https://artofproblemsolving.com/community/c5h2760506p24143309]here[/url].
1973 IMO, 1
A soldier needs to check if there are any mines in the interior or on the sides of an equilateral triangle $ABC.$ His detector can detect a mine at a maximum distance equal to half the height of the triangle. The soldier leaves from one of the vertices of the triangle. Which is the minimum distance that he needs to traverse so that at the end of it he is sure that he completed successfully his mission?
2014 Saudi Arabia Pre-TST, 1.2
Let $D$ be the midpoint of side $BC$ of triangle $ABC$ and $E$ the midpoint of median $AD$. Line $BE$ intersects side $CA$ at $F$. Prove that the area of quadrilateral $CDEF$ is $\frac{5}{12}$ the area of triangle $ABC$.
1995 Rioplatense Mathematical Olympiad, Level 3, 6
A convex polygon with $2n$ sides is called [i]rhombic [/i] if its sides are equal and all pairs of opposite sides are parallel.
A rhombic polygon can be partitioned into rhombic quadrilaterals.
For what value of$ n$, a $2n$-sided rhombic polygon splits into $666$ rhombic quadrilaterals?
2021 Brazil Team Selection Test, 3
Let $ABC$ be an acute triangle with $AC>CB$ and let $M$ be the midpoint of side $AB$. Denote by $Q$ the midpoint of the big arc $AB$ which cointais $C$ and by $B_1$ the point inside $AC$ such that $BC=CB_1$. $B_1Q$ touches $BC$ in $E$ and $K$ is the intersection of $(BB_1M)$ and $(ABC)$. Prove that $KC$ bissects $B_1E$.
2003 China Team Selection Test, 1
There are $n$($n\geq 3$) circles in the plane, all with radius $1$. In among any three circles, at least two have common point(s), then the total area covered by these $n$ circles is less than $35$.
Ukrainian TYM Qualifying - geometry, VI.14
A quadrilateral whose perimeter is equal to $P$ is inscribed in a circle of radius $R$ and is circumscribed around a circle of radius $r$. Check whether the inequality $P\le \frac{r+\sqrt{r^2+4R^2}}{2}$ holds.
Try to find the corresponding inequalities for the $n$-gon ($n \ge 5$) inscribed in a circle of radius $R$ and circumscribed around a circle of radius $r$.
1997 Estonia National Olympiad, 3
In triangle ABC, consider the sizes $\tan \angle A, \tan \angle B$, and $\tan \angle C$ into another such as the numbers $1, 2$ and $3$. Find the ratio of the sidelenghts $AC$ and $AB$ of the triangle.
2020 Stanford Mathematics Tournament, 9
Let $ABC$ be a right triangle with hypotenuse $AC$. Let $G$ be the centroid of this triangle and suppose that we have $AG^2 + BG^2 + CG^2 = 156$. Find $AC^2$.
2010 Sharygin Geometry Olympiad, 5
Let $AH$, $BL$ and $CM$ be an altitude, a bisectrix and a median in triangle $ABC$. It is known that lines $AH$ and $BL$ are an altitude and a bisectrix of triangle $HLM$. Prove that line $CM$ is a median of this triangle.
Ukrainian From Tasks to Tasks - geometry, 2010.5
In a right triangle $ABC$ ($\angle C = 90^o$) it is known that $AC = 4$ cm, $BC = 3$ cm. The points $A_1, B_1$ and $C_1$ are such that $AA_1 \parallel BC$, $BB_1\parallel A_1C$, $CC_1\parallel A_1B_1$, $A_1B_1C_1= 90^o$, $A_1B_1= 1$ cm. Find $B_1C_1$.
2022 JHMT HS, 9
Let $B$ and $D$ be two points chosen independently and uniformly at random from the unit sphere in 3D space centered at a point $A$ (this unit sphere is the set of all points in $\mathbb{R}^3$ a distance of $1$ away from $A$). Compute the expected value of $\sin^2\angle DAB$.
2014 AMC 10, 23
A rectangular piece of paper whose length is $\sqrt3$ times the width has area $A$. The paper is divided into equal sections along the opposite lengths, and then a dotted line is drawn from the first divider to the second divider on the opposite side as shown. The paper is then folded flat along this dotted line to create a new shape with area $B$. What is the ratio $B:A$?
[asy]
import graph;
size(6cm);
real L = 0.05;
pair A = (0,0);
pair B = (sqrt(3),0);
pair C = (sqrt(3),1);
pair D = (0,1);
pair X1 = (sqrt(3)/3,0);
pair X2= (2*sqrt(3)/3,0);
pair Y1 = (2*sqrt(3)/3,1);
pair Y2 = (sqrt(3)/3,1);
dot(X1);
dot(Y1);
draw(A--B--C--D--cycle, linewidth(2));
draw(X1--Y1,dashed);
draw(X2--(2*sqrt(3)/3,L));
draw(Y2--(sqrt(3)/3,1-L));
[/asy]
$ \textbf{(A)}\ 1:2\qquad\textbf{(B)}\ 3:5\qquad\textbf{(C)}\ 2:3\qquad\textbf{(D)}\ 3:4\qquad\textbf{(E)}\ 4:5 $
2001 India IMO Training Camp, 3
In a triangle $ABC$ with incircle $\omega$ and incenter $I$ , the segments $AI$ , $BI$ , $CI$ cut $\omega$ at $D$ , $E$ , $F$ , respectively. Rays $AI$ , $BI$ , $CI$ meet the sides $BC$ , $CA$ , $AB$ at $L$ , $M$ , $N$ respectively. Prove that:
\[AL+BM+CN \leq 3(AD+BE+CF)\]
When does equality occur?
2010 Contests, 4
Point $O$ is chosen in a triangle $ABC$ such that ${d_a},{d_b},{d_c}$ are distance from point $O$ to sides $BC,CA,AB$, respectively. Find position of point $O$ so that product ${d_a} \cdot {d_b} \cdot {d_c}$ becomes maximum.
2014 Contests, 3
Let $D, E, F$ be points on the sides $BC, CA, AB$ of a triangle $ABC$, respectively such that the lines $AD, BE, CF$ are concurrent at the point $P$. Let a line $\ell$ through $A$ intersect the rays $[DE$ and $[DF$ at the points $Q$ and $R$, respectively. Let $M$ and $N$ be points on the rays $[DB$ and $[DC$, respectively such that the equation
\[ \frac{QN^2}{DN}+\frac{RM^2}{DM}=\frac{(DQ+DR)^2-2\cdot RQ^2+2\cdot DM\cdot DN}{MN} \]
holds. Show that the lines $AD$ and $BC$ are perpendicular to each other.
Estonia Open Junior - geometry, 2015.2.5
Let $ABC$ be an acute-angled triangle, $H$ the intersection point of its altitudes , and $AA'$ the diameter of the circumcircle of triangle $ABC$. Prove that the quadrilateral $HB A'C$ is a parallelogram.
2017 NIMO Problems, 2
Trapezoid $ABCD$ is an isosceles trapezoid with $AD=BC$. Point $P$ is the intersection of the diagonals $AC$ and $BD$. If the area of $\triangle ABP$ is $50$ and the area of $\triangle CDP$ is $72$, what is the area of the entire trapezoid?
[i]Proposed by David Altizio
2018 Pan-African Shortlist, G2
Let $P$ be a point on the median $AM$ of a triangle $ABC$. Suppose that the tangents to the circumcircles of $ABP$ and $ACP$ at $B$ and $C$ respectively meet at $Q$. Show that $\angle PAB = \angle CAQ$.
2018 Iran Team Selection Test, 3
In triangle $ABC$ let $M$ be the midpoint of $BC$. Let $\omega$ be a circle inside of $ABC$ and is tangent to $AB,AC$ at $E,F$, respectively. The tangents from $M$ to $\omega$ meet $\omega$ at $P,Q$ such that $P$ and $B$ lie on the same side of $AM$. Let $X \equiv PM \cap BF $ and $Y \equiv QM \cap CE $. If $2PM=BC$ prove that $XY$ is tangent to $\omega$.
[i]Proposed by Iman Maghsoudi[/i]
2021 BMT, 4
An equilateral polygon has unit side length and alternating interior angle measures of $15^o$ and $300^o$. Compute the area of this polygon.