Found problems: 30
2023 AMC 12/AHSME, 1
Cities $A$ and $B$ are $45$ miles apart. Alicia lives in $A$ and Beth lives in $B$. Alicia bikes towards $B$ at 18 miles per hour. Leaving at the same time, Beth bikes toward $A$ at 12 miles per hour. How many miles from City $A$ will they be when they meet?
$\textbf{(A) }20\qquad\textbf{(B) }24\qquad\textbf{(C) }25\qquad\textbf{(D) }26\qquad\textbf{(E) }27$
2023 AMC 10, 10
Maureen is keeping track of the mean of her quiz scores this semester. If Maureen scores an $11$ on the next quiz, her mean will increase by $1$. If she scores an $11$ on each of the next three quizzes, her mean will increase by $2$. What is the mean of her quiz scores currently?
$\textbf{(A) }4\qquad\textbf{(B) }5\qquad\textbf{(C) }6\qquad\textbf{(D) }7\qquad\textbf{(E) }8$
2023 AMC 12/AHSME, 8
Maureen is keeping track of the mean of her quiz scores this semester. If Maureen scores an $11$ on the next quiz, her mean will increase by $1$. If she scores an $11$ on each of the next three quizzes, her mean will increase by $2$. What is the mean of her quiz scores currently?
$\textbf{(A) }4\qquad\textbf{(B) }5\qquad\textbf{(C) }6\qquad\textbf{(D) }7\qquad\textbf{(E) }8$
2023 AMC 10, 18
A rhombic dodecahedron is a solid with $12$ congruent rhombus faces. At every vertex, $3$ or $4$ edges meet, depending on the vertex. How many vertices have exactly $3$ edges meet?
$\textbf{(A) }5\qquad\textbf{(B) }6\qquad\textbf{(C) }7\qquad\textbf{(D) }8\qquad\textbf{(E) }9$
2023 AMC 12/AHSME, 4
How many digits are in the base-ten representation of $8^5 \cdot 5^{10} \cdot 15^5$?
$\textbf{(A)}~14\qquad\textbf{(B)}~15\qquad\textbf{(C)}~16\qquad\textbf{(D)}~17\qquad\textbf{(E)}~18\qquad$
2023 AMC 10, 11
A square of area $2$ is inscribed in a square of area $3$, creating four congruent triangles, as shown below. What is the ratio of the shorter leg to the longer leg in the shaded right triangle?
[asy]
size(200);
defaultpen(linewidth(0.6pt)+fontsize(10pt));
real y = sqrt(3);
pair A,B,C,D,E,F,G,H;
A = (0,0);
B = (0,y);
C = (y,y);
D = (y,0);
E = ((y + 1)/2,y);
F = (y, (y - 1)/2);
G = ((y - 1)/2, 0);
H = (0,(y + 1)/2);
fill(H--B--E--cycle, gray);
draw(A--B--C--D--cycle);
draw(E--F--G--H--cycle);
[/asy]
$\textbf{(A) }\frac15\qquad\textbf{(B) }\frac14\qquad\textbf{(C) }2-\sqrt3\qquad\textbf{(D) }\sqrt3-\sqrt2\qquad\textbf{(E) }\sqrt2-1$
2023 AMC 10, 24
Six regular hexagonal blocks of side length 1 unit are arranged inside a regular hexagonal frame. Each block lies along an inside edge of the frame and is aligned with two other blocks, as shown in the figure below. The distance from any corner of the frame to the nearest vertex of a block is $\frac{3}{7}$ unit. What is the area of the region inside the frame not occupied by the blocks?
[asy]
unitsize(1cm);
draw(scale(3)*polygon(6));
filldraw(shift(dir(0)*2+dir(120)*0.4)*polygon(6), lightgray);
filldraw(shift(dir(60)*2+dir(180)*0.4)*polygon(6), lightgray);
filldraw(shift(dir(120)*2+dir(240)*0.4)*polygon(6), lightgray);
filldraw(shift(dir(180)*2+dir(300)*0.4)*polygon(6), lightgray);
filldraw(shift(dir(240)*2+dir(360)*0.4)*polygon(6), lightgray);
filldraw(shift(dir(300)*2+dir(420)*0.4)*polygon(6), lightgray);
[/asy]
$\textbf{(A)}~\frac{13 \sqrt{3}}{3}\qquad\textbf{(B)}~\frac{216 \sqrt{3}}{49}\qquad\textbf{(C)}~\frac{9 \sqrt{3}}{2} \qquad\textbf{(D)}~ \frac{14 \sqrt{3}}{3}\qquad\textbf{(E)}~\frac{243 \sqrt{3}}{49}$
2023 AMC 12/AHSME, 21
If $A$ and $B$ are vertices of a polyhedron, define the [i]distance[/i] $d(A, B)$ to be the minimum number of edges of the polyhedron one must traverse in order to connect $A$ and $B$. For example, if $\overline{AB}$ is an edge of the polyhedron, then $d(A, B) = 1$, but if $\overline{AC}$ and $\overline{CB}$ are edges and $\overline{AB}$ is not an edge, then $d(A, B) = 2$. Let $Q$, $R$, and $S$ be randomly chosen distinct vertices of a regular icosahedron (regular polyhedron made up of 20 equilateral triangles). What is the probability that $d(Q, R) > d(R, S)$?
$\textbf{(A)}~\frac{7}{22}\qquad\textbf{(B)}~\frac13\qquad\textbf{(C)}~\frac38\qquad\textbf{(D)}~\frac5{12}\qquad\textbf{(E)}~\frac12$
2023 AMC 10, 22
Circle $C_1$ and $C_2$ each have radius $1$, and the distance between their centers is $\frac{1}{2}$. Circle $C_3$ is the largest circle internally tangent to both $C_1$ and $C_2$. Circle $C_4$ is internally tangent to both $C_1$ and $C_2$ and externally tangent to $C_3$. What is the radius of $C_4$?
[asy]
import olympiad;
size(10cm);
draw(circle((0,0),0.75));
draw(circle((-0.25,0),1));
draw(circle((0.25,0),1));
draw(circle((0,6/7),3/28));
pair A = (0,0), B = (-0.25,0), C = (0.25,0), D = (0,6/7), E = (-0.95710678118, 0.70710678118), F = (0.95710678118, -0.70710678118);
dot(B^^C);
draw(B--E, dashed);
draw(C--F, dashed);
draw(B--C);
label("$C_4$", D);
label("$C_1$", (-1.375, 0));
label("$C_2$", (1.375,0));
label("$\frac{1}{2}$", (0, -.125));
label("$C_3$", (-0.4, -0.4));
label("$1$", (-.85, 0.70));
label("$1$", (.85, -.7));
import olympiad;
markscalefactor=0.005;
[/asy]
$\textbf{(A) } \frac{1}{14} \qquad \textbf{(B) } \frac{1}{12} \qquad \textbf{(C) } \frac{1}{10} \qquad \textbf{(D) } \frac{3}{28} \qquad \textbf{(E) } \frac{1}{9}$
2023 AMC 12/AHSME, 13
In a table tennis tournament every participant played every other participant exactly once. Although there were twice as many right-handed players as left-handed players, the number of games won by left-handed players was $40\%$ more than the number of games won by right-handed players. (There were no ties and no ambidextrous players.) What is the total number of games played?
$\textbf{(A) }15\qquad\textbf{(B) }36\qquad\textbf{(C) }45\qquad\textbf{(D) }48\qquad\textbf{(E) }66$
2023 AMC 10, 13
Abdul and Chiang are standing $48$ feet apart in a field. Bharat is standing in the same field as far from Abdul as possible so that the angle formed by his lines of sight to Abdul and Chiang measures $60^{\circ}.$ What is the square of the distance (in feet) between Abdul and Bharat?
$\textbf{(A) } 1728 \qquad\textbf{(B) } 2601 \qquad\textbf{(C) } 3072 \qquad\textbf{(D) } 4608 \qquad\textbf{(E) } 6912$
2023 AMC 10, 7
Janet rolls a standard 6-sided die 4 times and keeps a running total of the numbers she rolls. What is the probability that at some point, her running total will equal 3?
$\textbf{(A) }\frac{2}{9}\qquad\textbf{(B) }\frac{49}{216}\qquad\textbf{(C) }\frac{25}{108}\qquad\textbf{(D) }\frac{17}{72}\qquad\textbf{(E) }\frac{13}{54}$
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$
2023 AMC 10, 25
If $A$ and $B$ are vertices of a polyhedron, define the [i]distance[/i] $d(A, B)$ to be the minimum number of edges of the polyhedron one must traverse in order to connect $A$ and $B$. For example, if $\overline{AB}$ is an edge of the polyhedron, then $d(A, B) = 1$, but if $\overline{AC}$ and $\overline{CB}$ are edges and $\overline{AB}$ is not an edge, then $d(A, B) = 2$. Let $Q$, $R$, and $S$ be randomly chosen distinct vertices of a regular icosahedron (regular polyhedron made up of 20 equilateral triangles). What is the probability that $d(Q, R) > d(R, S)$?
$\textbf{(A)}~\frac{7}{22}\qquad\textbf{(B)}~\frac13\qquad\textbf{(C)}~\frac38\qquad\textbf{(D)}~\frac5{12}\qquad\textbf{(E)}~\frac12$
2023 AMC 10, 5
How many digits are in the base-ten representation of $8^5 \cdot 5^{10} \cdot 15^5$?
$\textbf{(A)}~14\qquad\textbf{(B)}~15\qquad\textbf{(C)}~16\qquad\textbf{(D)}~17\qquad\textbf{(E)}~18\qquad$
2023 AMC 10, 9
A digital display shows the current date as an $8$-digit integer consisting of a $4$-digit year, followed by a $2$-digit month, followed by a $2$-digit date within the month. For example, Arbor Day this year is displayed as 20230428. For how many dates in $2023$ will each digit appear an even number of times in the 8-digital display for that date?
$\textbf{(A)}~5\qquad\textbf{(B)}~6\qquad\textbf{(C)}~7\qquad\textbf{(D)}~8\qquad\textbf{(E)}~9$
2023 AMC 12/AHSME, 3
How many positive perfect squares less than $2023$ are divisible by $5$?
$\textbf{(A) } 8 \qquad\textbf{(B) }9 \qquad\textbf{(C) }10 \qquad\textbf{(D) }11 \qquad\textbf{(E) } 12$
2023 AMC 10, 23
Positive integer divisors $a$ and $b$ of $n$ are called [i]complementary[/i] if $ab=n$. Given that $N$ has a pair of complementary divisors that differ by $20$ and a pair of complementary divisors that differ by $23$, find the sum of the digits of $N$.
$\textbf{(A) } 11 \qquad \textbf{(B) } 13 \qquad \textbf{(C) } 15 \qquad \textbf{(D) } 17 \qquad \textbf{(E) } 19$
2023 AMC 12/AHSME, 2
The weight of $\frac 13$ of a large pizza together with $3 \frac 12$ cups of orange slices is the same as the weight of $\frac 34$ of a large pizza together with $\frac 12$ cup of orange slices. A cup of orange slices weighs $\frac 14$ of a pound. What is the weight, in pounds, of a large pizza?
$\textbf{(A)}~1\frac45\qquad\textbf{(B)}~2\qquad\textbf{(C)}~2\frac25\qquad\textbf{(D)}~3\qquad\textbf{(E)}~3\frac35$
2023 AMC 12/AHSME, 9
A square of area $2$ is inscribed in a square of area $3$, creating four congruent triangles, as shown below. What is the ratio of the shorter leg to the longer leg in the shaded right triangle?
[asy]
size(200);
defaultpen(linewidth(0.6pt)+fontsize(10pt));
real y = sqrt(3);
pair A,B,C,D,E,F,G,H;
A = (0,0);
B = (0,y);
C = (y,y);
D = (y,0);
E = ((y + 1)/2,y);
F = (y, (y - 1)/2);
G = ((y - 1)/2, 0);
H = (0,(y + 1)/2);
fill(H--B--E--cycle, gray);
draw(A--B--C--D--cycle);
draw(E--F--G--H--cycle);
[/asy]
$\textbf{(A) }\frac15\qquad\textbf{(B) }\frac14\qquad\textbf{(C) }2-\sqrt3\qquad\textbf{(D) }\sqrt3-\sqrt2\qquad\textbf{(E) }\sqrt2-1$
2023 AMC 12/AHSME, 7
A digital display shows the current date as an $8$-digit integer consisting of a $4$-digit year, followed by a $2$-digit month, followed by a $2$-digit date within the month. For example, Arbor Day this year is displayed as 20230428. For how many dates in $2023$ will each digit appear an even number of times in the 8-digital display for that date?
$\textbf{(A)}~5\qquad\textbf{(B)}~6\qquad\textbf{(C)}~7\qquad\textbf{(D)}~8\qquad\textbf{(E)}~9$
2023 AMC 10, 16
In a table tennis tournament every participant played every other participant exactly once. Although there were twice as many right-handed players as left-handed players, the number of games won by left-handed players was $40\%$ more than the number of games won by right-handed players. (There were no ties and no ambidextrous players.) What is the total number of games played?
$\textbf{(A) }15\qquad\textbf{(B) }36\qquad\textbf{(C) }45\qquad\textbf{(D) }48\qquad\textbf{(E) }66$
2023 AMC 10, 2
The weight of $\frac 13$ of a large pizza together with $3 \frac 12$ cups of orange slices is the same as the weight of $\frac 34$ of a large pizza together with $\frac 12$ cup of orange slices. A cup of orange slices weighs $\frac 14$ of a pound. What is the weight, in pounds, of a large pizza?
$\textbf{(A)}~1\frac45\qquad\textbf{(B)}~2\qquad\textbf{(C)}~2\frac25\qquad\textbf{(D)}~3\qquad\textbf{(E)}~3\frac35$
2023 AMC 10, 20
Each square in a $3\times 3$ grid of squares is colored red, white, blue, or green so that every $2\times 2$ square contains one square of each color. One such coloring is shown on the right below. How many different colorings are possible?\\
[asy]
size(8cm);
pen grey1, grey2, grey3;
grey1 = RGB(211, 211, 211);
grey2 = RGB(173, 173, 173);
grey3 = RGB(138, 138, 138);
for(int i = 0; i < 4; ++i) {
draw((i, 0)--(i, 3));
draw((0, i)--(3, i));
}
filldraw((5, 3)--(6, 3)--(6, 2)--(5, 2)--cycle, grey1);
label('B', (5.5, 2.5));
filldraw((6, 3)--(7, 3)--(7, 2)--(6, 2)--cycle, grey2);
label('R', (6.5, 2.5));
filldraw((7, 3)--(8, 3)--(8, 2)--(7, 2)--cycle, grey1);
label('B', (7.5, 2.5));
filldraw((5, 2)--(6, 2)--(6, 1)--(5, 1)--cycle, grey3);
label('G', (5.5, 1.5));
filldraw((6, 2)--(7, 2)--(7, 1)--(6, 1)--cycle, white);
filldraw((7, 2)--(8, 2)--(8, 1)--(7, 1)--cycle, grey3);
label('G', (7.5, 1.5));
filldraw((5, 1)--(6, 1)--(6, 0)--(5, 0)--cycle, grey2);
label('R', (5.5, 0.5));
filldraw((6, 1)--(7, 1)--(7, 0)--(6, 0)--cycle, grey1);
label('B', (6.5, 0.5));
filldraw((7, 1)--(8, 1)--(8, 0)--(7, 0)--cycle, grey2);
label('R', (7.5, 0.5));
[/asy]
$\textbf{(A) }24\qquad\textbf{(B) }48\qquad\textbf{(C) }60\qquad\textbf{(D) }72\qquad\textbf{(E) }96$
2023 AMC 12/AHSME, 5
Janet rolls a standard 6-sided die 4 times and keeps a running total of the numbers she rolls. What is the probability that at some point, her running total will equal 3?
$\textbf{(A) }\frac{2}{9}\qquad\textbf{(B) }\frac{49}{216}\qquad\textbf{(C) }\frac{25}{108}\qquad\textbf{(D) }\frac{17}{72}\qquad\textbf{(E) }\frac{13}{54}$