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

2012 USAMTS Problems, 2

Three wooden equilateral triangles of side length $18$ inches are placed on axles as shown in the diagram to the right. Each axle is $30$ inches from the other two axles. A $144$-inch leather band is wrapped around the wooden triangles, and a dot at the top corner is painted as shown. The three triangles are then rotated at the same speed and the band rotates without slipping or stretching. Compute the length of the path that the dot travels before it returns to its initial position at the top corner. [asy] size(150); defaultpen(linewidth(0.8)+fontsize(10)); pair A=origin,B=(48,0),C=rotate(60,A)*B; path equi=(0,0)--(18,0)--(9,9*sqrt(3))--cycle,circ=circle(centroid(A,B,C)*18/48,1/3); picture a; fill(a,equi,grey); fill(a,circ,white); add(a); add(shift(15,15*sqrt(3))*a); add(shift(30,0)*a); draw(A--B--C--cycle,linewidth(1)); path top = circle(C,2/3); unfill(top); draw(top); real r=-5/2; draw((9,r+1)--(9,r-1)^^(9,r)--(39,r)^^(39,r-1)--(39,r+1)); label("$30$",(24,r),S); [/asy]

2007 ISI B.Math Entrance Exam, 10

The eleven members of a cricket team are numbered $1,2,...,11$. In how many ways can the entire cricket team sit on the eleven chairs arranged around a circular table so that the numbers of any two adjacent players differ by one or two ?

2005 USAMTS Problems, 1

Tags: rotation
For a given positive integer $n$, we wish to construct a circle of six numbers as shown below so that the circle has the following properties: (a) The six numbers are different three-digit numbers, none of whose digits is a 0. (b) Going around the circle clockwise, the first two digits of each number are the last two digits, in the same order, of the previous number. (c) All six numbers are divisible by $n$. The example above shows a successful circle for $n = 2$. For each of $n = 3, 4, 5, 6, 7, 8, 9$, either construct a circle that satisfies these properties, or prove that it is impossible to do so. [asy] pair a = (1,0); defaultpen(linewidth(0.7)); draw(a..-a..a); int[] num = {264,626,662,866,486,648}; for (int i=0;i<6;++i) { dot(a); label(format("$%d$",num[i]),a,a); a=dir(60*i+60); }[/asy]

2019 BMT Spring, 11

A regular $17$-gon with vertices $V_1, V_2, . . . , V_{17}$ and sides of length $3$ has a point $ P$ on $V_1V_2$ such that $V_1P = 1$. A chord that stretches from $V_1$ to $V_2$ containing $ P$ is rotated within the interior of the heptadecagon around $V_2$ such that the chord now stretches from $V_2$ to $V_3$. The chord then hinges around $V_3$, then $V_4$, and so on, continuing until $ P$ is back at its original position. Find the total length traced by $ P$.

1955 AMC 12/AHSME, 29

Tags: rotation
In the figure, $ PA$ is tangent to semicircle $ SAR$; $ PB$ is tangent to semicircle $ RBT$; $ SRT$ is a straight line; the arcs are indicated in the figure. Angle $ APB$ is measured by: [asy]unitsize(1.2cm); defaultpen(linewidth(.8pt)+fontsize(8pt)); dotfactor=3; pair O1=(0,0), O2=(3,0), Sp=(-2,0), R=(2,0), T=(4,0); pair A=O1+2*dir(60), B=O2+dir(85); pair Pa=rotate(90,A)*O1, Pb=rotate(-90,B)*O2; pair P=extension(A,Pa,B,Pb); pair[] dots={Sp,R,T,A,B,P}; draw(P--P+5*(A-P)); draw(P--P+5*(B-P)); clip((-2,0)--(-2,2.5)--(4,2.5)--(4,0)--cycle); draw(Arc(O1,2,0,180)--cycle); draw(Arc(O2,1,0,180)--cycle); dot(dots); label("$S$",Sp,S); label("$R$",R,S); label("$T$",T,S); label("$A$",A,NE); label("$B$",B,N); label("$P$",P,NNE); label("$a$",midpoint(Arc(O1,2,0,60)),SW); label("$b$",midpoint(Arc(O2,1,85,180)),SE); label("$c$",midpoint(Arc(O1,2,60,180)),SE); label("$d$",midpoint(Arc(O2,1,0,85)),SW);[/asy]$ \textbf{(A)}\ \frac {1}{2}(a \minus{} b) \qquad \textbf{(B)}\ \frac {1}{2}(a \plus{} b) \qquad \textbf{(C)}\ (c \minus{} a) \minus{} (d \minus{} b) \qquad \textbf{(D)}\ a \minus{} b \qquad \textbf{(E)}\ a \plus{} b$

