Found problems: 25757
2020 Novosibirsk Oral Olympiad in Geometry, 7
You are given a quadrilateral $ABCD$. It is known that $\angle BAC = 30^o$, $\angle D = 150^o$ and, in addition, $AB = BD$. Prove that $AC$ is the bisector of angle $C$.
2004 Oral Moscow Geometry Olympiad, 3
On the board was drawn a circle with a marked center, a quadrangle inscribed in it, and a circle inscribed in it, also with a marked center. Then they erased the quadrilateral (keeping one vertex) and the inscribed circle (keeping its center). Restore any of the erased vertices of the quadrilateral using only a ruler and no more than six lines.
2013 ELMO Shortlist, 5
Let $\omega_1$ and $\omega_2$ be two orthogonal circles, and let the center of $\omega_1$ be $O$. Diameter $AB$ of $\omega_1$ is selected so that $B$ lies strictly inside $\omega_2$. The two circles tangent to $\omega_2$, passing through $O$ and $A$, touch $\omega_2$ at $F$ and $G$. Prove that $FGOB$ is cyclic.
[i]Proposed by Eric Chen[/i]
2023 Kyiv City MO Round 1, Problem 1
The rectangle is cut into 6 squares, as shown on the figure below. The gray square in the middle has a side equal to 1.
What is the area of the rectangle?
[img]https://i.ibb.co/gg1tBTN/Kyiv-MO-2023-7-1.png[/img]
1972 Poland - Second Round, 4
A cube with edge length $ n $ is divided into $ n^3 $ unit cubes by planes parallel to its faces. How many pairs of such unit cubes exist that have no more than two vertices in common?
2010 ISI B.Math Entrance Exam, 2
In the accompanying figure , $y=f(x)$ is the graph of a one-to-one continuous function $f$ . At each point $P$ on the graph of $y=2x^2$ , assume that the areas $OAP$ and $OBP$ are equal . Here $PA,PB$ are the horizontal and vertical segments . Determine the function $f$.
[asy]
Label f;
xaxis(0,60,blue);
yaxis(0,60,blue);
real f(real x)
{
return (x^2)/60;
}
draw(graph(f,0,53),red);
label("$y=x^2$",(30,15),E);
real f(real x)
{
return (x^2)/25;
}
draw(graph(f,0,38),red);
label("$y=2x^2$",(37,37^2/25),E);
real f(real x)
{
return (x^2)/10;
}
draw(graph(f,0,25),red);
label("$y=f(x)$",(24,576/10),W);
label("$O(0,0)$",(0,0),S);
dot((20,400/25));
dot((20,400/60));
label("$P$",(20,400/25),E);
label("$B$",(20,400/60),SE);
dot(((4000/25)^(0.5),400/25));
label("$A$",((4000/25)^(0.5),400/25),W);
draw((20,400/25)..((4000/25)^(0.5),400/25));
draw((20,400/25)..(20,400/60));
[/asy]
2019 Stanford Mathematics Tournament, 3
Right triangle $ABC$ with $\angle ABC = 90^o$ is inscribed in a circle $\omega_1$ with radius $3$. A circle $\omega_2$ tangent to $AB$, $BC$, and $\omega_1$ has radius $2$. Compute the area of $\vartriangle ABC$.
2018 CCA Math Bonanza, T1
In the diagram of rectangles below, with lengths as labeled, let $A$ be the area of the rectangle labeled $A$, and so on. Find $36A+6B+C+6D$.
[asy]
size(3cm);
real[] A = {0,8,13};
real[] B = {0,7,12};
for (int i = 0; i < 3; ++i) {
draw((A[i],0)--(A[i],-B[2]));
draw((0,-B[i])--(A[2],-B[i]));
}
label("8", (4,0), N);
label("5", (10.5,0),N);
label("7", (0,-3.5),W);
label("5", (0,-9.5),W);
label("$A$", (4,-3.5));
label("$B$", (10.5,-3.5));
label("$C$", (10.5,- 9.5));
label("$D$", (4, -9.5));
[/asy]
[i]2018 CCA Math Bonanza Team Round #1[/i]
2022 ABMC, Accuracy
[b]p1.[/b] Let $X = 2022 + 022 + 22 + 2$. When $X$ is divided by $22$, there is a remainder of $R$. What is the value of $R$?
[b]p2.[/b] When Amy makes paper airplanes, her airplanes fly $75\%$ of the time. If her airplane flies, there is a $\frac56$ chance that it won’t fly straight. Given that she makes $80$ airplanes, what is the expected number airplanes that will fly straight?
[b]p3.[/b] It takes Joshua working alone $24$ minutes to build a birdhouse, and his son working alone takes $16$ minutes to build one. The effective rate at which they work together is the sum of their individual working rates. How long in seconds will it take them to make one birdhouse together?
[b]p4.[/b] If Katherine’s school is located exactly $5$ miles southwest of her house, and her soccer tournament is located exactly $12$ miles northwest of her house, how long, in hours, will it take Katherine to bike to her tournament right after school given she bikes at $0.5$ miles per hour? Assume she takes the shortest path possible.
[b]p5.[/b] What is the largest possible integer value of $n$ such that $\frac{4n+2022}{n+1}$ is an integer?
[b]p6.[/b] A caterpillar wants to go from the park situated at $(8, 5)$ back home, located at $(4, 10)$. He wants to avoid routes through $(6, 7)$ and $(7, 10)$. How many possible routes are there if the caterpillar can move in the north and west directions, one unit at a time?
[b]p7.[/b] Let $\vartriangle ABC$ be a triangle with $AB = 2\sqrt{13}$, $BC = 6\sqrt2$. Construct square $BCDE$ such that $\vartriangle ABC$ is not contained in square $BCDE$. Given that $ACDB$ is a trapezoid with parallel bases $\overline{AC}$, $\overline{BD}$, find $AC$.
[b]p8.[/b] How many integers $a$ with $1 \le a \le 1000$ satisfy $2^a \equiv 1$ (mod $25$) and $3^a \equiv 1$ (mod $29$)?
[b]p9.[/b] Let $\vartriangle ABC$ be a right triangle with right angle at $B$ and $AB < BC$. Construct rectangle $ADEC$ such that $\overline{AC}$,$\overline{DE}$ are opposite sides of the rectangle, and $B$ lies on $\overline{DE}$. Let $\overline{DC}$ intersect $\overline{AB}$ at $M$ and let $\overline{AE}$ intersect $\overline{BC}$ at $N$. Given $CN = 6$, $BN = 4$, find the $m+n$ if $MN^2$ can be expressed as $\frac{m}{n}$ for relatively prime positive integers $m, n$.
[b]p10.[/b] An elimination-style rock-paper-scissors tournament occurs with $16$ players. The $16$ players are all ranked from $1$ to $16$ based on their rock-paper-scissor abilities where $1$ is the best and $16$ is the worst. When a higher ranked player and a lower ranked player play a round, the higher ranked player always beats the lower ranked player and moves on to the next round of the tournament. If the initial order of players are arranged randomly, and the expected value of the rank of the $2$nd place player of the tournament can be expressed as $\frac{m}{n}$ for relatively prime positive integers $m, n$ what is the value of $m+n$?
[b]p11.[/b] Estimation (Tiebreaker) Estimate the number of twin primes (pairs of primes that differ by $2$) where both primes in the pair are less than $220022$.
PS. You should use hide for answers. Collected [url=https://artofproblemsolving.com/community/c5h2760506p24143309]here[/url].
2011 Bogdan Stan, 4
Show that among any seven coplanar unit vectors there are at least two of them such that the magnitude of their sum is greater than $ \sqrt 3. $
[i]Ion Tecu[/i] and [i]Teodor Radu[/i]
1981 All Soviet Union Mathematical Olympiad, 326
The segments $[AD], [BE]$ and $[CF]$ are the side edges of the right triangle prism. (the equilateral triangle is a base) Find all the points in its base $ABC$, situated on the equal distances from the $(AE), (BF)$ and $(CD)$ lines.
2023 India Regional Mathematical Olympiad, 5
The side lengths $a,b,c$ of a triangle $ABC$ are positive integers. Let:\\
\[T_{n}=(a+b+c)^{2n}-(a-b+c)^{2n}-(a+b-c)^{2n}+(a-b-c)^{2n}\]
for any positive integer $n$. If $\frac{T_{2}}{2T_{1}}=2023$ and $a>b>c$ , determine all possible perimeters of the triangle $ABC$.
2014 Brazil National Olympiad, 6
Let $ABC$ be a triangle with incenter $I$ and incircle $\omega$. Circle $\omega_A$ is externally tangent to $\omega$ and tangent to sides $AB$ and $AC$ at $A_1$ and $A_2$, respectively. Let $r_A$ be the line $A_1A_2$. Define $r_B$ and $r_C$ in a similar fashion. Lines $r_A$, $r_B$ and $r_C$ determine a triangle $XYZ$. Prove that the incenter of $XYZ$, the circumcenter of $XYZ$ and $I$ are collinear.
2019 Tournament Of Towns, 4
Let $OP$ and $OQ$ be the perpendiculars from the circumcenter $O$ of a triangle $ABC$ to the internal and external bisectors of the angle $B$. Prove that the line$ PQ$ divides the segment connecting midpoints of $CB$ and $AB$ into two equal parts.
(Artemiy Sokolov)
2023 IMO, 6
Let $ABC$ be an equilateral triangle. Let $A_1,B_1,C_1$ be interior points of $ABC$ such that $BA_1=A_1C$, $CB_1=B_1A$, $AC_1=C_1B$, and
$$\angle BA_1C+\angle CB_1A+\angle AC_1B=480^\circ$$
Let $BC_1$ and $CB_1$ meet at $A_2,$ let $CA_1$ and $AC_1$ meet at $B_2,$ and let $AB_1$ and $BA_1$ meet at $C_2.$
Prove that if triangle $A_1B_1C_1$ is scalene, then the three circumcircles of triangles $AA_1A_2, BB_1B_2$
and $CC_1C_2$ all pass through two common points.
(Note: a scalene triangle is one where no two sides have equal length.)
[i]Proposed by Ankan Bhattacharya, USA[/i]
2000 Bulgaria National Olympiad, 2
Let $D$ be the midpoint of the base $AB$ of the isosceles acute triangle $ABC$. Choose point $E$ on segment $AB$, and let $O$ be the circumcenter of triangle $ACE$. Prove that the line through $D$ perpendicular to $DO$, the line through $E$ perpendicular to $BC$, and the line through $B$ parallel to $AC$ are concurrent.
2019 India National OIympiad, 1
Let $ABC$ be a triangle with $\angle{BAC} > 90$. Let $D$ be a point on the segment $BC$ and $E$ be a point on line $AD$ such that $AB$ is tangent to the circumcircle of triangle $ACD$ at $A$ and $BE$ is perpendicular to $AD$. Given that $CA=CD$ and $AE=CE$. Determine $\angle{BCA}$ in degrees.
2020 Sharygin Geometry Olympiad, 10
Given are a closed broken line $A_1A_2\ldots A_n$ and a circle $\omega$ which touches each of lines $A_1A_2,A_2A_3,\ldots,A_nA_1$. Call the link [i]good[/i], if it touches $\omega$, and [i]bad[/i] otherwise (i.e. if the extension of this link touches $\omega$). Prove that the number of bad links is even.
2013 Israel National Olympiad, 1
In the picture there are six coins, each with radius 1cm. Each coin is tangent to exactly two other coins next to it (as in the picture). Between the coins, there is an empty area whose boundary is a star-like shape. What is the perimeter of this shape?
[img]https://i.imgur.com/aguQRVd.png[/img]
1996 IMO Shortlist, 3
Let $O$ be the circumcenter and $H$ the orthocenter of an acute-angled triangle $ABC$ such that $BC>CA$. Let $F$ be the foot of the altitude $CH$ of triangle $ABC$. The perpendicular to the line $OF$ at the point $F$ intersects the line $AC$ at $P$. Prove that $\measuredangle FHP=\measuredangle BAC$.
2001 239 Open Mathematical Olympiad, 7
The quadrangle $ ABCD $ contains two circles of radii $ R_1 $ and $ R_2 $ tangent externally. The first circle touches the sides of $ DA $,$ AB $ and $ BC $, moreover, the sides of $ AB $ at the point $ E $. The second circle touches sides $ BC $, $ CD $ and $ DA $, and sides $ CD $ at $ F $. Diagonals of the quadrangle intersect at $ O $. Prove that $ OE + OF \leq 2 (R_1 + R_2) $.
(F. Bakharev, S. Berlov)
2019 Bundeswettbewerb Mathematik, 3
Let $ABCD$ be a square. Choose points $E$ on $BC$ and $F$ on $CD$ so that $\angle EAF=45^\circ$ and so that neither $E$ nor $F$ is a vertex of the square.
The lines $AE$ and $AF$ intersect the circumcircle of the square in the points $G$ and $H$ distinct from $A$, respectively.
Show that the lines $EF$ and $GH$ are parallel.
1982 IMO Longlists, 41
A convex, closed figure lies inside a given circle. The figure is seen from every point of the circumference at a right angle (that is, the two rays drawn from the point and supporting the convex figure are perpendicular). Prove that the center of the circle is a center of symmetry of the figure.
2023 Malaysian APMO Camp Selection Test, 3
Let triangle $ABC$ with $AB<AC$ has orthocenter $H$, and let the midpoint of $BC$ be $M$. The internal angle bisector of $\angle BAC$ meet $CH$ at $X$, and the external angle bisector of $\angle BAC$ meet $BH$ at $Y$. The circles $(BHX)$ and $(CHY)$ meet again at $Z$.
Prove that $\angle HZM=90^{\circ}$.
[i]Proposed by Ivan Chan Kai Chin[/i]
1978 IMO Shortlist, 7
We consider three distinct half-lines $Ox, Oy, Oz$ in a plane. Prove the existence and uniqueness of three points $A \in Ox, B \in Oy, C \in Oz$ such that the perimeters of the triangles $OAB,OBC,OCA$ are all equal to a given number $2p > 0.$