Found problems: 663
Kyiv City MO Juniors Round2 2010+ geometry, 2017.7.4
On the sides $AD$ and $BC$ of a rectangle $ABCD$ select points $M, N$ and $P, Q$ respectively such that $AM = MN = ND = BP = PQ = QC$. On segment $QC$ selected point $X$, different from the ends of the segment. Prove that the perimeter of $\vartriangle ANX$ is more than the perimeter of $\vartriangle MDX$.
2018 Hanoi Open Mathematics Competitions, 6
In the below figure, there is a regular hexagon and three squares whose sides are equal to $4$ cm. Let $M,N$, and $P$ be the centers of the squares. The perimeter of the triangle $MNP$ can be written in the form $a + b\sqrt3$ (cm), where $a, b$ are integers. Compute the value of $a + b$.
[img]https://cdn.artofproblemsolving.com/attachments/e/8/5996e994d4bbed8d3b3269d3e38fc2ec5d2f0b.png[/img]
2014 Belarusian National Olympiad, 3
The angles at the vertices $A$ and $C$ in the convex quadrilateral $ABCD$ are not acute. Points $K, L, M$ and $N$ are marked on the sides $AB, BC, CD$ and $DA$ respectively. Prove that the perimeter of $KLMN$ is not less than the double length of the diagonal $AC$.
1992 IMO Longlists, 70
Let two circles $A$ and $B$ with unequal radii $r$ and $R$, respectively, be tangent internally at the point $A_0$. If there exists a sequence of distinct circles $(C_n)$ such that each circle is tangent to both $A$ and $B$, and each circle $C_{n+1}$ touches circle $C_{n}$ at the point $A_n$, prove that
\[\sum_{n=1}^{\infty} |A_{n+1}A_n| < \frac{4 \pi Rr}{R+r}.\]
1983 Tournament Of Towns, (049) 1
On sides $CB$ and $CD$ of square $ABCD$ are chosen points $M$ and $K$ so that the perimeter of triangle $CMK$ equals double the side of the square. Find angle $\angle MAK$.
1967 AMC 12/AHSME, 5
A triangle is circumscribed about a circle of radius $r$ inches. If the perimeter of the triangle is $P$ inches and the area is $K$ square inches, then $\frac{P}{K}$ is:
$ \text{(A)}\text{independent of the value of} \; r\qquad\text{(B)}\ \frac{\sqrt{2}}{r}\qquad\text{(C)}\ \frac{2}{\sqrt{r}}\qquad\text{(D)}\ \frac{2}{r}\qquad\text{(E)}\ \frac{r}{2} $
2019 Estonia Team Selection Test, 11
Given a circle $\omega$ with radius $1$. Let $T$ be a set of triangles good, if the following conditions apply:
(a) the circumcircle of each triangle in the set $T$ is $\omega$;
(b) The interior of any two triangles in the set $T$ has no common point.
Find all positive real numbers $t$, for which for each positive integer $n$ there is a good set of $n$ triangles, where the perimeter of each triangle is greater than $t$.
1986 IMO Longlists, 60
Prove the inequality
\[(-a+b+c)^2(a-b+c)^2(a+b-c)^2 \geq (-a^2+b^2+c^2)(a^2-b^2+c^2)(a^2+b^2-c^2)\]
for all real numbers $a, b, c.$
2012 Math Prize For Girls Problems, 9
Bianca has a rectangle whose length and width are distinct primes less than 100. Let $P$ be the perimeter of her rectangle, and let $A$ be the area of her rectangle. What is the least possible value of $\frac{P^2}{A}$?
1985 Brazil National Olympiad, 3
A convex quadrilateral is inscribed in a circle of radius $1$. Show that the its perimeter less the sum of its two diagonals lies between $0$ and $2$.
2014 Purple Comet Problems, 3
The cross below is made up of five congruent squares. The perimeter of the cross is $72$. Find its area.
[asy]
import graph;
size(3cm);
pair A = (0,0);
pair temp = (1,0);
pair B = rotate(45,A)*temp;
pair C = rotate(90,B)*A;
pair D = rotate(270,C)*B;
pair E = rotate(270,D)*C;
pair F = rotate(90,E)*D;
pair G = rotate(270,F)*E;
pair H = rotate(270,G)*F;
pair I = rotate(90,H)*G;
pair J = rotate(270,I)*H;
pair K = rotate(270,J)*I;
pair L = rotate(90,K)*J;
draw(A--B--C--D--E--F--G--H--I--J--K--L--cycle);
[/asy]
2003 AMC 10, 17
The number of inches in the perimeter of an equilateral triangle equals the number of square inches in the area of its circumscribed circle. What is the radius, in inches, of the circle?
$ \textbf{(A)}\ \frac{3\sqrt2}{\pi} \qquad
\textbf{(B)}\ \frac{3\sqrt3}{\pi} \qquad
\textbf{(C)}\ \sqrt3 \qquad
\textbf{(D)}\ \frac{6}{\pi} \qquad
\textbf{(E)}\ \sqrt3\pi$
1995 AIME Problems, 9
Triangle $ABC$ is isosceles, with $AB=AC$ and altitude $AM=11.$ Suppose that there is a point $D$ on $\overline{AM}$ with $AD=10$ and $\angle BDC=3\angle BAC.$ Then the perimeter of $\triangle ABC$ may be written in the form $a+\sqrt{b},$ where $a$ and $b$ are integers. Find $a+b.$
[asy] import graph; size(7cm); real lsf=0.5; pen dps=linewidth(0.7)+fontsize(10); defaultpen(dps); pen ds=black; real xmin=-1.55,xmax=7.95,ymin=-4.41,ymax=5.3; draw((1,3)--(0,0)); draw((0,0)--(2,0)); draw((2,0)--(1,3)); draw((1,3)--(1,0)); draw((1,0.7)--(0,0)); draw((1,0.7)--(2,0)); label("$11$",(0.75,1.63),SE*lsf); dot((1,3),ds); label("$A$",(0.96,3.14),NE*lsf); dot((0,0),ds); label("$B$",(-0.15,-0.18),NE*lsf); dot((2,0),ds); label("$C$",(2.06,-0.18),NE*lsf); dot((1,0),ds); label("$M$",(0.97,-0.27),NE*lsf); dot((1,0.7),ds); label("$D$",(1.05,0.77),NE*lsf); clip((xmin,ymin)--(xmin,ymax)--(xmax,ymax)--(xmax,ymin)--cycle); [/asy]