2008 China Team Selection Test, 2

In a plane, there is an infinite triangular grid consists of equilateral triangles whose lengths of the sides are equal to $ 1$, call the vertices of the triangles the lattice points, call two lattice points are adjacent if the distance between the two points is equal to $ 1;$ A jump game is played by two frogs $ A,B,$ "A jump" is called if the frogs jump from the point which it is lying on to its adjacent point, " A round jump of $ A,B$" is called if first $ A$ jumps and then $ B$ by the following rules: Rule (1): $ A$ jumps once arbitrarily, then $ B$ jumps once in the same direction, or twice in the opposite direction; Rule (2): when $ A,B$ sits on adjacent lattice points, they carry out Rule (1) finishing a round jump, or $ A$ jumps twice continually, keep adjacent with $ B$ every time, and $ B$ rests on previous position; If the original positions of $ A,B$ are adjacent lattice points, determine whether for $ A$ and $ B$,such that the one can exactly land on the original position of the other after a finite round jumps.

2012 Today's Calculation Of Integral, 772

Given are three points $A(2,\ 0,\ 2),\ B(1,\ 1,\ 0),\ C(0,\ 0,\ 3)$ in the coordinate space. Find the volume of the solid of a triangle $ABC$ generated by a rotation about $z$-axis.

2020 MBMT, 20

Sam colors each tile in a 4 by 4 grid white or black. A coloring is called [i]rotationally symmetric[/i] if the grid can be rotated 90, 180, or 270 degrees to achieve the same pattern. Two colorings are called [i]rotationally distinct[/i] if neither can be rotated to match the other. How many rotationally distinct ways are there for Sam to color the grid such that the colorings are [i]not[/i] rotationally symmetric? [i]Proposed by Gabriel Wu[/i]

2002 AMC 10, 20

Let $ a$, $ b$, and $ c$ be real numbers such that $ a \minus{} 7b \plus{} 8c \equal{} 4$ and $ 8a \plus{} 4b \minus{} c \equal{} 7$. Then $ a^2 \minus{} b^2 \plus{} c^2$ is $ \textbf{(A)}\ 0 \qquad \textbf{(B)}\ 1 \qquad \textbf{(C)}\ 4 \qquad \textbf{(D)}\ 7 \qquad \textbf{(E)}\ 8$

2010 Germany Team Selection Test, 2

Determine all $n \in \mathbb{Z}^+$ such that a regular hexagon (i.e. all sides equal length, all interior angles same size) can be partitioned in finitely many $n-$gons such that they can be composed into $n$ congruent regular hexagons in a non-overlapping way upon certain rotations and translations.

2000 Harvard-MIT Mathematics Tournament, 3

Using $3$ colors, red, blue and yellow, how many different ways can you color a cube (modulo rigid rotations)?

1996 Moldova Team Selection Test, 10

Given an equilateral triangle $ABC$ and a point $M$ in the plane ($ABC$). Let $A', B', C'$ be respectively the symmetric through $M$ of $A, B, C$. [b]I.[/b] Prove that there exists a unique point $P$ equidistant from $A$ and $B'$, from $B$ and $C'$ and from $C$ and $A'$. [b]II.[/b] Let $D$ be the midpoint of the side $AB$. When $M$ varies ($M$ does not coincide with $D$), prove that the circumcircle of triangle $MNP$ ($N$ is the intersection of the line $DM$ and $AP$) pass through a fixed point.

2010 Germany Team Selection Test, 2

Determine all $n \in \mathbb{Z}^+$ such that a regular hexagon (i.e. all sides equal length, all interior angles same size) can be partitioned in finitely many $n-$gons such that they can be composed into $n$ congruent regular hexagons in a non-overlapping way upon certain rotations and translations.

2007 Tournament Of Towns, 3

$B$ is a point on the line which is tangent to a circle at the point $A$. The line segment $AB$ is rotated about the centre of the circle through some angle to the line segment $A'B'$. Prove that the line $AA'$ passes through the midpoint of $BB'$.

2009 Princeton University Math Competition, 7

