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

Construct a quadrilateral which is not a parallelogram, in which a pair of opposite angles and a pair of opposite sides are equal.
In $\triangle ABC$, $AB=AC=28$ and $BC=20$. Points $D,E,$ and $F$ are on sides $\overline{AB}$, $\overline{BC}$, and $\overline{AC}$, respectively, such that $\overline{DE}$ and $\overline{EF}$ are parallel to $\overline{AC}$ and $\overline{AB}$, respectively. What is the perimeter of parallelogram $ADEF$? [asy] size(180); pen dps = linewidth(0.7) + fontsize(10); defaultpen(dps); real r=5/7; pair A=(10,sqrt(28^2-100)),B=origin,C=(20,0),D=(A.x*r,A.y*r); pair bottom=(C.x+(D.x-A.x),C.y+(D.y-A.y)); pair E=extension(D,bottom,B,C); pair top=(E.x+D.x,E.y+D.y); pair F=extension(E,top,A,C); draw(A--B--C--cycle^^D--E--F); dot(A^^B^^C^^D^^E^^F); label("$A$",A,NW); label("$B$",B,SW); label("$C$",C,SE); label("$D$",D,W); label("$E$",E,S); label("$F$",F,dir(0)); [/asy] $\textbf{(A) }48\qquad \textbf{(B) }52\qquad \textbf{(C) }56\qquad \textbf{(D) }60\qquad \textbf{(E) }72\qquad$
Given a set $ \mathcal{H}$ of points in the plane, $ P$ is called an "intersection point of $ \mathcal{H}$" if distinct points $ A,B,C,D$ exist in $ \mathcal{H}$ such that lines $ AB$ and $ CD$ are distinct and intersect in $ P$. Given a finite set $ \mathcal{A}_{0}$ of points in the plane, a sequence of sets is defined as follows: for any $ j\geq0$, $ \mathcal{A}_{j+1}$ is the union of $ \mathcal{A}_{j}$ and the intersection points of $ \mathcal{A}_{j}$. Prove that, if the union of all the sets in the sequence is finite, then $ \mathcal{A}_{i}=\mathcal{A}_{1}$ for any $ i\geq1$.
Let $ABCDE$ be a convex pentagon such that $BC \parallel AE,$ $AB = BC + AE,$ and $\angle ABC = \angle CDE.$ Let $M$ be the midpoint of $CE,$ and let $O$ be the circumcenter of triangle $BCD.$ Given that $\angle DMO = 90^{\circ},$ prove that $2 \angle BDA = \angle CDE.$ [i]Proposed by Nazar Serdyuk, Ukraine[/i]
$\textbf{Bake Sale}$ Four friends, Art, Roger, Paul and Trisha, bake cookies, and all cookies have the same thickness. The shapes of the cookies di ffer, as shown. $\circ$ Art's cookies are trapezoids: [asy]size(80);defaultpen(linewidth(0.8));defaultpen(fontsize(8)); draw(origin--(5,0)--(5,3)--(2,3)--cycle); draw(rightanglemark((5,3), (5,0), origin)); label("5 in", (2.5,0), S); label("3 in", (5,1.5), E); label("3 in", (3.5,3), N);[/asy] $\circ$ Roger's cookies are rectangles: [asy]size(80);defaultpen(linewidth(0.8));defaultpen(fontsize(8)); draw(origin--(4,0)--(4,2)--(0,2)--cycle); draw(rightanglemark((4,2), (4,0), origin)); draw(rightanglemark((0,2), origin, (4,0))); label("4 in", (2,0), S); label("2 in", (4,1), E);[/asy] $\circ$ Paul's cookies are parallelograms: [asy]size(80);defaultpen(linewidth(0.8));defaultpen(fontsize(8)); draw(origin--(3,0)--(2.5,2)--(-0.5,2)--cycle); draw((2.5,2)--(2.5,0), dashed); draw(rightanglemark((2.5,2),(2.5,0), origin)); label("3 in", (1.5,0), S); label("2 in", (2.5,1), W);[/asy] $\circ$ Trisha's cookies are triangles: [asy]size(80);defaultpen(linewidth(0.8));defaultpen(fontsize(8)); draw(origin--(3,0)--(3,4)--cycle); draw(rightanglemark((3,4),(3,0), origin)); label("3 in", (1.5,0), S); label("4 in", (3,2), E);[/asy] Each friend uses the same amount of dough, and Art makes exactly 12 cookies. Who gets the fewest cookies from one batch of cookie dough? $ \textbf{(A)}\ \text{Art}\qquad\textbf{(B)}\ \text{Roger}\qquad\textbf{(C)}\ \text{Paul}\qquad\textbf{(D)}\ \text{Trisha}\qquad\textbf{(E)}\ \text{There is a tie for fewest.}$
Given a parallelogram ABCD, let M and N be the midpoints of the sides BC and CD. Can the lines AM, AN divide the angle BAD into three equal angles?
Let $S$ be the set of points $A$ in the Cartesian plane such that the four points $A$, $(2, 3)$, $(-1, 0)$, and $(0, 6)$ form the vertices of a parallelogram. Let $P$ be the convex polygon whose vertices are the points in $S$. What is the area of $P$?
Let $n$ be a positive integer and let $G$ be the set of points $(x, y)$ in the plane such that $x$ and $y$ are integers with $1 \leq x, y \leq n$. A subset of $G$ is called [i]parallelogram-free[/i] if it does not contains four non-collinear points, which are the vertices of a parallelogram. What is the largest number of elements a parallelogram-free subset of $G$ can have?
Let $ABC$ be a triangle. The incircle of $ABC$ touches the sides $AB$ and $AC$ at the points $Z$ and $Y$, respectively. Let $G$ be the point where the lines $BY$ and $CZ$ meet, and let $R$ and $S$ be points such that the two quadrilaterals $BCYR$ and $BCSZ$ are parallelogram. Prove that $GR=GS$. [i]Proposed by Hossein Karke Abadi, Iran[/i]
In a trapezoid $ABCD$ with $AD \parallel BC , O_{1}, O_{2}, O_{3}, O_{4}$ denote the circles with diameters $AB, BC, CD, DA$, respectively. Show that there exists a circle with center inside the trapezoid which is tangent to all the four circles $O_{1},..., O_{4}$ if and only if $ABCD$ is a parallelogram.
Let $\Gamma$ and $\Gamma'$ be two congruent circles centered at $O$ and $O'$, respectively, and let $A$ be one of their two points of intersection. $B$ is a point on $\Gamma$, $C$ is the second point of intersection of $AB$ and $\Gamma'$, and $D$ is a point on $\Gamma'$ such that $OBDO'$ is a parallelogram. Show that the length of $CD$ does not depend on the position of $B$.
Two medians of a triangle with unequal sides are $ 3$ inches and $ 6$ inches. Its area is $ 3 \sqrt{15}$ square inches. The length of the third median in inches, is: $ \textbf{(A)}\ 4 \qquad \textbf{(B)}\ 3 \sqrt{3} \qquad \textbf{(C)}\ 3 \sqrt{6} \qquad \textbf{(D)}\ 6 \sqrt{3} \qquad \textbf{(E)}\ 6 \sqrt{6}$
In a triangle $\triangle ABC$ with$\angle B>\angle C$, the altitude, the angle bisector, and the median from $A$ intersect $BC$ at $H, L$ and $D$, respectively. Show that $\angle HAL=\angle DAL$ if and only if $\angle BAC=90^{\circ}$.
Two circles $ O, O'$ having same radius meet at two points, $ A,B (A \not = B) $. Point $ P,Q $ are each on circle $ O $ and $ O' $ $(P \not = A,B ~ Q\not = A,B )$. Select the point $ R $ such that $ PAQR $ is a parallelogram. Assume that $ B, R, P, Q $ is cyclic. Now prove that $ PQ = OO' $.
Let $K$ and $M$ be points on the side $AB$ of a triangle $\triangle{ABC}$, and let $L$ and $N$ be points on the side $AC$. The point $K$ is between $M$ and $B$, and the point $L$ is between $N$ and $C$. If $\frac{BK}{KM}=\frac{CL}{LN}$, then prove that the orthocentres of the triangles $\triangle{ABC}$, $\triangle{AKL}$ and $\triangle{AMN}$ lie on one line.
Let $\vartriangle ABC$ be an isosceles triangle with $AC = BC$. Points $D, E, F$ are considered on $BC, CA, AB$, respectively, such that $AF> BF$ and that the quadrilateral $CEFD$ is a parallelogram. The perpendicular line to $BC$ drawn by $B$ intersects the perpendicular bisector of $AB$ at $G$. Prove that $DE \perp FG$.
In the parallelogram $CMNP$ extend the bisectors of angles $MCN$ and $PCN$ and intersect with extensions of sides PN and $MN$ at points $A$ and $B$, respectively. Prove that the bisector of the original angle $C$ of the the parallelogram is perpendicular to $AB$. [img]https://cdn.artofproblemsolving.com/attachments/f/3/fde8ef133758e06b1faf8bdd815056173f9233.png[/img]
[b]Problem 1.[/b] Points $D$ and $E$ are chosen on the sides $AB$ and $AC$, respectively, of a triangle $\triangle ABC$ such that $DE\parallel BC$. The circumcircle $k$ of triangle $\triangle ADE$ intersects the lines $BE$ and $CD$ at the points $M$ and $N$ (different from $E$ and $D$). The lines $AM$ and $AN$ intersect the side $BC$ at points $P$ and $Q$ such that $BC=2\cdot PQ$ and the point $P$ lies between $B$ and $Q$. Prove that the circle $k$ passes through the point of intersection of the side $BC$ and the angle bisector of $\angle BAC$. [i]Nikolai Nikolov[/i]
Let $ABC$ be an acute-angled triangle with $AB\not= AC$. Let $\Gamma$ be the circumcircle, $H$ the orthocentre and $O$ the centre of $\Gamma$. $M$ is the midpoint of $BC$. The line $AM$ meets $\Gamma$ again at $N$ and the circle with diameter $AM$ crosses $\Gamma$ again at $P$. Prove that the lines $AP,BC,OH$ are concurrent if and only if $AH=HN$.
Let $ABC$ be a triangle, the point $E$ is in the segment $AC$, the point $F$ is in the segment $AB$ and $P=BE\cap CF$. Let $D$ be a point such that $AEDF$ is a parallelogram, Prove that $D$ is in the side $BC$, if and only if, the triangle $BPC$ and the quadrilateral $AEPF$ have the same area.
Let ABCD be a convex quadrilateral such that $AB + CD = \sqrt{2}AC$ and $BC + DA = \sqrt{2}BD$. Prove that ABCD is a parallelogram.
Suppose $ABCD$ is a parallelogram and $E$ is a point between $B$ and $C$ on the line $BC$. If the triangles $DEC$, $BED$ and $BAD$ are isosceles what are the possible values for the angle $DAB$?
Triangle $BCF$ has a right angle at $B$. Let $A$ be the point on line $CF$ such that $FA=FB$ and $F$ lies between $A$ and $C$. Point $D$ is chosen so that $DA=DC$ and $AC$ is the bisector of $\angle{DAB}$. Point $E$ is chosen so that $EA=ED$ and $AD$ is the bisector of $\angle{EAC}$. Let $M$ be the midpoint of $CF$. Let $X$ be the point such that $AMXE$ is a parallelogram. Prove that $BD,FX$ and $ME$ are concurrent.
A set $A_1 , A_2 , A_3 , A_4$ of 4 points in the plane is said to be [i]Athenian[/i] set if there is a point $P$ of the plane satsifying (*) $P$ does not lie on any of the lines $A_i A_j$ for $1 \leq i < j \leq 4$; (**) the line joining $P$ to the mid-point of the line $A_i A_j$ is perpendicular to the line joining $P$ to the mid-point of $A_k A_l$, $i,j,k,l$ being distinct. (a) Find all [i]Athenian[/i] sets in the plane. (b) For a given [i]Athenian[/i] set, find the set of all points $P$ in the plane satisfying (*) and (**)
Let $ABC$ be an acute triangle with altitudes $AD$, $BE$, and $CF$, and let $O$ be the center of its circumcircle. Show that the segments $OA$, $OF$, $OB$, $OD$, $OC$, $OE$ dissect the triangle $ABC$ into three pairs of triangles that have equal areas.