Found problems: 1342
2018 Harvard-MIT Mathematics Tournament, 1
In an $n \times n$ square array of $1\times1$ cells, at least one cell is colored pink. Show that you can always divide the square into rectangles along cell borders such that each rectangle contains exactly one pink cell.
2007 Croatia Team Selection Test, 4
Given a finite string $S$ of symbols $X$ and $O$, we write $@(S)$ for the number of $X$'s in $S$ minus the number of $O$'s. (For example, $@(XOOXOOX) =-1$.) We call a string $S$ [b]balanced[/b] if every substring $T$ of (consecutive symbols) $S$ has the property $-2 \leq @(T) \leq 2$. (Thus $XOOXOOX$ is not balanced since it contains the sub-string $OOXOO$ whose $@$-value is $-3$.) Find, with proof, the number of balanced strings of length $n$.
1984 Tournament Of Towns, (063) O4
Prove that, for any natural number $n$, the graph of any increasing function $f : [0,1] \to [0, 1]$ can be covered by $n$ rectangles each of area whose sides are parallel to the coordinate axes. Assume that a rectangle includes both its interior and boundary points.
(a) Assume that $f(x)$ is continuous on $[0,1]$.
(b) Do not assume that $f(x)$ is continuous on $[0,1]$.
(A Andjans, Riga)
PS. (a) for O Level, (b) for A Level
2014 South East Mathematical Olympiad, 8
Define a figure which is constructed by unit squares "cross star" if it satisfies the following conditions:
$(1)$Square bar $AB$ is bisected by square bar $CD$
$(2)$At least one square of $AB$ lay on both sides of $CD$
$(3)$At least one square of $CD$ lay on both sides of $AB$
There is a rectangular grid sheet composed of $38\times 53=2014$ squares,find the number of such cross star in this rectangle sheet
1972 Poland - Second Round, 2
In a rectangle with sides of length 20 and 25 there are 120 squares of side length 1. Prove that there is a circle with a diameter of 1 contained in this rectangle and having no points in common with any of these squares.
2010 USAMO, 1
Let $AXYZB$ be a convex pentagon inscribed in a semicircle of diameter $AB$. Denote by $P$, $Q$, $R$, $S$ the feet of the perpendiculars from $Y$ onto lines $AX$, $BX$, $AZ$, $BZ$, respectively. Prove that the acute angle formed by lines $PQ$ and $RS$ is half the size of $\angle XOZ$, where $O$ is the midpoint of segment $AB$.
2017 AMC 10, 15
Rectangle $ABCD$ has $AB=3$ and $BC=4.$ Point $E$ is the foot of the perpendicular from $B$ to diagonal $\overline{AC}.$ What is the area of $\triangle ADE?$
$\textbf{(A)} \text{ 1} \qquad \textbf{(B)} \text{ }\frac{42}{25} \qquad \textbf{(C)} \text{ }\frac{28}{15} \qquad \textbf{(D)} \text{ 2} \qquad \textbf{(E)} \text{ }\frac{54}{25}$
2008 AMC 10, 25
A round table has radius $ 4$. Six rectangular place mats are placed on the table. Each place mat has width $ 1$ and length $ x$ as shown. They are positioned so that each mat has two corners on the edge of the table, these two corners being end points of the same side of length $ x$. Further, the mats are positioned so that the inner corners each touch an inner corner of an adjacent mat. What is $ x$?
[asy]unitsize(4mm);
defaultpen(linewidth(.8)+fontsize(8));
draw(Circle((0,0),4));
path mat=(-2.687,-1.5513)--(-2.687,1.5513)--(-3.687,1.5513)--(-3.687,-1.5513)--cycle;
draw(mat);
draw(rotate(60)*mat);
draw(rotate(120)*mat);
draw(rotate(180)*mat);
draw(rotate(240)*mat);
draw(rotate(300)*mat);
label("$x$",(-2.687,0),E);
label("$1$",(-3.187,1.5513),S);[/asy]$ \textbf{(A)}\ 2\sqrt {5} \minus{} \sqrt {3} \qquad \textbf{(B)}\ 3 \qquad \textbf{(C)}\ \frac {3\sqrt {7} \minus{} \sqrt {3}}{2} \qquad \textbf{(D)}\ 2\sqrt {3} \qquad \textbf{(E)}\ \frac {5 \plus{} 2\sqrt {3}}{2}$
1995 Tournament Of Towns, (479) 3
A rectangle with sides of lengths $a$ and $b$ ($a > b$) is cut into rightangled triangles so that any two of these triangles either have a common side, a common vertex or no common points. Moreover, any common side of two triangles is a leg of one of them and the hypotenuse of the other. Prove that $a > 2b$.
(A Shapovalov)
2012 AIME Problems, 8
Cube $ABCDEFGH$, labeled as shown below, has edge length $1$ and is cut by a plane passing through vertex $D$ and the midpoints $M$ and $N$ of $\overline{AB}$ and $\overline{CG}$ respectively. The plane divides the cube into two solids. The volume of the larger of the two solids can be written in the form $\frac{p}{q}$, where $p$ and $q$ are relatively prime positive integers. Find $p+q$.
[asy]
draw((0,0)--(10,0)--(10,10)--(0,10)--cycle);
draw((0,10)--(4,13)--(14,13)--(10,10));
draw((10,0)--(14,3)--(14,13));
draw((0,0)--(4,3)--(4,13), dashed);
draw((4,3)--(14,3), dashed);
dot((0,0));
dot((0,10));
dot((10,10));
dot((10,0));
dot((4,3));
dot((14,3));
dot((14,13));
dot((4,13));
dot((14,8));
dot((5,0));
label("A", (0,0), SW);
label("B", (10,0), S);
label("C", (14,3), E);
label("D", (4,3), NW);
label("E", (0,10), W);
label("F", (10,10), SE);
label("G", (14,13), E);
label("H", (4,13), NW);
label("M", (5,0), S);
label("N", (14,8), E);
[/asy]
1991 IMO Shortlist, 3
Let $ S$ be any point on the circumscribed circle of $ PQR.$ Then the feet of the perpendiculars from S to the three sides of the triangle lie on the same straight line. Denote this line by $ l(S, PQR).$ Suppose that the hexagon $ ABCDEF$ is inscribed in a circle. Show that the four lines $ l(A,BDF),$ $ l(B,ACE),$ $ l(D,ABF),$ and $ l(E,ABC)$ intersect at one point if and only if $ CDEF$ is a rectangle.
1992 China Team Selection Test, 2
A $(3n + 1) \times (3n + 1)$ table $(n \in \mathbb{N})$ is given. Prove that deleting any one of its squares yields a shape cuttable into pieces of the following form and its rotations: ''L" shape formed by cutting one square from a $2 \times 2$ squares.
1997 Baltic Way, 17
A rectangle can be divided into $n$ equal squares. The same rectangle can also be divided into $n+76$ equal squares. Find $n$.
2005 MOP Homework, 3
Squares of an $n \times n$ table ($n \ge 3$) are painted black and white as in a chessboard. A move allows one to choose any $2 \times 2$ square and change all of its squares to the opposite color. Find all such n that there is a finite number of the moves described after which all squares are the same color.
1969 IMO Shortlist, 9
$(BUL 3)$ One hundred convex polygons are placed on a square with edge of length $38 cm.$ The area of each of the polygons is smaller than $\pi cm^2,$ and the perimeter of each of the polygons is smaller than $2\pi cm.$ Prove that there exists a disk with radius $1$ in the square that does not intersect any of the polygons.
2021 Novosibirsk Oral Olympiad in Geometry, 1
Cut the $19 \times 20$ grid rectangle along the grid lines into several squares so that there are exactly four of them with odd sidelengths.
2001 AMC 8, 7
Problems 7, 8 and 9 are about these kites.
To promote her school's annual Kite Olympics, Genevieve makes a small kite and a large kite for a bulletin board display. The kites look like the one in the diagram. For her small kite Genevieve draws the kite on a one-inch grid. For the large kite she triples both the height and width of the entire grid.
[asy]
for (int a = 0; a < 7; ++a)
{
for (int b = 0; b < 8; ++b)
{
dot((a,b));
}
}
draw((3,0)--(0,5)--(3,7)--(6,5)--cycle);[/asy]
What is the number of square inches in the area of the small kite?
$ \text{(A)}\ 21\qquad\text{(B)}\ 22\qquad\text{(C)}\ 23\qquad\text{(D)}\ 24\qquad\text{(E)}\ 25 $
2007 Sharygin Geometry Olympiad, 12
A rectangle $ABCD$ and a point $P$ are given. Lines passing through $A$ and $B$ and perpendicular to $PC$ and $PD$ respectively, meet at a point $Q$. Prove that $PQ \perp AB$.
1989 IMO Shortlist, 2
Ali Barber, the carpet merchant, has a rectangular piece of carpet whose dimensions are unknown. Unfortunately, his tape measure is broken and he has no other measuring instruments. However, he finds that if he lays it flat on the floor of either of his storerooms, then each corner of the carpet touches a different wall of that room. If the two rooms have dimensions of 38 feet by 55 feet and 50 feet by 55 feet, what are the carpet dimensions?
2001 Canada National Olympiad, 4
Let $n$ be a positive integer. Nancy is given a rectangular table in which each entry is a positive integer. She is permitted to make either of the following two moves:
(1) select a row and multiply each entry in this row by $n$;
(2) select a column and subtract $n$ from each entry in this column.
Find all possible values of $n$ for which the following statement is true:
Given any rectangular table, it is possible for Nancy to perform a finite sequence of moves to create a table in which each entry is $0$.
2003 Federal Math Competition of S&M, Problem 3
Let $ABCD$ be a rectangle. Determine the set of all points $P$ from the region between the parallel lines $AB$ and $CD$ such that $\angle APB=\angle CPD$.
1964 AMC 12/AHSME, 33
$P$ is a point interior to rectangle $ABCD$ and such that $PA=3$ inches, $PD=4$ inches, and $PC=5$ inches. Then $PB$, in inches, equals:
$\textbf{(A) }2\sqrt{3}\qquad\textbf{(B) }3\sqrt{2}\qquad\textbf{(C) }3\sqrt{3}\qquad\textbf{(D) }4\sqrt{2}\qquad \textbf{(E) }2$
[asy]
draw((0,0)--(6.5,0)--(6.5,4.5)--(0,4.5)--cycle);
draw((2.5,1.5)--(0,0));
draw((2.5,1.5)--(0,4.5));
draw((2.5,1.5)--(6.5,4.5));
draw((2.5,1.5)--(6.5,0),linetype("8 8"));
label("$A$",(0,0),dir(-135));
label("$B$",(6.5,0),dir(-45));
label("$C$",(6.5,4.5),dir(45));
label("$D$",(0,4.5),dir(135));
label("$P$",(2.5,1.5),dir(-90));
label("$3$",(1.25,0.75),dir(120));
label("$4$",(1.25,3),dir(35));
label("$5$",(4.5,3),dir(120));
//Credit to bobthesmartypants for the diagram
[/asy]
1988 Romania Team Selection Test, 5
The cells of a $11\times 11$ chess-board are colored in 3 colors. Prove that there exists on the board a $m\times n$ rectangle such that the four cells interior to the rectangle and containing the four vertices of the rectangle have the same color.
[i]Ioan Tomescu[/i]
1999 Cono Sur Olympiad, 2
Let $ABC$ be a triangle right in $A$. Construct a point $P$ on the hypotenuse $BC$ such that if $Q$ is the foot of the perpendicular drawn from $P$ to side $AC$, then the area of the square of side $PQ$ is equal to the area of the rectangle of sides $PB$ and $PC$. Show construction steps.
2007 May Olympiad, 5
You have a paper pentagon, $ABCDE$, such that $AB = BC = 3$ cm, $CD = DE= 5$ cm, $EA = 4$ cm, $\angle ABC = 100^o$ ,$ \angle CDE = 80^o$. You have to divide the pentagon into four triangles, by three straight cuts, so that with the four triangles assemble a rectangle, without gaps or overlays. (The triangles can be rotated and / or turned around.)