Found problems: 567
1963 Miklós Schweitzer, 10
Select $ n$ points on a circle independently with uniform distribution. Let $ P_n$ be the probability that the center of the
circle is in the interior of the convex hull of these $ n$ points. Calculate the probabilities $ P_3$ and $ P_4$. [A. Renyi]
2016 PUMaC Combinatorics A, 1
Chitoge is painting a cube; she can paint each face either black or white, but she wants no vertex of the cube to be touching three faces of the same color. In how many ways can Chitoge paint the cube? Two paintings of a cube are considered to be the same if you can rotate one cube so that it looks like the other cube.
1956 AMC 12/AHSME, 45
A wheel with a rubber tire has an outside diameter of $ 25$ in. When the radius has been decreased a quarter of an inch, the number of revolutions in one mile will:
$ \textbf{(A)}\ \text{be increased about }2\% \qquad\textbf{(B)}\ \text{be increased about }1\%$
$ \textbf{(C)}\ \text{be increased about }20\% \qquad\textbf{(D)}\ \text{be increased about }\frac {1}{2}\% \qquad\textbf{(E)}\ \text{remain the same}$
2023 USAJMO Solutions by peace09, 3
Consider an $n$-by-$n$ board of unit squares for some odd positive integer $n$. We say that a collection $C$ of identical dominoes is a [i]maximal grid-aligned configuration[/i] on the board if $C$ consists of $(n^2-1)/2$ dominoes where each domino covers exactly two neighboring squares and the dominoes don't overlap: $C$ then covers all but one square on the board. We are allowed to slide (but not rotate) a domino on the board to cover the uncovered square, resulting in a new maximal grid-aligned configuration with another square uncovered. Let $k(C)$ be the number of distinct maximal grid-aligned configurations obtainable from $C$ by repeatedly sliding dominoes. Find the maximum value of $k(C)$ as a function of $n$.
[i]Proposed by Holden Mui[/i]
2013 Princeton University Math Competition, 6
Draw an equilateral triangle with center $O$. Rotate the equilateral triangle $30^\circ, 60^\circ, 90^\circ$ with respect to $O$ so there would be four congruent equilateral triangles on each other. Look at the diagram. If the smallest triangle has area $1$, the area of the original equilateral triangle could be expressed as $p+q\sqrt r$ where $p,q,r$ are positive integers and $r$ is not divisible by a square greater than $1$. Find $p+q+r$.
1999 Vietnam Team Selection Test, 3
Let a convex polygon $H$ be given. Show that for every real number $a \in (0, 1)$ there exist 6 distinct points on the sides of $H$, denoted by $A_1, A_2, \ldots, A_6$ clockwise, satisfying the conditions:
[b]I.[/b] $(A_1A_2) = (A_5A_4) = a \cdot (A_6A_3)$.
[b]II.[/b] Lines $A_1A_2, A_5A_4$ are equidistant from $A_6A_3$.
(By $(AB)$ we denote vector $AB$)
2007 F = Ma, 15
A uniform disk ($ I = \dfrac {1}{2} MR^2 $) of mass 8.0 kg can rotate without friction on a fixed axis. A string is wrapped around its circumference and is attached to a 6.0 kg mass. The string does not slip. What is the tension in the cord while the mass is falling? [asy]
size(250);
pen p=linewidth(3), dg=gray(0.25), llg=gray(0.90), lg=gray(0.75),g=grey;
void f(path P, pen p, pen q)
{
filldraw(P,p,q);
}
path P=CR((0,0),1);
D((1,0)--(1,-2.5),p+lg);
f(P,g,p);
P=scale(0.4)*P;
f(P,lg,p);
path Q=arc((0,0),0.3,-40,130)--arc((-1,-1),0.5,130,320)--cycle;
f(Q,llg,dg+p);
P=scale(0.45)*P;
f(P,llg,dg+p);
P=shift((0.15,0.15))*((-1,-1)--(-1,-2)--(-1.1,-2)--(-1.1,-1.1)--(-2,-1.1)--(-2,-1)--cycle);
f(P,llg,lg+p);
P=shift((1.55,1.55))*scale(3)*P;
f(P,llg,g+p);
unfill((-1.23,-1.23)--(-1.23,-5)--(-5,-1.23)--cycle);
clip((-3.8,-3.8)--(-3.8,3.8)--(3.8,3.8)--(3.8,-3.8)--cycle);
P=(0.2,-2.5)--(1.8,-2.5)--(1.8,-4.1)--(0.2,-4.1)--cycle;
f(P,llg,lg+p);
MP("m",(1,-3.3),(0,0),fontsize(16));
MP("M",(0,-1),fontsize(16));[/asy]
$ \textbf {(A) } \text {20.0 N} \qquad \textbf {(B) } \text {24.0 N} \qquad \textbf {(C) } \text {34.3 N} \qquad \textbf {(D) } \text {60.0 N} \qquad \textbf {(E) } \text {80.0 N} $
2009 Balkan MO Shortlist, G6
Two circles $O_1$ and $O_2$ intersect each other at $M$ and $N$. The common tangent to two circles nearer to $M$ touch $O_1$ and $O_2$ at $A$ and $B$ respectively. Let $C$ and $D$ be the reflection of $A$ and $B$ respectively with respect to $M$. The circumcircle of the triangle $DCM$ intersect circles $O_1$ and $O_2$ respectively at points $E$ and $F$ (both distinct from $M$). Show that the circumcircles of triangles $MEF$ and $NEF$ have same radius length.
1996 AIME Problems, 7
Two of the squares of a $ 7\times 7$ checkerboard are painted yellow, and the rest are painted green. Two color schemes are equivalent if one can be obtained from the other by applying a rotation in the plane of the board. How many inequivalent color schemes are possible?
1983 AIME Problems, 14
In the adjoining figure, two circles of radii 6 and 8 are drawn with their centers 12 units apart. At $P$, one of the points of intersection, a line is drawn in such a way that the chords $QP$ and $PR$ have equal length. Find the square of the length of $QP$.
[asy]unitsize(2.5mm);
defaultpen(linewidth(.8pt)+fontsize(12pt));
dotfactor=3;
pair O1=(0,0), O2=(12,0);
path C1=Circle(O1,8), C2=Circle(O2,6);
pair P=intersectionpoints(C1,C2)[0];
path C3=Circle(P,sqrt(130));
pair Q=intersectionpoints(C3,C1)[0];
pair R=intersectionpoints(C3,C2)[1];
draw(C1);
draw(C2);
//draw(O2--O1);
//dot(O1);
//dot(O2);
draw(Q--R);
label("$Q$",Q,N);
label("$P$",P,dir(80));
label("$R$",R,E);
//label("12",waypoint(O1--O2,0.4),S);[/asy]
2010 AMC 10, 23
The entries in a $ 3\times3$ array include all the digits from 1 through 9, arranged so that the entries in every row and column are in increasing order. How many such arrays are there?
$ \textbf{(A)}\ 18\qquad\textbf{(B)}\ 24\qquad\textbf{(C)}\ 36\qquad\textbf{(D)}\ 42\qquad\textbf{(E)}\ 60$
1991 Tournament Of Towns, (318) 5
Let $M$ be a centre of gravity (the intersection point of the medians) of a triangle $ABC$. Under rotation by $120$ degrees about the point $M$, the point $B$ is taken to the point $P$; under rotation by $240$ degrees about $M$, the point $C$ is taken to the point $Q$. Prove that either $APQ$ is an equilateral triangle, or the points $A, P, Q$ coincide.
(Bykovsky, Khabarovsksk)
2010 Contests, 2
$AB$ is a diameter of a circle with center $O$. Let $C$ and $D$ be two different points on the circle on the same side of $AB$, and the lines tangent to the circle at points $C$ and $D$ meet at $E$. Segments $AD$ and $BC$ meet at $F$. Lines $EF$ and $AB$ meet at $M$. Prove that $E,C,M$ and $D$ are concyclic.
2023 AMC 10, 19
The line segment formed by $A(1, 2)$ and $B(3, 3)$ is rotated to the line segment formed by $A'(3, 1)$ and $B'(4, 3)$ about the point $P(r, s)$. What is $|r-s|$?
$\text{A) } \frac{1}{4} \qquad \text{B) } \frac{1}{2} \qquad \text{C) } \frac{3}{4} \qquad \text{D) } \frac{2}{3} \qquad \text{E) } 1$
2014 France Team Selection Test, 2
Two circles $O_1$ and $O_2$ intersect each other at $M$ and $N$. The common tangent to two circles nearer to $M$ touch $O_1$ and $O_2$ at $A$ and $B$ respectively. Let $C$ and $D$ be the reflection of $A$ and $B$ respectively with respect to $M$. The circumcircle of the triangle $DCM$ intersect circles $O_1$ and $O_2$ respectively at points $E$ and $F$ (both distinct from $M$). Show that the circumcircles of triangles $MEF$ and $NEF$ have same radius length.
2004 Bulgaria Team Selection Test, 2
Let $H$ be the orthocenter of $\triangle ABC$. The points $A_{1} \not= A$, $B_{1} \not= B$ and $C_{1} \not= C$ lie, respectively, on the circumcircles of $\triangle BCH$, $\triangle CAH$ and $\triangle ABH$ and satisfy $A_{1}H=B_{1}H=C_{1}H$. Denote by $H_{1}$, $H_{2}$ and $H_{3}$ the orthocenters of $\triangle A_{1}BC$, $\triangle B_{1}CA$ and $\triangle C_{1}AB$, respectively. Prove that $\triangle A_{1}B_{1}C_{1}$ and $\triangle H_{1}H_{2}H_{3}$ have the same orthocenter.
2024 AMC 10, 13
Two transformations are said to [i]commute[/i] if applying the first followed by the second gives the same result as applying the second followed by the first. Consider these four transformations of the coordinate plane:
- A translation $2$ units to the right
- A $90^\circ$- rotation counterclockwise about the origin.
- A reflection across the $x$-axis, and
- A dilation centered at the origin with scale factor $2$.
Of the $6$ pairs of distinct transformations from this list, how many commute?
$
\textbf{(A) }1 \qquad
\textbf{(B) }2 \qquad
\textbf{(C) }3 \qquad
\textbf{(D) }4 \qquad
\textbf{(E) }5 \qquad
$
2013 Princeton University Math Competition, 2
How many ways are there to color the edges of a hexagon orange and black if we assume that two hexagons are indistinguishable if one can be rotated into the other? Note that we are saying the colorings OOBBOB and BOBBOO are distinct; we ignore flips.
2008 AIME Problems, 9
A particle is located on the coordinate plane at $ (5,0)$. Define a [i]move[/i] for the particle as a counterclockwise rotation of $ \pi/4$ radians about the origin followed by a translation of $ 10$ units in the positive $ x$-direction. Given that the particle's position after $ 150$ moves is $ (p,q)$, find the greatest integer less than or equal to $ |p|\plus{}|q|$.
2014 AMC 10, 14
The $y$-intercepts, $P$ and $Q$, of two perpendicular lines intersecting at the point $A(6,8)$ have a sum of zero. What is the area of $\triangle APQ$?
$ \textbf{(A)}\ 45\qquad\textbf{(B)}\ 48\qquad\textbf{(C)}\ 54\qquad\textbf{(D)}\ 60\qquad\textbf{(E)}\ 72 $
2016 IFYM, Sozopol, 3
The angle of a rotation $\rho$ is $\alpha <180^\circ$ and $\rho$ maps the convex polygon $M$ in itself. Prove that there exist two circles $c_1$ and $c_2$ with radius $r$ and $2r$, so that $c_1$ is inner for $M$ and $M$ is inner for $c_2$.
2008 Kyiv Mathematical Festival, 5
Some $ m$ squares on the chessboard are marked. If among four squares at the intersection of some two rows and two columns three squares are marked then it is allowed to mark the fourth square. Find the smallest $ m$ for which it is possible to mark all squares after several such operations.
2012 AIME Problems, 13
Three concentric circles have radii $3$, $4$, and $5$. An equilateral triangle with one vertex on each circle has side length $s$. The largest possible area of the triangle can be written as $a+\frac{b}{c}\sqrt{d}$, where $a,b,c$ and $d$ are positive integers, $b$ and $c$ are relatively prime, and $d$ is not divisible by the square of any prime. Find $a+b+c+d$.
1996 Estonia National Olympiad, 3
An equilateral triangle of side$ 1$ is rotated around its center, yielding another equilareral triangle. Find the area of the intersection of these two triangles.
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$