Tags: rotation , geometry
You are given a convex pentagon $ABCDE$ with $AB=BC$, $CD=DE$, $\angle{ABC}=150^\circ$, $\angle{BCD} = 165^\circ$, $\angle{CDE}=30^\circ$, $BD=6$. Find the area of this pentagon. Round your answer to the nearest integer if necessary. [asy] pathpen = rgb(0,0,0.6)+linewidth(0.7); pointpen = black+linewidth(3); pointfontpen = fontsize(10); pair A = (0,0), B = (0.8,-1.8), C = B+rotate(-150)*(A-B), D = IP(CR(B,6), C--C+rotate(-165)*6*(B-C)), E = D+rotate(-30)*(C-D); D(D("B",B,W)--D("C",C,SW)--D("D",D,plain.E)--D("E",E,NE)--D("A",A,NW)--B--D); [/asy]

2012 Macedonia National Olympiad, 5

A hexagonal table is given, as the one on the drawing, which has $~$ $2012$ $~$ columns. There are $~$ $2012$ $~$ hexagons in each of the odd columns, and there are $~$ $2013$ $~$ hexagons in each of the even columns. The number $~$ $i$ $~$ is written in each hexagon from the $~$ $i$-th column. Changing the numbers in the table is allowed in the following way: We arbitrarily select three adjacent hexagons, we rotate the numbers, and if the rotation is clockwise then the three numbers decrease by one, and if we rotate them counterclockwise the three numbers increase by one (see the drawing below). What's the maximum number of zeros that can be obtained in the table by using the above-defined steps.

2005 AMC 12/AHSME, 25

Six ants simultaneously stand on the six vertices of a regular octahedron, with each ant at a different vertex. Simultaneously and independently, each ant moves from its vertex to one of the four adjacent vertices, each with equal probability. What is the probability that no two ants arrive at the same vertex? $ \textbf{(A)}\ \frac {5}{256} \qquad \textbf{(B)}\ \frac {21}{1024} \qquad \textbf{(C)}\ \frac {11}{512} \qquad \textbf{(D)}\ \frac {23}{1024} \qquad \textbf{(E)}\ \frac {3}{128}$

2014 HMNT, 4

How many ways are there to color the vertices of a triangle red, green, blue, or yellow such that no two vertices have the same color? Rotations and reflections are considered distinct.

1986 IMO Shortlist, 17

Given a point $P_0$ in the plane of the triangle $A_1A_2A_3$. Define $A_s=A_{s-3}$ for all $s\ge4$. Construct a set of points $P_1,P_2,P_3,\ldots$ such that $P_{k+1}$ is the image of $P_k$ under a rotation center $A_{k+1}$ through an angle $120^o$ clockwise for $k=0,1,2,\ldots$. Prove that if $P_{1986}=P_0$, then the triangle $A_1A_2A_3$ is equilateral.

2004 Postal Coaching, 11

Three circles touch each other externally and all these cirlces also touch a fixed straight line. Let $A,B,C$ be the mutual points of contact of these circles. If $\omega$ denotes the Brocard angle of the triangle $ABC$, prove that $\cot{\omega}$ = 2.

2006 China Northern MO, 7

Can we put positive integers $1,2,3, \cdots 64$ into $8 \times 8$ grids such that the sum of the numbers in any $4$ grids that have the form like $T$ ( $3$ on top and $1$ under the middle one on the top, this can be rotate to any direction) can be divided by $5$?

2014 AIME Problems, 9

Tags: rotation
Ten chairs are arranged in a circle. Find the number of subsets of this set of chairs that contain at least three adjacent chairs.

2005 International Zhautykov Olympiad, 3

Let $ A$ be a set of $ 2n$ points on the plane such that no three points are collinear. Prove that for any distinct two points $ a,b\in A$ there exists a line that partitions $ A$ into two subsets each containing $ n$ points and such that $ a,b$ lie on different sides of the line.

2008 Putnam, A5

Let $ n\ge 3$ be an integer. Let $ f(x)$ and $ g(x)$ be polynomials with real coefficients such that the points $ (f(1),g(1)),(f(2),g(2)),\dots,(f(n),g(n))$ in $ \mathbb{R}^2$ are the vertices of a regular $ n$-gon in counterclockwise order. Prove that at least one of $ f(x)$ and $ g(x)$ has degree greater than or equal to $ n\minus{}1.$

1996 Iran MO (3rd Round), 2

Let $ABCD$ be a parallelogram. Construct the equilateral triangle $DCE$ on the side $DC$ and outside of parallelogram. Let $P$ be an arbitrary point in plane of $ABCD$. Show that \[PA+PB+AD \geq PE.\]