Found problems: 1342
2010 Today's Calculation Of Integral, 531
(1) Let $ f(x)$ be a continuous function defined on $ [a,\ b]$, it is known that there exists some $ c$ such that
\[ \int_a^b f(x)\ dx \equal{} (b \minus{} a)f(c)\ (a < c < b)\]
Explain the fact by using graph. Note that you don't need to prove the statement.
(2) Let $ f(x) \equal{} a_0 \plus{} a_1x \plus{} a_2x^2 \plus{} \cdots\cdots \plus{} a_nx^n$,
Prove that there exists $ \theta$ such that
\[ f(\sin \theta) \equal{} a_0 \plus{} \frac {a_1}{2} \plus{} \frac {a_3}{3} \plus{} \cdots\cdots \plus{} \frac {a_n}{n \plus{} 1},\ 0 < \theta < \frac {\pi}{2}.\]
1988 Greece National Olympiad, 3
Bisectors of $\angle BAC$, $\angle CAD$ in a rectangle $ABCD$ , intersect the sides $BC$, $CD$ at points $M$ and $N$ resp. Prove that $\frac{(MB)}{(MC)}+\frac{(ND)}{(NC)}>1$
2003 Bulgaria Team Selection Test, 1
Cut $2003$ disjoint rectangles from an acute-angled triangle $ABC$, such that any of them has a parallel side to $AB$ and the sum of their areas is maximal.
2013 Kazakhstan National Olympiad, 3
How many non-intersecting pairs of paths we have from (0,0) to (n,n) so that path can move two ways:top or right?
2002 Iran MO (2nd round), 2
A rectangle is partitioned into finitely many small rectangles. We call a point a cross point if it belongs to four different small rectangles. We call a segment on the obtained diagram maximal if there is no other segment containing it. Show that the number of maximal segments plus the number of cross points is $3$ more than the number of small rectangles.
2009 AIME Problems, 4
In parallelogram $ ABCD$, point $ M$ is on $ \overline{AB}$ so that $ \frac{AM}{AB} \equal{} \frac{17}{1000}$ and point $ N$ is on $ \overline{AD}$ so that $ \frac{AN}{AD} \equal{} \frac{17}{2009}$. Let $ P$ be the point of intersection of $ \overline{AC}$ and $ \overline{MN}$. Find $ \frac{AC}{AP}$.
2006 All-Russian Olympiad, 8
A $3000\times 3000$ square is tiled by dominoes (i. e. $1\times 2$ rectangles) in an arbitrary way. Show that one can color the dominoes in three colors such that the number of the dominoes of each color is the same, and each dominoe $d$ has at most two neighbours of the same color as $d$. (Two dominoes are said to be [i]neighbours[/i] if a cell of one domino has a common edge with a cell of the other one.)
1998 National Olympiad First Round, 27
For which of the following $ n$, $ n\times n$ chessboard cannot be covered using at most one unit square piece and many L-shaped pieces (an L-shaped piece is a 2x2 piece with one square removed)?
$\textbf{(A)}\ 96 \qquad\textbf{(B)}\ 97 \qquad\textbf{(C)}\ 98 \qquad\textbf{(D)}\ 99 \qquad\textbf{(E)}\ 100$
2022 Tuymaada Olympiad, 7
A $1 \times 5n$ rectangle is partitioned into tiles, each of the tile being either a separate $1 \times 1$ square or a broken domino consisting of two such squares separated by four squares (not belonging to the domino). Prove that the number of such partitions is a perfect fifth power.
[i](K. Kokhas)[/i]
2020 Indonesia MO, 4
Problem 4. A chessboard with $2n \times 2n$ tiles is coloured such that every tile is coloured with one out of $n$ colours. Prove that there exists 2 tiles in either the same column or row such that if the colours of both tiles are swapped, then there exists a rectangle where all its four corner tiles have the same colour.
1961 All Russian Mathematical Olympiad, 012
Given $120$ unit squares arbitrarily situated in the $20\times 25$ rectangle. Prove that you can place a circle with the unit diameter without intersecting any of the squares.
2022 Singapore MO Open, Q2
Prove that if the length and breadth of a rectangle are both odd integers, then there does not exist a point $P$ inside the rectangle such that each of the distances from $P$ to the 4 corners of the rectangle is an integer.
2012 AMC 8, 17
A square with integer side length is cut into 10 squares, all of which have integer side length and at least 8 of which have area 1. What is the smallest possible value of the length of the side of the original square?
$\textbf{(A)}\hspace{.05in}3 \qquad \textbf{(B)}\hspace{.05in}4 \qquad \textbf{(C)}\hspace{.05in}5 \qquad \textbf{(D)}\hspace{.05in}6 \qquad \textbf{(E)}\hspace{.05in}7 $
1972 IMO Longlists, 33
A rectangle $ABCD$ is given whose sides have lengths $3$ and $2n$, where $n$ is a natural number. Denote by $U(n)$ the number of ways in which one can cut the rectangle into rectangles of side lengths $1$ and $2$.
$(a)$ Prove that
\[U(n + 1)+U(n -1) = 4U(n);\]
$(b)$ Prove that
\[U(n) =\frac{1}{2\sqrt{3}}[(\sqrt{3} + 1)(2 +\sqrt{3})^n + (\sqrt{3} - 1)(2 -\sqrt{3})^n].\]
2015 Thailand TSTST, 3
The circles $S_{1}$ and $S_{2}$ intersect at $M$ and $N$.Show that if vertices $A$ and $C$ of a rectangle $ABCD$ lie on $S_{1}$ while vertices $B$ and $D$ lie on $S_{2}$,then the intersection of the diagonals of the rectangle lies on the line $MN$.
1983 AIME Problems, 15
The adjoining figure shows two intersecting chords in a circle, with $B$ on minor arc $AD$. Suppose that the radius of the circle is 5, that $BC = 6$, and that $AD$ is bisected by $BC$. Suppose further that $AD$ is the only chord starting at $A$ which is bisected by $BC$. It follows that the sine of the minor arc $AB$ is a rational number. If this fraction is expressed as a fraction $m/n$ in lowest terms, what is the product $mn$?
[asy]
size(200);
defaultpen(linewidth(0.7)+fontsize(10));
pair A=dir(200), D=dir(95), M=midpoint(A--D), C=dir(30), BB=C+2*dir(C--M), B=intersectionpoint(M--BB, Circle(origin, 1));
draw(Circle(origin, 1)^^A--D^^B--C);
real r=0.05;
pair M1=midpoint(M--D), M2=midpoint(M--A);
draw((M1+0.1*dir(90)*dir(A--D))--(M1+0.1*dir(-90)*dir(A--D)));
draw((M2+0.1*dir(90)*dir(A--D))--(M2+0.1*dir(-90)*dir(A--D)));
pair point=origin;
label("$A$", A, dir(point--A));
label("$B$", B, dir(point--B));
label("$C$", C, dir(point--C));
label("$D$", D, dir(point--D));[/asy]
2009 IMO Shortlist, 4
For an integer $m\geq 1$, we consider partitions of a $2^m\times 2^m$ chessboard into rectangles consisting of cells of chessboard, in which each of the $2^m$ cells along one diagonal forms a separate rectangle of side length $1$. Determine the smallest possible sum of rectangle perimeters in such a partition.
[i]Proposed by Gerhard Woeginger, Netherlands[/i]
2013 ELMO Shortlist, 9
Let $ABCD$ be a cyclic quadrilateral inscribed in circle $\omega$ whose diagonals meet at $F$. Lines $AB$ and $CD$ meet at $E$. Segment $EF$ intersects $\omega$ at $X$. Lines $BX$ and $CD$ meet at $M$, and lines $CX$ and $AB$ meet at $N$. Prove that $MN$ and $BC$ concur with the tangent to $\omega$ at $X$.
[i]Proposed by Allen Liu[/i]
2005 IMC, 4
Let $f: \mathbb{R} \rightarrow \mathbb{R}$ be a three times differentiable function. Prove that there exists $w \in [-1,1]$ such that \[ \frac{f'''(w)}{6} = \frac{f(1)}{2}-\frac{f(-1)}{2}-f'(0). \]
2004 Denmark MO - Mohr Contest, 1
The width of rectangle $ABCD$ is twice its height, and the height of rectangle $EFCG$ is twice its width. The point $E$ lies on the diagonal $BD$. Which fraction of the area of the big rectangle is that of the small one?
[img]https://1.bp.blogspot.com/-aeqefhbBh5E/XzcBjhgg7sI/AAAAAAAAMXM/B0qSgWDBuqc3ysd-mOitP1LarOtBdJJ3gCLcBGAsYHQ/s0/2004%2BMohr%2Bp1.png[/img]
2007 District Olympiad, 2
Consider a rectangle $ABCD$ with $AB = 2$ and $BC = \sqrt3$. The point $M$ lies on the side $AD$ so that $MD = 2 AM$ and the point $N$ is the midpoint of the segment $AB$. On the plane of the rectangle rises the perpendicular MP and we choose the point $Q$ on the segment $MP$ such that the measure of the angle between the planes $(MPC)$ and $(NPC)$ shall be $45^o$, and the measure of the angle between the planes $(MPC)$ and $(QNC)$ shall be $60^o$.
a) Show that the lines $DN$ and $CM$ are perpendicular.
b) Show that the point $Q$ is the midpoint of the segment $MP$.
2008 AMC 12/AHSME, 16
A rectangular floor measures $ a$ by $ b$ feet, where $ a$ and $ b$ are positive integers with $ b > a$. An artist paints a rectangle on the floor with the sides of the rectangle parallel to the sides of the floor. The unpainted part of the floor forms a border of width $ 1$ foot around the painted rectangle and occupies half of the area of the entire floor. How many possibilities are there for the ordered pair $ (a,b)$?
$ \textbf{(A)}\ 1\qquad\textbf{(B)}\ 2\qquad\textbf{(C)}\ 3\qquad\textbf{(D)}\ 4\qquad\textbf{(E)}\ 5$
2024 AIME, 15
Find the number of rectangles that can be formed inside a fixed regular dodecagon ($12$-gon) where each side of the rectangle lies on either a side or a diagonal of the dodecagon. The diagram below shows three of those rectangles.
[asy]
unitsize(40);
real r = pi/6;
pair A1 = (cos(r),sin(r));
pair A2 = (cos(2r),sin(2r));
pair A3 = (cos(3r),sin(3r));
pair A4 = (cos(4r),sin(4r));
pair A5 = (cos(5r),sin(5r));
pair A6 = (cos(6r),sin(6r));
pair A7 = (cos(7r),sin(7r));
pair A8 = (cos(8r),sin(8r));
pair A9 = (cos(9r),sin(9r));
pair A10 = (cos(10r),sin(10r));
pair A11 = (cos(11r),sin(11r));
pair A12 = (cos(12r),sin(12r));
draw(A1--A2--A3--A4--A5--A6--A7--A8--A9--A10--A11--A12--cycle);
filldraw(A2--A1--A8--A7--cycle, mediumgray, linewidth(1.2));
draw(A4--A11);
draw(0.365*A3--0.365*A12, linewidth(1.2));
dot(A1);
dot(A2);
dot(A3);
dot(A4);
dot(A5);
dot(A6);
dot(A7);
dot(A8);
dot(A9);
dot(A10);
dot(A11);
dot(A12);
[/asy]
2010 Cuba MO, 3
A rectangle with sides $ n$ and $p$ is divided into $np$ unit squares. Initially there are m unitary squares painted black and the remaining painted white. The following processoccurs repeatedly: if a unit square painted white has at minus two sides in common with squares painted black then Its color also turns black. Find the smallest integer $m$ that satisfies the property: there exists an initial position of $m$ black unit squares such that the entire $ n \times p$ rectangle is painted black when repeat the process a finite number of times.
2008 Iran MO (3rd Round), 5
a) Suppose that $ RBR'B'$ is a convex quadrilateral such that vertices $ R$ and $ R'$ have red color and vertices $ B$ and $ B'$ have blue color. We put $ k$ arbitrary points of colors blue and red in the quadrilateral such that no four of these $ k\plus{}4$ point (except probably $ RBR'B'$) lie one a circle. Prove that exactly one of the following cases occur?
1. There is a path from $ R$ to $ R'$ such that distance of every point on this path from one of red points is less than its distance from all blue points.
2. There is a path from $ B$ to $ B'$ such that distance of every point on this path from one of blue points is less than its distance from all red points.
We call these two paths the blue path and the red path respectively.
Let $ n$ be a natural number. Two people play the following game. At each step one player puts a point in quadrilateral satisfying the above conditions. First player only puts red point and second player only puts blue points. Game finishes when every player has put $ n$ points on the plane. First player's goal is to make a red path from $ R$ to $ R'$ and the second player's goal is to make a blue path from $ B$ to $ B'$.
b) Prove that if $ RBR'B'$ is rectangle then for each $ n$ the second player wins.
c) Try to specify the winner for other quadrilaterals.