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

2019 India IMO Training Camp, P2

Let $ABC$ be a triangle with $\angle A=\angle C=30^{\circ}.$ Points $D,E,F$ are chosen on the sides $AB,BC,CA$ respectively so that $\angle BFD=\angle BFE=60^{\circ}.$ Let $p$ and $p_1$ be the perimeters of the triangles $ABC$ and $DEF$, respectively. Prove that $p\le 2p_1.$

2009 Portugal MO, 2

Points $N$ and $M$ are on the sides $CD$ and $BC$ of square $ABCD$, respectively. The perimeter of triangle $MCN$ is equal to the double of the length of the square's side. Find $\angle MAN$.

1997 AMC 12/AHSME, 2

The adjacent sides of the decagon shown meet at right angles. What is its perimeter? [asy]defaultpen(linewidth(.8pt)); dotfactor=4; dot(origin);dot((12,0));dot((12,1));dot((9,1));dot((9,7));dot((7,7));dot((7,10));dot((3,10));dot((3,8));dot((0,8)); draw(origin--(12,0)--(12,1)--(9,1)--(9,7)--(7,7)--(7,10)--(3,10)--(3,8)--(0,8)--cycle); label("$8$",midpoint(origin--(0,8)),W); label("$2$",midpoint((3,8)--(3,10)),W); label("$12$",midpoint(origin--(12,0)),S);[/asy]$ \textbf{(A)}\ 22\qquad \textbf{(B)}\ 32\qquad \textbf{(C)}\ 34\qquad \textbf{(D)}\ 44\qquad \textbf{(E)}\ 50$

2008 Mexico National Olympiad, 2

Consider a circle $\Gamma$, a point $A$ on its exterior, and the points of tangency $B$ and $C$ from $A$ to $\Gamma$. Let $P$ be a point on the segment $AB$, distinct from $A$ and $B$, and let $Q$ be the point on $AC$ such that $PQ$ is tangent to $\Gamma$. Points $R$ and $S$ are on lines $AB$ and $AC$, respectively, such that $PQ\parallel RS$ and $RS$ is tangent to $\Gamma$ as well. Prove that $[APQ]\cdot[ARS]$ does not depend on the placement of point $P$.

2003 Purple Comet Problems, 4

The lengths of the diagonals of a rhombus are, in inches, two consecutive integers. The area of the rhombus is $210$ sq. in. Find its perimeter, in inches.

1989 All Soviet Union Mathematical Olympiad, 496

A triangle with perimeter $1$ has side lengths $a, b, c$. Show that $a^2 + b^2 + c^2 + 4abc <\frac 12$.

2015 AMC 10, 17

A line that passes through the origin intersects both the line $x=1$ and the line $y=1+\frac{\sqrt{3}}{3}x$. The three lines create an equilateral triangle. What is the perimeter of the triangle? $ \textbf{(A) }2\sqrt{6}\qquad\textbf{(B) }2+2\sqrt{3}\qquad\textbf{(C) }6\qquad\textbf{(D) }3+2\sqrt{3}\qquad\textbf{(E) }6+\frac{\sqrt{3}}{3} $

1999 AIME Problems, 4

The two squares shown share the same center $O$ and have sides of length 1. The length of $\overline{AB}$ is $43/99$ and the area of octagon $ABCDEFGH$ is $m/n,$ where $m$ and $n$ are relatively prime positive integers. Find $m+n.$ [asy] real alpha = 25; pair W=dir(225), X=dir(315), Y=dir(45), Z=dir(135), O=origin; pair w=dir(alpha)*W, x=dir(alpha)*X, y=dir(alpha)*Y, z=dir(alpha)*Z; draw(W--X--Y--Z--cycle^^w--x--y--z--cycle); pair A=intersectionpoint(Y--Z, y--z), C=intersectionpoint(Y--X, y--x), E=intersectionpoint(W--X, w--x), G=intersectionpoint(W--Z, w--z), B=intersectionpoint(Y--Z, y--x), D=intersectionpoint(Y--X, w--x), F=intersectionpoint(W--X, w--z), H=intersectionpoint(W--Z, y--z); dot(O); label("$O$", O, SE); label("$A$", A, dir(O--A)); label("$B$", B, dir(O--B)); label("$C$", C, dir(O--C)); label("$D$", D, dir(O--D)); label("$E$", E, dir(O--E)); label("$F$", F, dir(O--F)); label("$G$", G, dir(O--G)); label("$H$", H, dir(O--H));[/asy]

2002 Federal Competition For Advanced Students, Part 2, 3

Let $H$ be the orthocenter of an acute-angled triangle $ABC$. Show that the triangles $ABH,BCH$ and $CAH$ have the same perimeter if and only if the triangle $ABC$ is equilateral.

1982 All Soviet Union Mathematical Olympiad, 348

The $KLMN$ tetrahedron (triangle pyramid) vertices are situated inside or on the faces or on the edges of the $ABCD$ tetrahedron. Prove that perimeter of $KLMN$ is less than $4/3$ perimeter of $ABCD$.

Denmark (Mohr) - geometry, 1991.3

A right-angled triangle has perimeter $60$ and the altitude of the hypotenuse has a length $12$. Determine the lengths of the sides.

1994 Baltic Way, 15

Does there exist a triangle such that the lengths of all its sides and altitudes are integers and its perimeter is equal to $1995$?

2003 Irish Math Olympiad, 1

If $a,b,c$ are the sides of a triangle whose perimeter is equal to 2 then prove that: a) $abc+\frac{28}{27}\geq ab+bc+ac$; b) $abc+1<ab+bc+ac$ See also [url]http://www.mathlinks.ro/Forum/viewtopic.php?t=47939&view=next[/url] (problem 1) :)

