This website contains problems from math contests. Problems and corresponding tags were obtained from the Art of Problem Solving website.

Tags were heavily modified to better represent problems.

AND
OR
NO

Found problems: 45

For any set of points $A_1, A_2,...,A_n$ on the plane, one defines $r( A_1, A_2,...,A_n)$ as the radius of the smallest circle that contains all of these points. Prove that if $n \ge 3$, there are indices $i,j,k$ such that $r( A_1, A_2,...,A_n)=r( A_i, A_j,A_k)$
A quadrilateral $ABCD$ is inscribed in a circle. Suppose that $|DA| =|BC|= 2$ and$ |AB| = 4$. Let $E $ be the intersection point of lines $BC$ and $DA$. Suppose that $\angle AEB = 60^o$ and that $|CD| <|AB|$. Calculate the radius of the circle.
Let $n$ be a positive integer. Define a chameleon to be any sequence of $3n$ letters, with exactly $n$ occurrences of each of the letters $a, b,$ and $c$. Define a swap to be the transposition of two adjacent letters in a chameleon. Prove that for any chameleon $X$ , there exists a chameleon $Y$ such that $X$ cannot be changed to $Y$ using fewer than $3n^2/2$ swaps.
$(MON 5)$ Find the radius of the circle circumscribed about the isosceles triangle whose sides are the solutions of the equation $x^2 - ax + b = 0$.
Two circles $A$ and $B$, both with radius $1$, touch each other externally. Four circles $P, Q, R$ and $S$, all four with the same radius $r$, lie such that $P$ externally touches on $A, B, Q$ and $S$, $Q$ externally touches on $P, B$ and $R$, $R$ externally touches on $A, B, Q$ and $S$, $S$ externally touches on $P, A$ and $R$. Calculate the length of $r.$ [asy] unitsize(0.3 cm); pair A, B, P, Q, R, S; real r = (3 + sqrt(17))/2; A = (-1,0); B = (1,0); P = intersectionpoint(arc(A,r + 1,0,180), arc(B,r + 1,0,180)); R = -P; Q = (r + 2,0); S = (-r - 2,0); draw(Circle(A,1)); draw(Circle(B,1)); draw(Circle(P,r)); draw(Circle(Q,r)); draw(Circle(R,r)); draw(Circle(S,r)); label("$A$", A); label("$B$", B); label("$P$", P); label("$Q$", Q); label("$R$", R); label("$S$", S); [/asy]
Three circle of unit radius passing through the point $P$ and one of the points of $A, B$ and $C$ each. What can be the radius of the circumcircle of the triangle $ABC$?
Let $n$ be a positive integer. Define a chameleon to be any sequence of $3n$ letters, with exactly $n$ occurrences of each of the letters $a, b,$ and $c$. Define a swap to be the transposition of two adjacent letters in a chameleon. Prove that for any chameleon $X$ , there exists a chameleon $Y$ such that $X$ cannot be changed to $Y$ using fewer than $3n^2/2$ swaps.
$M$ is any point on the side $AB$ of the triangle $ABC$. $r,r_1,r_2$ are the radii of the circles inscribed in $ABC,AMC,BMC$. $q$ is the radius of the circle on the opposite side of $AB$ to $C$, touching the three sides of $AB$ and the extensions of $CA$ and $CB$. Similarly, $q_1$ and $q_2$. Prove that $r_1r_2q=rq_1q_2$.
Dürer explains art history to his students. The following gothic window is examined. Where the center of the arc of $BC$ is $A$, and similarly the center of the arc of $AC$ is $B$. The question is how much is the radius of the circle (radius marked $r$ in the figure).[img]https://cdn.artofproblemsolving.com/attachments/5/c/28e5ee47005bfde7f925908b519099d5e28d91.png[/img]
In plane there are two circles with radiuses $r_1$ and $r_2$, one outside the other. There are two external common tangents on those circles and one internal common tangent. The internal one intersects external ones in points $A$ and $B$ and touches one of the circles in point $C$. Prove that $AC \cdot BC=r_1\cdot r_2$
Consider the equilateral triangle $ABC$ with $|BC| = |CA| = |AB| = 1$. On the extension of side $BC$, we define points $A_1$ (on the same side as B) and $A_2$ (on the same side as C) such that $|A_1B| = |BC| = |CA_2| = 1$. Similarly, we define $B_1$ and $B_2$ on the extension of side $CA$ such that $|B_1C| = |CA| =|AB_2| = 1$, and $C_1$ and $C_2$ on the extension of side $AB$ such that $|C_1A| = |AB| = |BC_2| = 1$. Now the circumcentre of 4ABC is also the centre of the circle that passes through the points $A_1,B_2,C_1,A_2,B_1$ and $C_2$. Calculate the radius of the circle through $A_1,B_2,C_1,A_2,B_1$ and $C_2$. [asy] unitsize(1.5 cm); pair[] A, B, C; A[0] = (0,0); B[0] = (1,0); C[0] = dir(60); A[1] = B[0] + dir(-60); A[2] = C[0] + dir(120); B[1] = C[0] + dir(60); B[2] = A[0] + dir(240); C[1] = A[0] + (-1,0); C[2] = B[0] + (1,0); draw(A[1]--A[2]); draw(B[1]--B[2]); draw(C[1]--C[2]); draw(circumcircle(A[2],B[1],C[2])); dot("$A$", A[0], SE); dot("$A_1$", A[1], SE); dot("$A_2$", A[2], NW); dot("$B$", B[0], SW); dot("$B_1$", B[1], NE); dot("$B_2$", B[2], SW); dot("$C$", C[0], N); dot("$C_1$", C[1], W); dot("$C_2$", C[2], E); [/asy]
Let $n$ be a positive integer. Define a chameleon to be any sequence of $3n$ letters, with exactly $n$ occurrences of each of the letters $a, b,$ and $c$. Define a swap to be the transposition of two adjacent letters in a chameleon. Prove that for any chameleon $X$ , there exists a chameleon $Y$ such that $X$ cannot be changed to $Y$ using fewer than $3n^2/2$ swaps.
$(MON 5)$ Find the radius of the circle circumscribed about the isosceles triangle whose sides are the solutions of the equation $x^2 - ax + b = 0$.
Let $R$ and $r$ be the radii of the circles circumscribed and inscribed, respectively, in a triangle. Prove that $R \ge 2r$, and that $R = 2r$ only for an equilateral triangle.
Let $n$ be a positive integer. Define a chameleon to be any sequence of $3n$ letters, with exactly $n$ occurrences of each of the letters $a, b,$ and $c$. Define a swap to be the transposition of two adjacent letters in a chameleon. Prove that for any chameleon $X$ , there exists a chameleon $Y$ such that $X$ cannot be changed to $Y$ using fewer than $3n^2/2$ swaps.
Let $n$ be a positive integer. Define a chameleon to be any sequence of $3n$ letters, with exactly $n$ occurrences of each of the letters $a, b,$ and $c$. Define a swap to be the transposition of two adjacent letters in a chameleon. Prove that for any chameleon $X$ , there exists a chameleon $Y$ such that $X$ cannot be changed to $Y$ using fewer than $3n^2/2$ swaps.
In a circumference $\Gamma$ a chord $PQ$ is considered such that the segment that joins the midpoint of the smallest arc $PQ$ and the midpoint of the segment $PQ$ measures $1$. Let $\Gamma_1, \Gamma_2$ and $\Gamma_3$ be three tangent circumferences to the chord $PQ$ that are in the same half plane than the center of $\Gamma$ with respect to the line $PQ$. Furthermore, $\Gamma_1$ and $\Gamma_3$ are internally tangent to $\Gamma$ and externally tangent to$ \Gamma_2$, and the centers of $\Gamma_1$ and $\Gamma_3$ are on different halfplanes with respect to the line determined by the centers of $\Gamma$ and $\Gamma_2$. If the sum of the radii of $\Gamma_1, \Gamma_2$ and $\Gamma_3$ is equal to the radius of $\Gamma$, calculate the radius of $\Gamma_2$.
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.
Let $n$ be a positive integer. Define a chameleon to be any sequence of $3n$ letters, with exactly $n$ occurrences of each of the letters $a, b,$ and $c$. Define a swap to be the transposition of two adjacent letters in a chameleon. Prove that for any chameleon $X$ , there exists a chameleon $Y$ such that $X$ cannot be changed to $Y$ using fewer than $3n^2/2$ swaps.
Given a circle centered at the origin. Prove that there is a circle of smaller radius that has no less points with integer coordinates.
Given an acute-angled triangle $ABC$. A straight line parallel to $BC$ intersects sides $AB$ and $AC$ at points $M$ and $P$, respectively. At what location of the points $M$ and $P$ will the radius of the circle circumscribed about the triangle $BMP$ be the smallest? (I. Sharygin)
Let $n$ be a positive integer. Define a chameleon to be any sequence of $3n$ letters, with exactly $n$ occurrences of each of the letters $a, b,$ and $c$. Define a swap to be the transposition of two adjacent letters in a chameleon. Prove that for any chameleon $X$ , there exists a chameleon $Y$ such that $X$ cannot be changed to $Y$ using fewer than $3n^2/2$ swaps.
A regular pentagon of side length $1$ is given. Determine the smallest $r$ for which the pentagon can be covered by five discs of radius $r$ and justify your answer.
Let $ABCD$ be a unit square. Draw a quadrant of the a circle with $A$ as centre and $B,D$ as end points of the arc. Similarly, draw a quadrant of a circle with $B$ as centre and $A,C$ as end points of the arc. Inscribe a circle $\Gamma$ touching the arc $AC$ externally, the arc $BD$ externally and also touching the side $AD$. Find the radius of $\Gamma$.
In a semicircle of radius $4$ three circles are inscribed, as indicated in the figure. Larger circles have radii $ R_1 $ and $ R_2 $, and the larger circle has radius $ r $. a) Prove that $ \dfrac {1} {\sqrt{r}} = \dfrac {1} {\sqrt{R_1}} + \dfrac {1} {\sqrt{R_2}} $ b) Prove that $ R_1 + R_2 \le 8 (\sqrt{2} -1) $ c) Prove that $ r \le \sqrt{2} -1 $ [img]https://cdn.artofproblemsolving.com/attachments/0/9/aaaa65d1f4da4883973751e1363df804b9944c.jpg[/img]