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

2014 Contests, 2

Every cell of a $m \times n$ chess board, $m\ge 2,n\ge 2$, is colored with one of four possible colors, e.g white, green, red, blue. We call such coloring good if the four cells of any $2\times 2$ square of the chessboard are colored with pairwise different colors. Determine the number of all good colorings of the chess board. [i]Proposed by N. Beluhov[/i]

2012 Putnam, 6

Let $f(x,y)$ be a continuous, real-valued function on $\mathbb{R}^2.$ Suppose that, for every rectangular region $R$ of area $1,$ the double integral of $f(x,y)$ over $R$ equals $0.$ Must $f(x,y)$ be identically $0?$

2006 Taiwan TST Round 1, 2

Let $p,q$ be two distinct odd primes. Calculate $\displaystyle \sum_{j=1}^{\frac{p-1}{2}}\left \lfloor \frac{qj}{p}\right \rfloor +\sum_{j=1}^{\frac{q-1}{2}}\left \lfloor \frac{pj}{q}\right\rfloor$.

2008 Princeton University Math Competition, B1

Tags: rectangle
If a rectangle’s length is increased by $30\%$ and its width is decreased by $30\%$, by what percentage does its area change? State whether the area increases or decreases.

2011 All-Russian Olympiad Regional Round, 9.8

Straight rod of 2 meter length is cut into $N$ sticks. The length of each piece is an integer number of centimeters. For which smallest $N$ can one guarantee that it is possible to form the contour of some rectangle, while using all sticks and not breaking them further? (Author: A. Magazinov)

1999 Tournament Of Towns, 5

A square is cut into $100$ rectangles by $9$ straight lines parallel to one of the sides and $9$ lines parallel to another. If exactly $9$ of the rectangles are actually squares, prove that at least two of these $9$ squares are of the same size . (V Proizvolov)

2021 Indonesia TST, G

Do there exist a rectangle that can be partitioned into a regular hexagon with side length $1$, and several right triangles with side lengths $1, \sqrt3 , 2$?

May Olympiad L2 - geometry, 1996.1

Tags: geometry , rectangle , area
Let $ABCD$ be a rectangle. A line $r$ moves parallel to $AB$ and intersects diagonal $AC$ , forming two triangles opposite the vertex, inside the rectangle. Prove that the sum of the areas of these triangles is minimal when $r$ passes through the midpoint of segment $AD$ .

2013 Online Math Open Problems, 19

$A,B,C$ are points in the plane such that $\angle ABC=90^\circ$. Circles with diameters $BA$ and $BC$ meet at $D$. If $BA=20$ and $BC=21$, then the length of segment $BD$ can be expressed in the form $\frac{m}{n}$ where $m$ and $n$ are relatively prime positive integers. What is $m+n$? [i]Ray Li[/i]

2003 Junior Tuymaada Olympiad, 1

A $2003\times 2004$ rectangle consists of unit squares. We consider rhombi formed by four diagonals of unit squares. What maximum number of such rhombi can be arranged in this rectangle so that no two of them have any common points except vertices? [i]Proposed by A. Golovanov[/i]

2018 CCA Math Bonanza, T1

In the diagram of rectangles below, with lengths as labeled, let $A$ be the area of the rectangle labeled $A$, and so on. Find $36A+6B+C+6D$. [asy] size(3cm); real[] A = {0,8,13}; real[] B = {0,7,12}; for (int i = 0; i < 3; ++i) { draw((A[i],0)--(A[i],-B[2])); draw((0,-B[i])--(A[2],-B[i])); } label("8", (4,0), N); label("5", (10.5,0),N); label("7", (0,-3.5),W); label("5", (0,-9.5),W); label("$A$", (4,-3.5)); label("$B$", (10.5,-3.5)); label("$C$", (10.5,- 9.5)); label("$D$", (4, -9.5)); [/asy] [i]2018 CCA Math Bonanza Team Round #1[/i]

2020 Polish Junior MO First Round, 4.

Let $ABCD$ be the rectangle. Points $E$, $F$ lies on the sides $BC$ and $CD$ respectively, such that $\sphericalangle EAF = 45^{\circ}$ and $BE = DF$. Prove that area of the triangle $AEF$ is equal to the sum of the areas of the triangles $ABE$ and $ADF$.

2010 Contests, 3

We call a rectangle of the size $1 \times 2$ a domino. Rectangle of the $2 \times 3$ removing two opposite (under center of rectangle) corners we call tetramino. These figures can be rotated. It requires to tile rectangle of size $2008 \times 2010$ by using dominoes and tetraminoes. What is the minimal number of dominoes should be used?

2007 Greece JBMO TST, 3

Let $ABCD$ be a rectangle with $AB=a >CD =b$. Given circles $(K_1,r_1) , (K_2,r_2)$ with $r_1<r_2$ tangent externally at point $K$ and also tangent to the sides of the rectangle, circle $(K_1,r_1)$ tangent to both $AD$ and $AB$, circle $(K_2,r_2)$ tangent to both $AB$ and $BC$. Let also the internal common tangent of those circles pass through point $D$. (i) Express sidelengths $a$ and $b$ in terms of $r_1$ and $r_2$. (ii) Calculate the ratios $\frac{r_1}{r_2}$ and $\frac{a}{b}$ . (iii) Find the length of $DK$ in terms of $r_1$ and $r_2$.

2003 AMC 12-AHSME, 3

