Found problems: 37
2022 AMC 10, 18
Let $T_k$ be the transformation of the coordinate plane that first rotates the plane $k$ degrees counterclockwise around the origin and then reflects the plane across the $y$-axis. What is the least positive integer $n$ such that performing the sequence of transformations transformations $T_1, T_2, T_3, \dots, T_n$ returns the point $(1,0)$ back to itself?
$\textbf{(A) } 359 \qquad \textbf{(B) } 360\qquad \textbf{(C) } 719 \qquad \textbf{(D) } 720 \qquad \textbf{(E) } 721$
2022 AMC 10, 21
A bowl is formed by attaching four regular hexagons of side 1 to a square of side 1. The edges of adjacent hexagons coincide, as shown in the figure. What is the area of the octagon obtained by joining the top eight vertices of the four hexagons, situated on the rim of the bowl?
[asy]
size(200);
defaultpen(linewidth(0.8));
draw((342,-662) -- (600, -727) -- (757,-619) -- (967,-400) -- (1016,-300) -- (912,-116) -- (651,-46) -- (238,-90) -- (82,-204) -- (184, -388) -- (447,-458) -- (859,-410) -- (1016,-300));
draw((82,-204) -- (133,-490) -- (342, -662));
draw((652,-626) -- (600,-727));
draw((447,-458) -- (652,-626) -- (859,-410));
draw((133,-490) -- (184, -388));
draw((967,-400) -- (912,-116)^^(342,-662) -- (496, -545) -- (757,-619)^^(496, -545) -- (446, -262) -- (238, -90)^^(446, -262) -- (651, -46),linewidth(0.6)+linetype("5 5")+gray(0.4));
[/asy]
$\textbf{(A) }6\qquad\textbf{(B) }7\qquad\textbf{(C) }5+2\sqrt{2}\qquad\textbf{(D) }8\qquad\textbf{(E) }9$
2022 AMC 10, 5
Square $ABCD$ has side length $1$. Point $P$, $Q$, $R$, and $S$ each lie on a side of $ABCD$ such that $APQCRS$ is an equilateral convex hexagon with side length $s$. What is $s$?
$\textbf{(A) } \frac{\sqrt{2}}{3} \qquad \textbf{(B) } \frac{1}{2} \qquad \textbf{(C) } 2-\sqrt{2} \qquad \textbf{(D) } 1-\frac{\sqrt{2}}{4} \qquad \textbf{(E) } \frac{2}{3}$
2022 AMC 10, 2
Mike cycled $15$ laps in $57$ minutes. Assume he cycled at a constant speed throughout. Approximately how many laps did he complete in the first $27$ minutes?
$\textbf{(A) } 5 \qquad \textbf{(B) } 7 \qquad \textbf{(C) } 9 \qquad \textbf{(D) } 11 \qquad \textbf{(E) } 13$
2022 AMC 10, 13
Let $\triangle ABC$ be a scalene triangle. Point $P$ lies on $\overline{BC}$ so that $\overline{AP}$ bisects $\angle BAC$. The line through $B$ perpendicular to $\overline{AP}$ intersects the line through $A$ parallel to $\overline{BC}$ at point $D$. Suppose $BP = 2$ and $PC = 3$. What is $AD$ ?
$\textbf{(A) }8\qquad\textbf{(B) }9\qquad\textbf{(C) }10\qquad\textbf{(D) }11\qquad\textbf{(E) }12$
2022 AMC 12/AHSME, 7
A rectangle is partitioned into 5 regions as shown. Each region is to be painted a solid color - red, orange, yellow, blue, or green - so that regions that touch are painted different colors, and colors can be used more than once. How many different colorings are possible?
[asy]
size(5.5cm);
draw((0,0)--(0,2)--(2,2)--(2,0)--cycle);
draw((2,0)--(8,0)--(8,2)--(2,2)--cycle);
draw((8,0)--(12,0)--(12,2)--(8,2)--cycle);
draw((0,2)--(6,2)--(6,4)--(0,4)--cycle);
draw((6,2)--(12,2)--(12,4)--(6,4)--cycle);
[/asy]
$\textbf{(A) }120\qquad\textbf{(B) }270\qquad\textbf{(C) }360\qquad\textbf{(D) }540\qquad\textbf{(E) }720$
2022 AMC 10, 1
What is the value of
$$3 + \frac{1}{3+\frac{1}{3+\frac{1}{3}}}?$$
$\textbf{(A) } \frac{31}{10} \qquad \textbf{(B) } \frac{49}{15} \qquad \textbf{(C) } \frac{33}{10} \qquad \textbf{(D) } \frac{109}{33} \qquad \textbf{(E) } \frac{15}{4}$
2022 AMC 10, 10
Daniel finds a rectangular index card and measures its diagonal to be 8 centimeters. Daniel then cuts out equal squares of side 1 cm at two opposite corners of the index card and measures the distance between the two closest vertices of these squares to be $4\sqrt{2}$ centimeters, as shown below. What is the area of the original index card?
[asy]
unitsize(0.6 cm);
pair A, B, C, D, E, F, G, H;
real x, y;
x = 9;
y = 5;
A = (0,y);
B = (x - 1,y);
C = (x - 1,y - 1);
D = (x,y - 1);
E = (x,0);
F = (1,0);
G = (1,1);
H = (0,1);
draw(A--B--C--D--E--F--G--H--cycle);
draw(interp(C,G,0.03)--interp(C,G,0.97), dashed, Arrows(6));
draw(interp(A,E,0.03)--interp(A,E,0.97), dashed, Arrows(6));
label("$1$", (B + C)/2, W);
label("$1$", (C + D)/2, S);
label("$8$", interp(A,E,0.3), NE);
label("$4 \sqrt{2}$", interp(G,C,0.2), SE);
[/asy]
$\textbf{(A) }14\qquad\textbf{(B) }10\sqrt{2}\qquad\textbf{(C) }16\qquad\textbf{(D) }12\sqrt{2}\qquad\textbf{(E) }18$
2022 AMC 10, 22
Suppose that 13 cards numbered $1, 2, 3, \dots, 13$ are arranged in a row. The task is to pick them up in numerically increasing order, working repeatedly from left to right. In the example below, cards 1, 2, 3 are picked up on the first pass, 4 and 5 on the second pass, 6 on the third pass, 7, 8, 9, 10 on the fourth pass, and 11, 12, 13 on the fifth pass. For how many of the $13!$ possible orderings of the cards will the $13$ cards be picked up in exactly two passes?
[asy]
size(11cm);
draw((0,0)--(2,0)--(2,3)--(0,3)--cycle);
label("7", (1,1.5));
draw((3,0)--(5,0)--(5,3)--(3,3)--cycle);
label("11", (4,1.5));
draw((6,0)--(8,0)--(8,3)--(6,3)--cycle);
label("8", (7,1.5));
draw((9,0)--(11,0)--(11,3)--(9,3)--cycle);
label("6", (10,1.5));
draw((12,0)--(14,0)--(14,3)--(12,3)--cycle);
label("4", (13,1.5));
draw((15,0)--(17,0)--(17,3)--(15,3)--cycle);
label("5", (16,1.5));
draw((18,0)--(20,0)--(20,3)--(18,3)--cycle);
label("9", (19,1.5));
draw((21,0)--(23,0)--(23,3)--(21,3)--cycle);
label("12", (22,1.5));
draw((24,0)--(26,0)--(26,3)--(24,3)--cycle);
label("1", (25,1.5));
draw((27,0)--(29,0)--(29,3)--(27,3)--cycle);
label("13", (28,1.5));
draw((30,0)--(32,0)--(32,3)--(30,3)--cycle);
label("10", (31,1.5));
draw((33,0)--(35,0)--(35,3)--(33,3)--cycle);
label("2", (34,1.5));
draw((36,0)--(38,0)--(38,3)--(36,3)--cycle);
label("3", (37,1.5));
[/asy]
$\textbf{(A) }4082\qquad\textbf{(B) }4095\qquad\textbf{(C) }4096\qquad\textbf{(D) }8178\qquad\textbf{(E) }8191$
2022 AMC 10, 14
What is the number of ways the numbers from $1$ to $14$ can be split into $7$ pairs such that for each pair, the greater number is at least $2$ times the smaller number?
$\textbf{(A) }108\qquad\textbf{(B) }120\qquad\textbf{(C) }126\qquad\textbf{(D) }132\qquad\textbf{(E) }144$
2022 AMC 12/AHSME, 10
What is the number of ways the numbers from $1$ to $14$ can be split into $7$ pairs such that for each pair, the greater number is at least $2$ times the smaller number?
$\textbf{(A) }108\qquad\textbf{(B) }120\qquad\textbf{(C) }126\qquad\textbf{(D) }132\qquad\textbf{(E) }144$
2022 AMC 10, 6
Which expression is equal to $\left | a-2-\sqrt{(a-1)^2} \right|$ for $a<0$?
$\textbf{(A) } 3-2a \qquad \textbf{(B) } 1-a \qquad \textbf{(C) } 1 \qquad \textbf{(D) } a+1 \qquad \textbf{(E) } 3$