Found problems: 1342
2006 AMC 12/AHSME, 6
The $ 8\times 18$ rectangle $ ABCD$ is cut into two congruent hexagons, as shown, in such a way that the two hexagons can be repositioned without overlap to form a square. What is $ y$?
[asy] unitsize(2mm); defaultpen(fontsize(10pt)+linewidth(.8pt)); dotfactor=4; draw((0,4)--(18,4)--(18,-4)--(0,-4)--cycle); draw((6,4)--(6,0)--(12,0)--(12,-4)); label("$D$",(0,4),NW); label("$C$",(18,4),NE); label("$B$",(18,-4),SE); label("$A$",(0,-4),SW); label("$y$",(9,1)); [/asy]$ \textbf{(A) } 6\qquad \textbf{(B) } 7\qquad \textbf{(C) } 8\qquad \textbf{(D) } 9\qquad \textbf{(E) } 10$
1983 IMO Longlists, 43
Given a square $ABCD$, let $P, Q, R$, and $S$ be four variable points on the sides $AB, BC, CD$, and $DA$, respectively. Determine the positions of the points $P, Q, R$, and $S$ for which the quadrilateral $PQRS$ is a parallelogram, a rectangle, a square, or a trapezoid.
2011 Korea - Final Round, 3
There is a chessboard with $m$ columns and $n$ rows. In each blanks, an integer is given. If a rectangle $R$ (in this chessboard) has an integer $h$ satisfying the following two conditions, we call $R$ as a 'shelf'.
(i) All integers contained in $R$ are bigger than $h$.
(ii) All integers in blanks, which are not contained in $R$ but meet with $R$ at a vertex or a side, are not bigger than $h$.
Assume that all integers are given to make shelves as much as possible. Find the number of shelves.
2015 Puerto Rico Team Selection Test, 7
Let $ABCD$ be a rectangle with sides $AB = 4$ and $BC = 3$. The perpendicular on the diagonal $BD$ drawn from $ A$ intersects $BD$ at the point $H$. We denote by $M$ the midpoint of $BH$ and $N$ the midpoint of $CD$. Calculate the length of segment $MN$.
2007 Tuymaada Olympiad, 3
Several knights are arranged on an infinite chessboard. No square is attacked by more than one knight (in particular, a square occupied by a knight can be attacked by one knight but not by two). Sasha outlined a $ 14\times 16$ rectangle. What maximum number of knights can this rectangle contain?
Novosibirsk Oral Geo Oly VII, 2021.7
Two congruent rectangles are located as shown in the figure. Find the area of the shaded part.
[img]https://cdn.artofproblemsolving.com/attachments/2/e/10b164535ab5b3a3b98ce1a0b84892cd11d76f.png[/img]
1990 Iran MO (2nd round), 3
We want to cover a rectangular $5 \times 137$ with the following figures, prove that this is impossible.
\[\text{Squars are the same and all are } \Huge{1 \times 1}\]
[asy]
import graph; size(400); real lsf = 0.5; pen dp = linewidth(0.7) + fontsize(10); defaultpen(dp); pen ds = black; pen xdxdff = rgb(0.49,0.49,1);
draw((2,4)--(0,4),linewidth(2pt)); draw((0,4)--(0,0),linewidth(2pt)); draw((0,0)--(2,0),linewidth(2pt)); draw((2,0)--(2,1),linewidth(2pt)); draw((2,1)--(0,1),linewidth(2pt)); draw((1,0)--(1,4),linewidth(2pt)); draw((2,4)--(2,3),linewidth(2pt)); draw((2,3)--(0,3),linewidth(2pt)); draw((0,2)--(1,2),linewidth(2pt));
label("(1)", (0.56,-1.54), SE*lsf); draw((4,2)--(4,1),linewidth(2pt)); draw((7,2)--(7,1),linewidth(2pt)); draw((4,2)--(7,2),linewidth(2pt)); draw((4,1)--(7,1),linewidth(2pt)); draw((6,0)--(6,3),linewidth(2pt)); draw((5,3)--(5,0),linewidth(2pt)); draw((5,0)--(6,0),linewidth(2pt)); draw((5,3)--(6,3),linewidth(2pt)); label("(2)", (5.13,-1.46), SE*lsf); draw((9,0)--(9,3),linewidth(2pt)); draw((10,3)--(10,0),linewidth(2pt)); draw((12,3)--(12,0),linewidth(2pt)); draw((11,0)--(11,3),linewidth(2pt)); draw((9,2)--(12,2),linewidth(2pt)); draw((12,1)--(9,1),linewidth(2pt)); draw((9,3)--(10,3),linewidth(2pt)); draw((11,3)--(12,3),linewidth(2pt)); draw((12,0)--(11,0),linewidth(2pt)); draw((9,0)--(10,0),linewidth(2pt)); label("(3)", (10.08,-1.48), SE*lsf); draw((14,1)--(17,1),linewidth(2pt)); draw((15,2)--(17,2),linewidth(2pt)); draw((15,2)--(15,0),linewidth(2pt)); draw((15,0)--(14,0)); draw((14,1)--(14,0),linewidth(2pt)); draw((16,2)--(16,0),linewidth(2pt)); label("(4)", (15.22,-1.5), SE*lsf); draw((14,0)--(16,0),linewidth(2pt)); draw((17,2)--(17,1),linewidth(2pt)); draw((19,3)--(19,0),linewidth(2pt)); draw((20,3)--(20,0),linewidth(2pt)); draw((20,3)--(19,3),linewidth(2pt)); draw((19,2)--(20,2),linewidth(2pt)); draw((19,1)--(20,1),linewidth(2pt)); draw((20,0)--(19,0),linewidth(2pt)); label("(5)", (19.11,-1.5), SE*lsf); dot((0,0),ds); dot((0,1),ds); dot((0,2),ds); dot((0,3),ds); dot((0,4),ds); dot((1,4),ds); dot((2,4),ds); dot((2,3),ds); dot((1,3),ds); dot((1,2),ds); dot((1,1),ds); dot((2,1),ds); dot((2,0),ds); dot((1,0),ds); dot((5,0),ds); dot((6,0),ds); dot((5,1),ds); dot((6,1),ds); dot((5,2),ds); dot((6,2),ds); dot((5,3),ds); dot((6,3),ds); dot((7,2),ds); dot((7,1),ds); dot((4,1),ds); dot((4,2),ds); dot((9,0),ds); dot((9,1),ds); dot((9,2),ds); dot((9,3),ds); dot((10,0),ds); dot((11,0),ds); dot((12,0),ds); dot((10,1),ds); dot((10,2),ds); dot((10,3),ds); dot((11,1),ds); dot((11,2),ds); dot((11,3),ds); dot((12,1),ds); dot((12,2),ds); dot((12,3),ds); dot((14,0),ds); dot((15,0),ds); dot((16,0),ds); dot((15,1),ds); dot((14,1),ds); dot((16,1),ds); dot((15,2),ds); dot((16,2),ds); dot((17,2),ds); dot((17,1),ds); dot((19,0),ds); dot((20,0),ds); dot((19,1),ds); dot((20,1),ds); dot((19,2),ds); dot((20,2),ds); dot((19,3),ds); dot((20,3),ds); clip((-0.41,-10.15)--(-0.41,8.08)--(21.25,8.08)--(21.25,-10.15)--cycle);
[/asy]
Novosibirsk Oral Geo Oly VIII, 2017.5
Point $K$ is marked on the diagonal $AC$ in rectangle $ABCD$ so that $CK = BC$. On the side $BC$, point $M$ is marked so that $KM = CM$. Prove that $AK + BM = CM$.
2016 AMC 10, 19
In rectangle $ABCD$, $AB=6$ and $BC=3$. Point $E$ between $B$ and $C$, and point $F$ between $E$ and $C$ are such that $BE=EF=FC$. Segments $\overline{AE}$ and $\overline{AF}$ intersect $\overline{BD}$ at $P$ and $Q$, respectively. The ratio $BP:PQ:QD$ can be written as $r:s:t$, where the greatest common factor of $r,s$ and $t$ is $1$. What is $r+s+t$?
$\textbf{(A) } 7
\qquad \textbf{(B) } 9
\qquad \textbf{(C) } 12
\qquad \textbf{(D) } 15
\qquad \textbf{(E) } 20$
2006 Oral Moscow Geometry Olympiad, 2
Determine the ratio of the sides of the rectangle circumscribed around a corner of five cells (see figure).
(M. Evdokimov)
[img]https://cdn.artofproblemsolving.com/attachments/f/f/9c3e345f33cabbbd83f65d7240aac29a163b19.png[/img]
2003 AMC 8, 10
$\textbf{Bake Sale}$
Four friends, Art, Roger, Paul and Trisha, bake cookies, and all cookies have the same thickness. The shapes of the cookies differ, 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. How many cookies will be in one batch of Trisha's cookies?
$ \textbf{(A)}\ 10\qquad\textbf{(B)}\ 12\qquad\textbf{(C)}\ 16\qquad\textbf{(D)}\ 18\qquad\textbf{(E)}\ 24$
2010 AIME Problems, 13
Rectangle $ ABCD$ and a semicircle with diameter $ AB$ are coplanar and have nonoverlapping interiors. Let $ \mathcal{R}$ denote the region enclosed by the semicircle and the rectangle. Line $ \ell$ meets the semicircle, segment $ AB$, and segment $ CD$ at distinct points $ N$, $ U$, and $ T$, respectively. Line $ \ell$ divides region $ \mathcal{R}$ into two regions with areas in the ratio $ 1: 2$. Suppose that $ AU \equal{} 84$, $ AN \equal{} 126$, and $ UB \equal{} 168$. Then $ DA$ can be represented as $ m\sqrt {n}$, where $ m$ and $ n$ are positive integers and $ n$ is not divisible by the square of any prime. Find $ m \plus{} n$.
2008 Romania National Olympiad, 4
Let $ ABCD$ be a rectangle with center $ O$, $ AB\neq BC$. The perpendicular from $ O$ to $ BD$ cuts the lines $ AB$ and $ BC$ in $ E$ and $ F$ respectively. Let $ M,N$ be the midpoints of the segments $ CD,AD$ respectively. Prove that $ FM \perp EN$.
1973 Yugoslav Team Selection Test, Problem 1
All sides of a rectangle are odd positive integers. Prove that there does not exist a point inside the rectangle whose distance to each of the vertices is an integer.
1968 AMC 12/AHSME, 35
In this diagram the center of the circle is $O$, the radius is $a$ inches, chord $EF$ is parallel to chord $CD, O, G, H, J$ are collinear, and $G$ is the midpoint of $CD$. Let $K$ (sq. in.) represent the area of trapezoid $CDFE$ and let $R$ (sq. in.) represent the area of rectangle $ELMF$. Then, as $CD$ and $EF$ are translated upward so that $OG$ increases toward the value $a$, while $JH$ always equals $HG$, the ratio $K:R$ become arbitrarily close to:
[asy]
size((270));
draw((0,0)--(10,0)..(5,5)..(0,0));
draw((5,0)--(5,5));
draw((9,3)--(1,3)--(1,1)--(9,1)--cycle);
draw((9.9,1)--(.1,1));
label("O", (5,0), S);
label("a", (7.5,0), S);
label("G", (5,1), SE);
label("J", (5,5), N);
label("H", (5,3), NE);
label("E", (1,3), NW);
label("L", (1,1), S);
label("C", (.1,1), W);
label("F", (9,3), NE);
label("M", (9,1), S);
label("D", (9.9,1), E);
[/asy]
$\textbf{(A)}\ 0 \qquad\textbf{(B)}\ 1 \qquad\textbf{(C)}\ \sqrt{2} \qquad\textbf{(D)}\ \frac{1}{\sqrt{2}}+\frac{1}{2} \qquad\textbf{(E)}\ \frac{1}{\sqrt{2}}+1$
Geometry Mathley 2011-12, 5.2
Let $ABCD$ be a rectangle and $U, V$ two points of its circumcircle. Lines $AU,CV$ intersect at $P$ and lines $BU,DV$ intersect at $Q$, distinct from $P$. Prove that $$\frac{1}{PQ^2} \ge \frac{1}{UV^2} - \frac{1}{AC^2}$$
Michel Bataille
2009 Ukraine National Mathematical Olympiad, 3
Given $2009 \times 4018$ rectangular board. Frame is a rectangle $n \times n$ or $n \times(n + 2)$ for $ ( n \geq 3 )$ without all cells which don’t have any common points with boundary of rectangle. Rectangles $1\times1,1\times 2,1\times 3$ and $ 2\times 4$ are also frames. Two players by turn paint all cells of some frame that has no painted cells yet. Player that can't make such move loses. Who has a winning strategy?
2017 CCA Math Bonanza, I2
A rectangle is inscribed in a circle of area $32\pi$ and the area of the rectangle is $34$. Find its perimeter.
[i]2017 CCA Math Bonanza Individual Round #2[/i]
1999 Mongolian Mathematical Olympiad, Problem 3
I couldn't solve this problem and the only solution I was able to find was very unnatural (it was an official solution, I think) and I couldn't be satisfied with it, so I ask you if you can find some different solutions. The problem is really great one!
If $M$ is the centroid of a triangle $ABC$, prove that the following inequality holds: \[\sin\angle CAM+\sin\angle CBM\leq\frac{2}{\sqrt3}.\] The equality occurs in a very strange case, I don't remember it.
1999 Dutch Mathematical Olympiad, 2
A $9 \times 9$ square consists of $81$ unit squares. Some of these unit squares are painted black, and the others are painted white, such that each $2 \times 3$ rectangle and each $3 \times 2$ rectangle contain exactly 2 black unit squares and 4 white unit squares. Determine the number of black unit squares.
2011 China Team Selection Test, 1
In $\triangle ABC$ we have $BC>CA>AB$. The nine point circle is tangent to the incircle, $A$-excircle, $B$-excircle and $C$-excircle at the points $T,T_A,T_B,T_C$ respectively. Prove that the segments $TT_B$ and lines $T_AT_C$ intersect each other.
1999 Harvard-MIT Mathematics Tournament, 2
A rectangle has sides of length $\sin x$ and $\cos x$ for some $x$. What is the largest possible area of such a rectangle?
2007 Junior Tuymaada Olympiad, 8
Several knights are arranged on an infinite chessboard. No square is attacked by more than one knight (in particular, a square occupied by a knight can be attacked by one knight but not by two). Sasha outlined a $ 14\times 16$ rectangle. What maximum number of knights can this rectangle contain?
2011 AMC 8, 13
Two congruent squares, $ABCD$ and $PQRS$, have side length $15$. They overlap to form the $15$ by $25$ rectangle $AQRD$ shown. What percent of the area of rectangle $AQRD$ is shaded?
[asy]
filldraw((0,0)--(25,0)--(25,15)--(0,15)--cycle,white,black);
label("D",(0,0),S);
label("R",(25,0),S);
label("Q",(25,15),N);
label("A",(0,15),N);
filldraw((10,0)--(15,0)--(15,15)--(10,15)--cycle,mediumgrey,black);
label("S",(10,0),S);
label("C",(15,0),S);
label("B",(15,15),N);
label("P",(10,15),N);
[/asy]
$\textbf{(A)}\ 15\qquad\textbf{(B)}\ 18\qquad\textbf{(C)}\ 20\qquad\textbf{(D)}\ 24\qquad\textbf{(E)}\ 25$
2021 Yasinsky Geometry Olympiad, 2
Given a rectangle $ABCD$, which is located on the line $\ell$ They want it "turn over" by first turning around the vertex $D$, and then as point $C$ appears on the line $\ell$ - by making a turn around the vertex $C$ (see figure). What is the length of the curve along which the vertex $A$ is moving , at such movement, if $AB = 30$ cm, $BC = 40$ cm?
(Alexey Panasenko)
[img]https://cdn.artofproblemsolving.com/attachments/d/9/3cca36b08771b1897e385d43399022049bbcde.png[/img]