2013 AMC 12/AHSME, 11

Triangle $ABC$ is equilateral with $AB=1$. Points $E$ and $G$ are on $\overline{AC}$ and points $D$ and $F$ are on $\overline{AB}$ such that both $\overline{DE}$ and $\overline{FG}$ are parallel to $\overline{BC}$. Furthermore, triangle $ADE$ and trapezoids $DFGE$ and $FBCG$ all have the same perimeter. What is $DE+FG$? [asy] size(180); pen dps = linewidth(0.7) + fontsize(10); defaultpen(dps); real s=1/2,m=5/6,l=1; pair A=origin,B=(l,0),C=rotate(60)*l,D=(s,0),E=rotate(60)*s,F=m,G=rotate(60)*m; draw(A--B--C--cycle^^D--E^^F--G); dot(A^^B^^C^^D^^E^^F^^G); label("$A$",A,SW); label("$B$",B,SE); label("$C$",C,N); label("$D$",D,S); label("$E$",E,NW); label("$F$",F,S); label("$G$",G,NW); [/asy] $\textbf{(A) }1\qquad \textbf{(B) }\dfrac{3}{2}\qquad \textbf{(C) }\dfrac{21}{13}\qquad \textbf{(D) }\dfrac{13}{8}\qquad \textbf{(E) }\dfrac{5}{3}\qquad$

2005 MOP Homework, 7

Let $a$, $b$, and $c$ be pairwise distinct positive integers, which are side lengths of a triangle. There is a line which cuts both the area and the perimeter of the triangle into two equal parts. This line cuts the longest side of the triangle into two parts with ratio $2:1$. Determine $a$, $b$, and $c$ for which the product abc is minimal.

2002 Iran Team Selection Test, 4

$O$ is a point in triangle $ABC$. We draw perpendicular from $O$ to $BC,AC,AB$ which intersect $BC,AC,AB$ at $A_{1},B_{1},C_{1}$. Prove that $O$ is circumcenter of triangle $ABC$ iff perimeter of $ABC$ is not less than perimeter of triangles $AB_{1}C_{1},BC_{1}A_{1},CB_{1}A_{1}$.

Today's calculation of integrals, 858

On the plane $S$ in a space, given are unit circle $C$ with radius 1 and the line $L$. Find the volume of the solid bounded by the curved surface formed by the point $P$ satifying the following condition $(a),\ (b)$. $(a)$ The point of intersection $Q$ of the line passing through $P$ and perpendicular to $S$ are on the perimeter or the inside of $C$. $(b)$ If $A,\ B$ are the points of intersection of the line passing through $Q$ and pararell to $L$, then $\overline{PQ}=\overline{AQ}\cdot \overline{BQ}$.

2003 AIME Problems, 7

Point $B$ is on $\overline{AC}$ with $AB = 9$ and $BC = 21$. Point $D$ is not on $\overline{AC}$ so that $AD = CD$, and $AD$ and $BD$ are integers. Let $s$ be the sum of all possible perimeters of $\triangle ACD$. Find $s$.

2020 Novosibirsk Oral Olympiad in Geometry, 2

Vitya cut the chessboard along the borders of the cells into pieces of the same perimeter. It turned out that not all of the received parts are equal. What is the largest possible number of parts that Vitya could get?

2008 Balkan MO Shortlist, G3

We draw two lines $(\ell_1) , (\ell_2)$ through the orthocenter $H$ of the triangle $ABC$ such that each one is dividing the triangle into two figures of equal area and equal perimeters. Find the angles of the triangle.

2012 National Olympiad First Round, 1

Find the perimeter of a triangle whose altitudes are $3,4,$ and $6$. $ \textbf{(A)}\ 12\sqrt\frac35 \qquad \textbf{(B)}\ 16\sqrt\frac35 \qquad \textbf{(C)}\ 20\sqrt\frac35 \qquad \textbf{(D)}\ 24\sqrt\frac35 \qquad \textbf{(E)}\ \text{None}$

2010 Sharygin Geometry Olympiad, 8

Given is a regular polygon. Volodya wants to mark $k$ points on its perimeter so that any another regular polygon (maybe having a different number of sides) doesn’t contain all marked points on its perimeter. Find the minimal $k$ sufficient for any given polygon.

2015 AMC 12/AHSME, 2

Two of the three sides of a triangle are $20$ and $15$. Which of the following numbers is not a possible perimeter of the triangle? $\textbf{(A) }52\qquad\textbf{(B) }57\qquad\textbf{(C) }62\qquad\textbf{(D) }67\qquad\textbf{(E) }72$

2009 IMO Shortlist, 4

For an integer $m\geq 1$, we consider partitions of a $2^m\times 2^m$ chessboard into rectangles consisting of cells of chessboard, in which each of the $2^m$ cells along one diagonal forms a separate rectangle of side length $1$. Determine the smallest possible sum of rectangle perimeters in such a partition. [i]Proposed by Gerhard Woeginger, Netherlands[/i]

1962 IMO Shortlist, 3

Consider the cube $ABCDA'B'C'D'$ ($ABCD$ and $A'B'C'D'$ are the upper and lower bases, repsectively, and edges $AA', BB', CC', DD'$ are parallel). The point $X$ moves at a constant speed along the perimeter of the square $ABCD$ in the direction $ABCDA$, and the point $Y$ moves at the same rate along the perimiter of the square $B'C'CB$ in the direction $B'C'CBB'$. Points $X$ and $Y$ begin their motion at the same instant from the starting positions $A$ and $B'$, respectively. Determine and draw the locus of the midpionts of the segments $XY$.