Rose fills each of the rectangular regions of her rectangular flower bed with a different type of flower. The lengths, in feet, of the rectangular regions in her flower bed are as shown in the figure. She plants one flower per square foot in each region. Asters cost $ \$$1 each, begonias $ \$$1.50 each, cannas $ \$$2 each, dahlias $ \$$2.50 each, and Easter lilies $ \$$3 each. What is the least possible cost, in dollars, for her garden? [asy]unitsize(5mm); defaultpen(linewidth(.8pt)+fontsize(8pt)); draw((6,0)--(0,0)--(0,1)--(6,1)); draw((0,1)--(0,6)--(4,6)--(4,1)); draw((4,6)--(11,6)--(11,3)--(4,3)); draw((11,3)--(11,0)--(6,0)--(6,3)); label("1",(0,0.5),W); label("5",(0,3.5),W); label("3",(11,1.5),E); label("3",(11,4.5),E); label("4",(2,6),N); label("7",(7.5,6),N); label("6",(3,0),S); label("5",(8.5,0),S);[/asy]$ \textbf{(A)}\ 108 \qquad \textbf{(B)}\ 115 \qquad \textbf{(C)}\ 132 \qquad \textbf{(D)}\ 144 \qquad \textbf{(E)}\ 156$

1957 Moscow Mathematical Olympiad, 351

Given two concentric circles and a pair of parallel lines. Find the locus of the fourth vertices of all rectangles with three vertices on the concentric circles, two vertices on one circle and the third on the other and with sides parallel to the given lines.

1995 Niels Henrik Abels Math Contest (Norwegian Math Olympiad) Round 2, 2

On the figure, the quadrilateral $ ABCD$ is a rectangle, $ P$ lies on $ AD$ and $ Q$ on $ AB.$ The triangles $ PAQ, QBC,$ and $ PCD$ all have the same areas, and $ BQ \equal{} 2.$ How long is $ AQ$? [img]http://i250.photobucket.com/albums/gg265/geometry101/NielsHenrikAbel1995Number2.jpg[/img] A. 7/2 B. $ \sqrt{7}$ C. $ 2 \sqrt{3}$ D. $ 1 \plus{} \sqrt{5}$ E. Not uniquely determined

1967 AMC 12/AHSME, 19

The area of a rectangle remains unchanged when it is made $2 \frac{1}{2}$ inches longer and $\frac{2}{3}$ inch narrower, or when it is made $2 \frac{1}{2}$ inches shorter and $\frac{4}{3}$ inch wider. Its area, in square inches, is: $\textbf{(A)}\ 30\qquad \textbf{(B)}\ \frac{80}{3}\qquad \textbf{(C)}\ 24\qquad \textbf{(D)}\ \frac{45}{2}\qquad \textbf{(E)}\ 20$

2008 India Regional Mathematical Olympiad, 1

Let $ ABC$ be an acute angled triangle; let $ D,F$ be the midpoints of $ BC,AB$ respectively. Let the perpendicular from $ F$ to $ AC$ and the perpendicular from $ B$ ti $ BC$ meet in $ N$: Prove that $ ND$ is the circumradius of $ ABC$. [15 points out of 100 for the 6 problems]

1993 Chile National Olympiad, 2

Tags: geometry , rectangle , area
Given a rectangle, circumscribe a rectangle of maximum area.

1979 Poland - Second Round, 6

On the side $ \overline{DC} $ of the rectangle $ ABCD $ in which $ \frac{AB}{AD} = \sqrt{2} $ a semicircle is built externally. Any point $ M $ of the semicircle is connected by segments with $ A $ and $ B $ to obtain points $ K $ and $ L $ on $ \overline{DC} $, respectively. Prove that $ DL^2 + KC^2 = AB^2 $.

2014 NIMO Summer Contest, 9

Two players play a game involving an $n \times n$ grid of chocolate. Each turn, a player may either eat a piece of chocolate (of any size), or split an existing piece of chocolate into two rectangles along a grid-line. The player who moves last loses. For how many positive integers $n$ less than $1000$ does the second player win? (Splitting a piece of chocolate refers to taking an $a \times b$ piece, and breaking it into an $(a-c) \times b$ and a $c \times b$ piece, or an $a \times (b-d)$ and an $a \times d$ piece.) [i]Proposed by Lewis Chen[/i]

2004 Turkey MO (2nd round), 1

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}$.

2014 Bulgaria National Olympiad, 2

Every cell of a $m \times n$ chess board, $m\ge 2,n\ge 2$, is colored with one of four possible colors, e.g white, green, red, blue. We call such coloring good if the four cells of any $2\times 2$ square of the chessboard are colored with pairwise different colors. Determine the number of all good colorings of the chess board. [i]Proposed by N. Beluhov[/i]

2004 IMO, 3

Define a "hook" to be a figure made up of six unit squares as shown below in the picture, or any of the figures obtained by applying rotations and reflections to this figure. [asy] unitsize(0.5 cm); draw((0,0)--(1,0)); draw((0,1)--(1,1)); draw((2,1)--(3,1)); draw((0,2)--(3,2)); draw((0,3)--(3,3)); draw((0,0)--(0,3)); draw((1,0)--(1,3)); draw((2,1)--(2,3)); draw((3,1)--(3,3)); [/asy] Determine all $ m\times n$ rectangles that can be covered without gaps and without overlaps with hooks such that - the rectangle is covered without gaps and without overlaps - no part of a hook covers area outside the rectangle.