Found problems: 1342
2001 AMC 12/AHSME, 17
A point $ P$ is selected at random from the interior of the pentagon with vertices $ A \equal{} (0,2)$, $B \equal{} (4,0)$, $C \equal{} (2 \pi \plus{} 1, 0)$, $D \equal{} (2 \pi \plus{} 1,4)$, and $ E \equal{} (0,4)$. What is the probability that $ \angle APB$ is obtuse?
[asy]
size(150);
pair A, B, C, D, E;
A = (0,1.5);
B = (3,0);
C = (2 *pi + 1, 0);
D = (2 * pi + 1,4);
E = (0,4);
draw(A--B--C--D--E--cycle);
label("$A$", A, dir(180));
label("$B$", B, dir(270));
label("$C$", C, dir(0));
label("$D$", D, dir(0));
label("$E$", E, dir(180));
[/asy]
$ \displaystyle \textbf{(A)} \ \frac {1}{5} \qquad \textbf{(B)} \ \frac {1}{4} \qquad \textbf{(C)} \ \frac {5}{16} \qquad \textbf{(D)} \ \frac {3}{8} \qquad \textbf{(E)} \ \frac {1}{2}$
2015 Saint Petersburg Mathematical Olympiad, 5
Square with side 100 was cut by 99 horizontal and 99 vertical lines into 10000 rectangles (not necessarily with integer sides). How many rectangles in this square with area not exceeding 1 at least can be?
2023 AIME, 14
A cube-shaped container has vertices $A$, $B$, $C$, and $D$ where $\overline{AB}$ and $\overline{CD}$ are parallel edges of the cube, and $\overline{AC}$ and $\overline{BD}$ are diagonals of the faces of the cube. Vertex $A$ of the cube is set on a horizontal plane $\mathcal P$ so that the plane of the rectangle $ABCD$ is perpendicular to $\mathcal P$, vertex $B$ is $2$ meters above $\mathcal P$, vertex $C$ is $8$ meters above $\mathcal P$, and vertex $D$ is $10$ meters above $\mathcal P$. The cube contains water whose surface is $7$ meters above $\mathcal P$. The volume of the water is $\tfrac mn$ cubic meters, where $m$ and $n$ are relatively prime positive integers. Find $m+n$.
[asy]
size(250);
defaultpen(linewidth(0.6));
pair A = origin, B = (6,3), X = rotate(40)*B, Y = rotate(70)*X, C = X+Y, Z = X+B, D = B+C, W = B+Y;
pair P1 = 0.8*C+0.2*Y, P2 = 2/3*C+1/3*X, P3 = 0.2*D+0.8*Z, P4 = 0.63*D+0.37*W;
pair E = (-20,6), F = (-6,-5), G = (18,-2), H = (9,8);
filldraw(E--F--G--H--cycle,rgb(0.98,0.98,0.2));
fill(A--Y--P1--P4--P3--Z--B--cycle,rgb(0.35,0.7,0.9));
draw(A--B--Z--X--A--Y--C--X^^C--D--Z);
draw(P1--P2--P3--P4--cycle^^D--P4);
dot("$A$",A,S);
dot("$B$",B,S);
dot("$C$",C,N);
dot("$D$",D,N);
label("$\mathcal P$",(-13,4.5));
[/asy]
1994 AMC 12/AHSME, 2
A large rectangle is partitioned into four rectangles by two segments parallel to its sides. The areas of three of the resulting rectangles are shown. What is the area of the fourth rectangle?
[asy]
draw((0,0)--(10,0)--(10,7)--(0,7)--cycle);
draw((0,5)--(10,5));
draw((3,0)--(3,7));
label("6", (1.5,6));
label("?", (1.5,2.5));
label("14", (6.5,6));
label("35", (6.5,2.5));
[/asy]
$ \textbf{(A)}\ 10 \qquad\textbf{(B)}\ 15 \qquad\textbf{(C)}\ 20 \qquad\textbf{(D)}\ 21 \qquad\textbf{(E)}\ 25 $
2011 Junior Balkan MO, 4
Let $ABCD$ be a convex quadrilateral and points $E$ and $F$ on sides $AB,CD$ such that
\[\tfrac{AB}{AE}=\tfrac{CD}{DF}=n\]
If $S$ is the area of $AEFD$ show that ${S\leq\frac{AB\cdot CD+n(n-1)AD^2+n^2DA\cdot BC}{2n^2}}$
2000 Balkan MO, 3
How many $1 \times 10\sqrt 2$ rectangles can be cut from a $50\times 90$ rectangle using cuts parallel to its edges?
1970 AMC 12/AHSME, 12
A circle with radius $r$ is tangent to sides $AB$, $AD$, and $CD$ of rectangle $ABCD$ and passes through the midpoint of diagonal $AC$.The area of the rectangle in terms of $r$, is
$\textbf{(A) }4r^2\qquad\textbf{(B) }6r^2\qquad\textbf{(C) }8r^2\qquad\textbf{(D) }12r^2\qquad \textbf{(E) }20r^2$
May Olympiad L1 - geometry, 2005.4
There are two paper figures: an equilateral triangle and a rectangle. The height of rectangle is equal to the height of the triangle and the base of the rectangle is equal to the base of the triangle. Divide the triangle into three parts and the rectangle into two, using straight cuts, so that with the five pieces can be assembled, without gaps or overlays, a equilateral triangle. To assemble the figure, each part can be rotated and / or turned around.
2008 Germany Team Selection Test, 2
Tracey baked a square cake whose surface is dissected in a $ 10 \times 10$ grid. In some of the fields she wants to put a strawberry such that for each four fields that compose a rectangle whose edges run in parallel to the edges of the cake boundary there is at least one strawberry. What is the minimum number of required strawberries?
2004 Purple Comet Problems, 7
A rectangle has area $1100$. If the length is increased by ten percent and the width is
decreased by ten percent, what is the area of the new rectangle?
2014 AMC 10, 22
In rectangle $ABCD$, $AB=20$ and $BC=10$. Let $E$ be a point on $\overline{CD}$ such that $\angle CBE=15^\circ$. What is $AE$?
$ \textbf{(A)}\ \dfrac{20\sqrt3}3\qquad\textbf{(B)}\ 10\sqrt3\qquad\textbf{(C)}\ 18\qquad\textbf{(D)}\ 11\sqrt3\qquad\textbf{(E)}\ 20 $
2009 AMC 10, 14
Four congruent rectangles are placed as shown. The area of the outer square is $ 4$ times that of the inner square. What is the ratio of the length of the longer side of each rectangle to the length of its shorter side?
[asy]unitsize(6mm);
defaultpen(linewidth(.8pt));
path p=(1,1)--(-2,1)--(-2,2)--(1,2);
draw(p);
draw(rotate(90)*p);
draw(rotate(180)*p);
draw(rotate(270)*p);[/asy]$ \textbf{(A)}\ 3 \qquad \textbf{(B)}\ \sqrt {10} \qquad \textbf{(C)}\ 2 \plus{} \sqrt2 \qquad \textbf{(D)}\ 2\sqrt3 \qquad \textbf{(E)}\ 4$
Estonia Open Junior - geometry, 2009.2.1
A Christmas tree must be erected inside a convex rectangular garden and attached to the posts at the corners of the garden with four ropes running at the same height from the ground. At what point should the Christmas tree be placed, so that the sum of the lengths of these four cords is as small as possible?
2010 Contests, 4
A $9\times 7$ rectangle is tiled with tiles of the two types: L-shaped tiles composed by three unit squares (can be rotated repeatedly with $90^\circ$) and square tiles composed by four unit squares.
Let $n\ge 0$ be the number of the $2 \times 2 $ tiles which can be used in such a tiling. Find all the values of $n$.
2017 Tuymaada Olympiad, 7
A point $E$ lies on the extension of the side $AD$ of the rectangle $ABCD$ over $D$. The ray $EC$ meets the circumcircle $\omega$ of $ABE$ at the point $F\ne E$. The rays $DC$ and $AF$ meet at $P$. $H$ is the foot of the perpendicular drawn from $C$ to the line $\ell$ going through $E$ and parallel to $AF$. Prove that the line $PH$ is tangent to $\omega$.
(A. Kuznetsov)
2003 Tournament Of Towns, 4
In a triangle $ABC$, let $H$ be the point of intersection of altitudes, $I$ the center of incircle, $O$ the center of circumcircle, $K$ the point where the incircle touches $BC$. Given that $IO$ is parallel to $BC$, prove that $AO$ is parallel to $HK$.
2020 Iranian Geometry Olympiad, 2
Let $ABC$ be an isosceles triangle ($AB = AC$) with its circumcenter $O$. Point $N$ is the midpoint of the segment $BC$ and point $M$ is the reflection of the point $N$ with respect to the side $AC$. Suppose that $T$ is a point so that $ANBT$ is a rectangle. Prove that $\angle OMT = \frac{1}{2} \angle BAC$.
[i]Proposed by Ali Zamani[/i]
1979 AMC 12/AHSME, 1
[asy]
draw((-2,1)--(2,1)--(2,-1)--(-2,-1)--cycle);
draw((0,0)--(0,-1)--(-2,-1)--(-2,0)--cycle);
label("$F$",(0,0),E);
label("$A$",(-2,1),W);
label("$B$",(2,1),E);
label("$C$", (2,-1),E);
label("$D$",(-2,-1),WSW);
label("$E$",(-2,0),W);
label("$G$",(0,-1),S);
//Credit to TheMaskedMagician for the diagram
[/asy]
If rectangle $ABCD$ has area $72$ square meters and $E$ and $G$ are the midpoints of sides $AD$ and $CD$, respectively, then the area of rectangle $DEFG$ in square meters is
$\textbf{(A) }8\qquad\textbf{(B) }9\qquad\textbf{(C) }12\qquad\textbf{(D) }18\qquad\textbf{(E) }24$
1968 IMO Shortlist, 8
Given an oriented line $\Delta$ and a fixed point $A$ on it, consider all trapezoids $ABCD$ one of whose bases $AB$ lies on $\Delta$, in the positive direction. Let $E,F$ be the midpoints of $AB$ and $CD$ respectively. Find the loci of vertices $B,C,D$ of trapezoids that satisfy the following:
[i](i) [/i] $|AB| \leq a$ ($a$ fixed);
[i](ii) [/i] $|EF| = l$ ($l$ fixed);
[i](iii)[/i] the sum of squares of the nonparallel sides of the trapezoid is constant.
[hide="Remark"]
[b]Remark.[/b] The constants are chosen so that such trapezoids exist.[/hide]
2014 AMC 8, 20
Rectangle $ABCD$ has sides $CD=3$ and $DA=5$. A circle of radius $1$ is centered at $A$, a circle of radius $2$ is centered at $B$, and a circle of radius $3$ is centered at $C$. Which of the following is closest to the area of the region inside the rectangle but outside all three circles?
[asy]
draw((0,0)--(5,0)--(5,3)--(0,3)--(0,0));
draw(Circle((0,0),1));
draw(Circle((0,3),2));
draw(Circle((5,3),3));
label("A",(0.2,0),W);
label("B",(0.2,2.8),NW);
label("C",(4.8,2.8),NE);
label("D",(5,0),SE);
label("5",(2.5,0),N);
label("3",(5,1.5),E);
[/asy]
$\textbf{(A) }3.5\qquad\textbf{(B) }4.0\qquad\textbf{(C) }4.5\qquad\textbf{(D) }5.0\qquad \textbf{(E) }5.5$
2017 China National Olympiad, 3
Consider a rectangle $R$ partitioned into $2016$ smaller rectangles such that the sides of each smaller rectangle is parallel to one of the sides of the original rectangle. Call the corners of each rectangle a vertex. For any segment joining two vertices, call it basic if no other vertex lie on it. (The segments must be part of the partitioning.) Find the maximum/minimum possible number of basic segments over all possible partitions of $R$.
2005 Romania Team Selection Test, 1
On a $2004 \times 2004$ chess table there are 2004 queens such that no two are attacking each other\footnote[1]{two queens attack each other if they lie on the same row, column or direction parallel with on of the main diagonals of the table}.
Prove that there exist two queens such that in the rectangle in which the center of the squares on which the queens lie are two opposite corners, has a semiperimeter of 2004.
2021 JHMT HS, 12
Let $ABCD$ be a rectangle with diagonals of length $10.$ Let $P$ be the midpoint of $\overline{AD},$ $S$ be the midpoint of $\overline{BC},$ and $T$ be the midpoint of $\overline{CD}.$ Points $Q$ and $R$ are chosen on $\overline{AB}$ such that $AP=AQ$ and $BR=BS,$ and minor arcs $\widehat{PQ}$ and $\widehat{RS}$ centered at $A$ and $B,$ respectively, are drawn. Circle $\omega$ is tangent to $\overline{CD}$ at $T$ and externally tangent to $\widehat{PQ}$ and $\widehat{RS}.$ Suppose that the radius of $\omega$ is $\tfrac{43}{18}.$ Then the sum of all possible values of the area of $ABCD$ can be written in the form $\tfrac{a+b\sqrt{c}}{d},$ where $a,\ b,\ c,$ and $d$ are positive integers, $b$ and $d$ are relatively prime, and $c$ is prime. Find $a+b+c+d.$
2018 Iranian Geometry Olympiad, 1
There are three rectangles in the following figure. The lengths of some segments are shown.
Find the length of the segment $XY$ .
[img]https://2.bp.blogspot.com/-x7GQfMFHzAQ/W6K57utTEkI/AAAAAAAAJFQ/1-5WhhuerMEJwDnWB09sTemNLdJX7_OOQCK4BGAYYCw/s320/igo%2B2018%2Bintermediate%2Bp1.png[/img]
Proposed by Hirad Aalipanah
1993 AMC 12/AHSME, 14
The convex pentagon $ABCDE$ has $\angle A=\angle B=120^{\circ}$, $EA=AB=BC=2$ and $CD=DE=4$. What is the area of $ABCDE$?
[asy]
draw((0,0)--(1,0)--(1.5,sqrt(3)/2)--(0.5,3sqrt(3)/2)--(-0.5,sqrt(3)/2)--cycle);
dot((0,0));
dot((1,0));
dot((1.5,sqrt(3)/2));
dot((0.5,3sqrt(3)/2));
dot((-0.5,sqrt(3)/2));
label("A", (0,0), SW);
label("B", (1,0), SE);
label("C", (1.5,sqrt(3)/2), E);
label("D", (0.5,3sqrt(3)/2), N);
label("E", (-.5, sqrt(3)/2), W);
[/asy]
$ \textbf{(A)}\ 10 \qquad\textbf{(B)}\ 7\sqrt{3} \qquad\textbf{(C)}\ 15 \qquad\textbf{(D)}\ 9\sqrt{3} \qquad\textbf{(E)}\ 12\sqrt{5} $