Found problems: 83
2023 AMC 10, 12
When the roots of the polynomial \[P(x)=\prod_{i=1}^{10}(x-i)^{i}\] are removed from the real number line, what remains is the union of $11$ disjoint open intervals. On how many of those intervals is $P(x)$ positive?
$\textbf{(A)}~3\qquad\textbf{(B)}~4\qquad\textbf{(C)}~5\qquad\textbf{(D)}~6\qquad\textbf{(E)}~7$
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, 17
Flora the frog starts at $0$ on the number line and makes a sequence of jumps to the right. In any one jump, independent of previous jumps, Flora leaps a positive integer distance $m$ with probability $\frac{1}{2^m}$. What is the probability that Flora will eventually land at $10$?
$\textbf{(A) } \frac{5}{512} \qquad \textbf{(B) } \frac{45}{1024} \qquad \textbf{(C) } \frac{127}{1024} \qquad \textbf{(D) } \frac{511}{1024} \qquad \textbf{(E) } \frac{1}{2}$
2023 AMC 12/AHSME, 7
For how many integers $n$ does the expression \[\sqrt{\frac{\log (n^2) - (\log n)^2}{\log n - 3}} \] represent a real number, where log denotes the base $10$ logarithm?
$
\textbf{(A) }900 \qquad \textbf{(B) }2\qquad \textbf{(C) }902 \qquad \textbf{(D) } 2 \qquad \textbf{(E) }901$
2023 AMC 10, 5
Maddy and Lara see a list of numbers written on a blackboard. Maddy adds $3$ to each number in the list and finds that the sum of her new numbers is $45$. Lara multiplies each number in the list by $3$ and finds that the sum of her new numbers is also $45$. How many numbers are written on the blackboard?
$\textbf{(A) }10\qquad\textbf{(B) }5\qquad\textbf{(C) }6\qquad\textbf{(D) }8\qquad\textbf{(E) }9$
2023 AMC 12/AHSME, 9
What is the area of the region in the coordinate plane defined by the inequality \[\left||x|-1\right|+\left||y|-1\right|\leq 1?\]
$\textbf{(A)}~4\qquad\textbf{(B)}~8\qquad\textbf{(C)}~10\qquad\textbf{(D)}~12\qquad\textbf{(E)}~15$
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, 15
What is the least positive integer $m$ such that $m \cdot 2! \cdot 3! \cdot 4! \cdot 5! \cdots 16!$ is a perfect square?
$\textbf{(A) }30\qquad\textbf{(B) }30030\qquad\textbf{(C) }70\qquad\textbf{(D) }1430\qquad\textbf{(E) }1001$
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, 14
For how many ordered pairs $(a,b)$ of integers does the polynomial $x^3+ax^2+bx+6$ have $3$ distinct integer roots?
$\textbf{(A)}\ 5 \qquad\textbf{(B)}\ 6 \qquad\textbf{(C)}\ 8 \qquad\textbf{(D)}\ 7 \qquad\textbf{(E)}\ 4$
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 12/AHSME, 12
What is the value of
\[ 2^3 - 1^2 + 4^3 - 3^3 + 6^3 - 5^3 + \dots + 18^3 - 17^3?\]
$\textbf{(A) } 2023 \qquad\textbf{(B) } 2679 \qquad\textbf{(C) } 2941 \qquad\textbf{(D) } 3159 \qquad\textbf{(E) } 3235$
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 12/AHSME, 15
Usain is walking for exercise by zigzagging across a $100$-meter by $30$-meter rectangular field, beginning at point $A$ and ending on the segment $\overline{BC}$. He wants to increase the distance walked by zigzagging as shown in the figure below $(APQRS)$. What angle $\theta=\angle PAB=\angle QPC=\angle RQB=\cdots$ will produce in a length that is $120$ meters? (Do not assume the zigzag path has exactly four segments as shown; there could be more or fewer.)
[asy]
import olympiad;
draw((-50,15)--(50,15));
draw((50,15)--(50,-15));
draw((50,-15)--(-50,-15));
draw((-50,-15)--(-50,15));
draw((-50,-15)--(-22.5,15));
draw((-22.5,15)--(5,-15));
draw((5,-15)--(32.5,15));
draw((32.5,15)--(50,-4.090909090909));
label("$\theta$", (-41.5,-10.5));
label("$\theta$", (-13,10.5));
label("$\theta$", (15.5,-10.5));
label("$\theta$", (43,10.5));
dot((-50,15));
dot((-50,-15));
dot((50,15));
dot((50,-15));
dot((50,-4.09090909090909));
label("$D$",(-58,15));
label("$A$",(-58,-15));
label("$C$",(58,15));
label("$B$",(58,-15));
label("$S$",(58,-4.0909090909));
dot((-22.5,15));
dot((5,-15));
dot((32.5,15));
label("$P$",(-22.5,23));
label("$Q$",(5,-23));
label("$R$",(32.5,23));
[/asy]
$\textbf{(A)}~\arccos\frac{5}{6}\qquad\textbf{(B)}~\arccos\frac{4}{5}\qquad\textbf{(C)}~\arccos\frac{3}{10}\qquad\textbf{(D)}~\arcsin\frac{4}{5}\qquad\textbf{(E)}~\arcsin\frac{5}{6}$
2023 AMC 12/AHSME, 24
Integers $a, b, c, d$ satisfy the following:
$abcd=2^6\cdot 3^9\cdot 5^7$
$\text{lcm}(a,b)=2^3\cdot 3^2\cdot 5^3$
$\text{lcm}(a,c)=2^3\cdot 3^3\cdot 5^3$
$\text{lcm}(a,d)=2^3\cdot 3^3\cdot 5^3$
$\text{lcm}(b,c)=2^1\cdot 3^3\cdot 5^2$
$\text{lcm}(b,d)=2^2\cdot 3^3\cdot 5^2$
$\text{lcm}(c,d)=2^2\cdot 3^3\cdot 5^2$
Find $\text{gcd}(a,b,c,d)$
$\textbf{(A)}~30\qquad\textbf{(B)}~45\qquad\textbf{(C)}~3\qquad\textbf{(D)}~15\qquad\textbf{(E)}~6$
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 12/AHSME, 16
In Coinland, there are three types of coins, each worth $6,$ $10,$ and $15.$ What is the sum of the digits of the maximum amount of money that is impossible to have?
$\textbf{(A) }11\qquad\textbf{(B) }6\qquad\textbf{(C) }8\qquad\textbf{(D) }9\qquad\textbf{(E) }10$
(I forgot the order)
2023 AMC 10, 6
Let $L_1=1$, $L_2=3$, and $L_{n+2}=L_{n+1}+L_n$ for $n\geq1$. How many terms in the sequence $L_1, L_2, L_3, \dots, L_{2023}$ are even?
$\textbf{(A) }673\qquad\textbf{(B) }1011\qquad\textbf{(C) }675\qquad\textbf{(D) }1010\qquad\textbf{(E) }674$
2023 AMC 12/AHSME, 14
How many complex numbers satisfy the equation $z^{5}=\overline{z}$, where $\overline{z}$ is the conjugate of the complex number $z$?
$\textbf{(A)}~2\qquad\textbf{(B)}~3\qquad\textbf{(C)}~5\qquad\textbf{(D)}~6\qquad\textbf{(E)}~7$
2023 AMC 12/AHSME, 11
What is the degree measure of the acute angle formed by lines with slopes $2$ and $\tfrac{1}{3}$?
$\textbf{(A)}~30\qquad\textbf{(B)}~37.5\qquad\textbf{(C)}~45\qquad\textbf{(D)}~52.5\qquad\textbf{(E)}~60$
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, 4
Jackson's paintbrush makes a narrow strip that is $6.5$ mm wide. Jackson has enough paint to make a strip of 25 meters. How much can he paint, in $\text{cm}^2$?
$\textbf{(A) }162{,}500\qquad\textbf{(B) }162.5\qquad\textbf{(C) }1{,}625\qquad\textbf{(D) }1{,}625{,}000\qquad\textbf{(E) }16{,}250$
2023 AMC 12/AHSME, 22
Let $f$ be the unique function defined on the positive integers such that \[\sum_{d\mid n}d\cdot f\left(\frac{n}{d}\right)=1\] for all positive integers $n$, where the sum is taken over all positive divisors of $n$. What is $f(2023)$?
$\textbf{(A)}~-1536\qquad\textbf{(B)}~96\qquad\textbf{(C)}~108\qquad\textbf{(D)}~116\qquad\textbf{(E)}~144$
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$