Found problems: 1342
2010 Tournament Of Towns, 6
Each cell of a $1000\times 1000$ table contains $0$ or $1$. Prove that one can either cut out $990$ rows so that at least one $1$ remains in each column, or cut out $990$ columns so that at least one $0$ remains in each row.
1996 IMO Shortlist, 6
Let the sides of two rectangles be $ \{a,b\}$ and $ \{c,d\},$ respectively, with $ a < c \leq d < b$ and $ ab < cd.$ Prove that the first rectangle can be placed within the second one if and only if
\[ \left(b^2 \minus{} a^2\right)^2 \leq \left(bc \minus{} ad \right)^2 \plus{} \left(bd \minus{} ac \right)^2.\]
2010 AMC 10, 2
Four identical squares and one rectangle are placed together to form one large square as shown. The length of the rectangle is how many times as large as its width?
[asy]unitsize(8mm);
defaultpen(linewidth(.8pt));
draw(scale(4)*unitsquare);
draw((0,3)--(4,3));
draw((1,3)--(1,4));
draw((2,3)--(2,4));
draw((3,3)--(3,4));[/asy]$ \textbf{(A)}\ \frac {5}{4} \qquad \textbf{(B)}\ \frac {4}{3} \qquad \textbf{(C)}\ \frac {3}{2} \qquad \textbf{(D)}\ 2 \qquad \textbf{(E)}\ 3$
1998 Slovenia National Olympiad, Problem 3
A point $E$ on side $CD$ of a rectangle $ABCD$ is such that $\triangle DBE$ is isosceles and $\triangle ABE$ is right-angled. Find the ratio between the side lengths of the rectangle.
2004 All-Russian Olympiad, 4
A parallelepiped is cut by a plane along a 6-gon. Supposed this 6-gon can be put into a certain rectangle $ \pi$ (which means one can put the rectangle $ \pi$ on the parallelepiped's plane such that the 6-gon is completely covered by the rectangle). Show that one also can put one of the parallelepiped' faces into the rectangle $ \pi.$
2011 JBMO Shortlist, 6
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}}$
1968 All Soviet Union Mathematical Olympiad, 111
The city is a rectangle divided onto squares by $m$ streets coming from the West to the East and $n$ streets coming from the North to the South. There are militioners (policemen) on the streets but not on the crossroads. They watch the certain automobile, moving along the closed route, marking the time and the direction of its movement. Its trace is not known in advance, but they know, that it will not pass over the same segment of the way twice. What is the minimal number of the militioners providing the unique determination of the route according to their reports?
2006 Germany Team Selection Test, 3
Consider a $m\times n$ rectangular board consisting of $mn$ unit squares. Two of its unit squares are called [i]adjacent[/i] if they have a common edge, and a [i]path[/i] is a sequence of unit squares in which any two consecutive squares are adjacent. Two parths are called [i]non-intersecting[/i] if they don't share any common squares.
Each unit square of the rectangular board can be colored black or white. We speak of a [i]coloring[/i] of the board if all its $mn$ unit squares are colored.
Let $N$ be the number of colorings of the board such that there exists at least one black path from the left edge of the board to its right edge. Let $M$ be the number of colorings of the board for which there exist at least two non-intersecting black paths from the left edge of the board to its right edge.
Prove that $N^{2}\geq M\cdot 2^{mn}$.
1974 IMO Shortlist, 11
We consider the division of a chess board $8 \times 8$ in p disjoint rectangles which satisfy the conditions:
[b]a)[/b] every rectangle is formed from a number of full squares (not partial) from the 64 and the number of white squares is equal to the number of black squares.
[b]b)[/b] the numbers $\ a_{1}, \ldots, a_{p}$ of white squares from $p$ rectangles satisfy $a_1, , \ldots, a_p.$ Find the greatest value of $p$ for which there exists such a division and then for that value of $p,$ all the sequences $a_{1}, \ldots, a_{p}$ for which we can have such a division.
[color=#008000]Moderator says: see [url]https://artofproblemsolving.com/community/c6h58591[/url][/color]
2003 AMC 12-AHSME, 14
In rectangle $ ABCD$, $ AB\equal{}5$ and $ BC\equal{}3$. Points $ F$ and $ G$ are on $ \overline{CD}$ so that $ DF\equal{}1$ and $ GC\equal{}2$. Lines $ AF$ and $ BG$ intersect at $ E$. Find the area of $ \triangle{AEB}$.
[asy]unitsize(6mm);
defaultpen(linewidth(.8pt)+fontsize(8pt));
pair A=(0,0), B=(5,0), C=(5,3), D=(0,3), F=(1,3), G=(3,3);
pair E=extension(A,F,B,G);
draw(A--B--C--D--A--E--B);
label("$A$",A,SW);
label("$B$",B,SE);
label("$C$",C,NE);
label("$D$",D,NW);
label("$E$",E,N);
label("$F$",F,SE);
label("$G$",G,SW);
label("$B$",B,SE);
label("1",midpoint(D--F),N);
label("2",midpoint(G--C),N);
label("3",midpoint(B--C),E);
label("3",midpoint(A--D),W);
label("5",midpoint(A--B),S);[/asy]$ \textbf{(A)}\ 10 \qquad
\textbf{(B)}\ \frac{21}{2} \qquad
\textbf{(C)}\ 12 \qquad
\textbf{(D)}\ \frac{25}{2} \qquad
\textbf{(E)}\ 15$
2014 AMC 10, 15
In rectangle $ABCD$, $DC = 2CB$ and points $E$ and $F$ lie on $\overline{AB}$ so that $\overline{ED}$ and $\overline{FD}$ trisect $\angle ADC$ as shown. What is the ratio of the area of $\triangle DEF$ to the area of rectangle $ABCD$?
[asy]
draw((0, 0)--(0, 1)--(2, 1)--(2, 0)--cycle);
draw((0, 0)--(sqrt(3)/3, 1));
draw((0, 0)--(sqrt(3), 1));
label("A", (0, 1), N);
label("B", (2, 1), N);
label("C", (2, 0), S);
label("D", (0, 0), S);
label("E", (sqrt(3)/3, 1), N);
label("F", (sqrt(3), 1), N);
[/asy]
${ \textbf{(A)}\ \ \frac{\sqrt{3}}{6}\qquad\textbf{(B)}\ \frac{\sqrt{6}}{8}\qquad\textbf{(C)}\ \frac{3\sqrt{3}}{16}\qquad\textbf{(D)}}\ \frac{1}{3}\qquad\textbf{(E)}\ \frac{\sqrt{2}}{4}$
2005 Iran MO (3rd Round), 1
From each vertex of triangle $ABC$ we draw 3 arbitary parrallell lines, and from each vertex we draw a perpendicular to these lines. There are 3 rectangles that one of their diagnals is triangle's side. We draw their other diagnals and call them $\ell_1$, $\ell_2$ and $\ell_3$.
a) Prove that $\ell_1$, $\ell_2$ and $\ell_3$ are concurrent at a point $P$.
b) Find the locus of $P$ as we move the 3 arbitary lines.
2010 Iran Team Selection Test, 11
Let $O, H$ be circumcenter and orthogonal center of triangle $ABC$. $M,N$ are midpoints of $BH$ and $CH$. $BB'$ is diagonal of circumcircle. If $HONM$ is a cyclic quadrilateral, prove that $B'N=\frac12AC$.
2006 AMC 10, 24
Circles with centers $ O$ and $ P$ have radii 2 and 4, respectively, and are externally tangent. Points $ A$ and $ B$ are on the circle centered at $ O$, and points $ C$ and $ D$ are on the circle centered at $ P$, such that $ \overline{AD}$ and $ \overline{BC}$ are common external tangents to the circles. What is the area of hexagon $ AOBCPD$?
[asy]
size(250);defaultpen(linewidth(0.8));
pair X=(-6,0), O=origin, P=(6,0), B=tangent(X, O, 2, 1), A=tangent(X, O, 2, 2), C=tangent(X, P, 4, 1), D=tangent(X, P, 4, 2);
pair top=X+15*dir(X--A), bottom=X+15*dir(X--B);
draw(Circle(O, 2)^^Circle(P, 4));
draw(bottom--X--top);
draw(A--O--B^^O--P^^D--P--C);
pair point=X;
label("$2$", midpoint(O--A), dir(point--midpoint(O--A)));
label("$4$", midpoint(P--D), dir(point--midpoint(P--D)));
label("$O$", O, SE);
label("$P$", P, dir(point--P));
pair point=O;
label("$A$", A, dir(point--A));
label("$B$", B, dir(point--B));
pair point=P;
label("$C$", C, dir(point--C));
label("$D$", D, dir(point--D));
fill((-3,7)--(-3,-7)--(-7,-7)--(-7,7)--cycle, white);[/asy]
$ \textbf{(A) } 18\sqrt {3} \qquad \textbf{(B) } 24\sqrt {2} \qquad \textbf{(C) } 36 \qquad \textbf{(D) } 24\sqrt {3} \qquad \textbf{(E) } 32\sqrt {2}$
2016 Fall CHMMC, 15
In a $5 \times 5$ grid of squares, how many nonintersecting pairs rectangles of rectangles are there? (Note sharing a vertex or edge still means the rectangles intersect.)
2019 India PRMO, 24
A $1 \times n$ rectangle ($n \geq 1 $) is divided into $n$ unit ($1 \times 1$) squares. Each square of this rectangle is colored red, blue or green. Let $f(n)$ be the number of colourings of the rectangle in which there are an even number of red squares. What is the largest prime factor of $f(9)/f(3)$? (The number of red squares can be zero.)
2022 Centroamerican and Caribbean Math Olympiad, 4
Let $A_1A_2A_3A_4$ be a rectangle and let $S_1,S_2,S_3,S_4$ four circumferences inside of the rectangle such that $S_k$ and $S_{k+1}$ are tangent to each other and tangent to the side $A_kA_{k+1}$ for $k=1,2,3,4$, where $A_5=A_1$ and $S_5=S_1$. Prove that $A_1A_2A_3A_4$ is a square.
2012 Romanian Master of Mathematics, 5
Given a positive integer $n\ge 3$, colour each cell of an $n\times n$ square array with one of $\lfloor (n+2)^2/3\rfloor$ colours, each colour being used at least once. Prove that there is some $1\times 3$ or $3\times 1$ rectangular subarray whose three cells are coloured with three different colours.
[i](Russia) Ilya Bogdanov, Grigory Chelnokov, Dmitry Khramtsov[/i]
2023 MIG, 3
A square with sides of length $6$ has the same area as a rectangle with a length of $9$. What is the width of the rectangle?
$\textbf{(A) } 2\qquad\textbf{(B) } \frac73\qquad\textbf{(C) } 3\qquad\textbf{(D) } \frac{10}{3}\qquad\textbf{(E) } 4$
JBMO Geometry Collection, 2011
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}}$
2004 AIME Problems, 7
$ABCD$ is a rectangular sheet of paper that has been folded so that corner $B$ is matched with point $B'$ on edge $AD$. The crease is $EF$, where $E$ is on $AB$ and $F$is on $CD$. The dimensions $AE=8$, $BE=17$, and $CF=3$ are given. The perimeter of rectangle $ABCD$ is $m/n$, where $m$ and $n$ are relatively prime positive integers. Find $m+n$.
[asy]
size(200);
defaultpen(linewidth(0.7)+fontsize(10));
pair A=origin, B=(25,0), C=(25,70/3), D=(0,70/3), E=(8,0), F=(22,70/3), Bp=reflect(E,F)*B, Cp=reflect(E,F)*C;
draw(F--D--A--E);
draw(E--B--C--F, linetype("4 4"));
filldraw(E--F--Cp--Bp--cycle, white, black);
pair point=( 12.5, 35/3 );
label("$A$", A, dir(point--A));
label("$B$", B, dir(point--B));
label("$C$", C, dir(point--C));
label("$D$", D, dir(point--D));
label("$E$", E, dir(point--E));
label("$F$", F, dir(point--F));
label("$B^\prime$", Bp, dir(point--Bp));
label("$C^\prime$", Cp, dir(point--Cp));[/asy]
2015 Indonesia MO Shortlist, G1
Given a cyclic quadrilateral $ABCD$ so that $AB = AD$ and $AB + BC <CD$. Prove that the angle $ABC$ is more than $120$ degrees.
2003 AMC 8, 8
$\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. 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.}$
2008 South africa National Olympiad, 5
Triangle $ABC$ has orthocentre $H$. The feet of the perpendiculars from $H$ to the internal and external bisectors of $\hat{A}$ are $P$ and $Q$ respectively. Prove that $P$ is on the line that passes through $Q$ and the midpoint of $BC$. (Note: The ortohcentre of a triangle is the point where the three altitudes intersect.)
2009 Croatia Team Selection Test, 2
Every natural number is coloured in one of the $ k$ colors. Prove that there exist four distinct natural numbers $ a, b, c, d$, all coloured in the same colour, such that $ ad \equal{} bc$, $ \displaystyle \frac b a$ is power of 2 and $ \displaystyle \frac c a$ is power of 3.