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: 280

Three circles $C_1,C_2,C_3$, with radii $1, 2, 3$ respectively, are externally tangent. In the area enclosed by these circles, there is a circle $C_4$ which is externally tangent to all three circles. Find the radius of $C_4$. [asy] unitsize(0.4 cm); pair[] O; real[] r; O[1] = (-12/5,16/5); r[1] = 1; O[2] = (0,5); r[2] = 2; O[3] = (0,0); r[3] = 3; O[4] = (-132/115, 351/115); r[4] = 6/23; draw(Circle(O[1],r[1])); draw(Circle(O[2],r[2])); draw(Circle(O[3],r[3])); draw(Circle(O[4],r[4])); label("$C_1$", O[1]); label("$C_2$", O[2]); label("$C_3$", O[3]); [/asy]
Let \(n \geq 5\) be integer. The convex polygon \(P = A_{1} A_{2} \ldots A_{n}\) is bicentric, that is, it has an inscribed and circumscribed circle. Set \(A_{i+n}=A_{i}\) to every integer \(i\) (that is, all indices are taken modulo \(n\)). Suppose that for all \(i, 1 \leq i \leq n\), the rays \(A_{i-1} A_{i}\) and \(A_{i+2} A_{i+1}\) meet at the point \(B_{i}\). Let \(\omega_{i}\) be the circumcircle of \(B_{i} A_{i} A_{i+1}\). Prove that there is a circle tangent to all \(n\) circles \(\omega_{i}\), \(1 \leq i \leq n\).
Let $ABC$ be an acute-angled triangle \( ABC \) with \( AC > BC \) and incenter \( I \). Let \( \omega \) be the mixtilinear circle at vertex \( C \), i.e. the circle internally tangent to the circumcircle of \( \triangle ABC \) and also tangent to lines \( AC \) and \( BC \). A circle \( \Gamma \) passes through points \( A \) and \( B \) and is tangent to \( \omega \) at point \( T \), with \( C \notin \Gamma \) and \( I \) being inside \( \triangle ATB \). Prove that: $$\angle CTB + \angle ATI = 180^\circ + \angle BAI - \angle ABI.$$
A semicircle of radius $5$ and a quarter of a circle of radius $8$ touch each other and are located inside the square as shown in the figure. Find the length of the part of the common tangent, enclosed in the same square. [img]https://cdn.artofproblemsolving.com/attachments/f/2/010f501a7bc1d34561f2fe585773816f168e93.png[/img]
Two circles $S_1$ and $S_2$ touch externally at $F$. their external common tangent touches $S_1$ at $A$ and $S_2$ at $B$. A line, parallel to $AB$ and tangent to $S_2$ at $C$, intersects $S_1$ at $D$ and $E$. Prove that points $A,F,C$ are collinear. (A. Kalinin)