Found problems: 3632
2020 AIME Problems, 8
A bug walks all day and sleeps all night. On the first day, it starts at point $O$, faces east, and walks a distance of 5 units due east. Each night the bug rotates $60 ^\circ$ counterclockwise. Each day it walks in this new direction half as far as it walked the previous day. The bug gets arbitrarily close to point $P$. Then $OP^2 = \frac{m}{n}$, where $m$ and $n$ are relatively prime positive integers. Find $m + n$.
2019 AMC 12/AHSME, 4
What is the greatest number of consecutive integers whose sum is $45 ?$
$\textbf{(A) } 9 \qquad\textbf{(B) } 25 \qquad\textbf{(C) } 45 \qquad\textbf{(D) } 90 \qquad\textbf{(E) } 120$
2024 AMC 10, 21
Two straight pipes (circular cylinders), with radii $1$ and $\frac{1}{4}$, lie parallel and in contact on a flat floor. The figure below shows a head-on view. What is the sum of the possible radii of a third parallel pipe lying on the same floor and in contact with both?
[asy]
size(6cm);
draw(circle((0,1),1), linewidth(1.2));
draw((-1,0)--(1.25,0), linewidth(1.2));
draw(circle((1,1/4),1/4), linewidth(1.2));
[/asy]
$\textbf{(A)}~\displaystyle\frac{1}{9}
\qquad\textbf{(B)}~1
\qquad\textbf{(C)}~\displaystyle\frac{10}{9}
\qquad\textbf{(D)}~\displaystyle\frac{11}{9}
\qquad\textbf{(E)}~\displaystyle\frac{19}{9}$
2011 AMC 10, 2
A small bottle of shampoo can hold 35 milliliters of shampoo, whereas a large bottle can hold 500 milliliters of shampoo. Jasmine wants to buy the minimum number of small bottles necessary to completely fill a large bottle. How many bottles must she buy?
$ \textbf{(A)}\ 11 \qquad\textbf{(B)}\ 12 \qquad\textbf{(C)}\ 13\qquad\textbf{(D)}\ 14\qquad\textbf{(E)}\ 15 $
1975 AMC 12/AHSME, 23
In the adjoining figure $AB$ and $BC$ are adjacent sides of square $ABCD$; $M$ is the midpoint of $AB$; $N$ is the midpoint of $BC$; and $AN$ and $CM$ intersect at $O$. The ratio of the area of $AOCD$ to the area of $ABCD$ is
[asy]
draw((0,0)--(2,0)--(2,2)--(0,2)--(0,0)--(2,1)--(2,2)--(1,0));
label("A", (0,0), S);
label("B", (2,0), S);
label("C", (2,2), N);
label("D", (0,2), N);
label("M", (1,0), S);
label("N", (2,1), E);
label("O", (1.2, .8));
[/asy]
$ \textbf{(A)}\ \frac{5}{6} \qquad\textbf{(B)}\ \frac{3}{4} \qquad\textbf{(C)}\ \frac{2}{3} \qquad\textbf{(D)}\ \frac{\sqrt{3}}{2} \qquad\textbf{(E)}\ \frac{(\sqrt{3}-1)}{2} $
2009 AMC 12/AHSME, 8
Four congruent rectangles are placed as shown. The area of the outer square is $ 4$ times that of the inner square. What is the ratio of the length of the longer side of each rectangle to the length of its shorter side?
[asy]unitsize(6mm);
defaultpen(linewidth(.8pt));
path p=(1,1)--(-2,1)--(-2,2)--(1,2);
draw(p);
draw(rotate(90)*p);
draw(rotate(180)*p);
draw(rotate(270)*p);[/asy]$ \textbf{(A)}\ 3 \qquad \textbf{(B)}\ \sqrt {10} \qquad \textbf{(C)}\ 2 \plus{} \sqrt2 \qquad \textbf{(D)}\ 2\sqrt3 \qquad \textbf{(E)}\ 4$
2015 AMC 10, 4
Four siblings ordered an extra large pizza. Alex ate $\frac15$, Beth $\frac13$, and Cyril $\frac14$ of the pizza. Dan got the leftovers. What is the sequence of the siblings in decreasing order of the part of pizza they consumed?
$\textbf{(A) } \text{Alex, Beth, Cyril, Dan}$
$\textbf{(B) } \text{Beth, Cyril, Alex, Dan}$
$\textbf{(C) } \text{Beth, Cyril, Dan, Alex}$
$\textbf{(D) } \text{Beth, Dan, Cyril, Alex}$
$\textbf{(E) } \text{Dan, Beth, Cyril, Alex}$
2024 AMC 10, 8
Let $N$ be the product of all the positive integer divisors of $42$. What is the units digit of $N$?
$
\textbf{(A) }0 \qquad
\textbf{(B) }2 \qquad
\textbf{(C) }4 \qquad
\textbf{(D) }6 \qquad
\textbf{(E) }8 \qquad
$
2019 AMC 12/AHSME, 25
Let $ABCD$ be a convex quadrilateral with $BC=2$ and $CD=6.$ Suppose that the centroids of $\triangle ABC,\triangle BCD,$ and $\triangle ACD$ form the vertices of an equilateral triangle. What is the maximum possible value of the area of $ABCD$?
$\textbf{(A) } 27 \qquad\textbf{(B) } 16\sqrt3 \qquad\textbf{(C) } 12+10\sqrt3 \qquad\textbf{(D) } 9+12\sqrt3 \qquad\textbf{(E) } 30$
2006 AMC 10, 20
In rectangle $ ABCD$, we have $ A \equal{} (6, \minus{} 22)$, $ B \equal{} (2006,178)$, and $ D \equal{} (8,y)$, for some integer $ y$. What is the area of rectangle $ ABCD$?
$ \textbf{(A) } 4000 \qquad \textbf{(B) } 4040 \qquad \textbf{(C) } 4400 \qquad \textbf{(D) } 40,000 \qquad \textbf{(E) } 40,400$
2001 AMC 12/AHSME, 8
Which of the cones listed below can be formed from a $ 252^\circ$ sector of a circle of radius $ 10$ by aligning the two straight sides?
[asy]import graph;unitsize(1.5cm);defaultpen(fontsize(8pt));draw(Arc((0,0),1,-72,180),linewidth(.8pt));draw(dir(288)--(0,0)--(-1,0),linewidth(.8pt));label("$10$",(-0.5,0),S);draw(Arc((0,0),0.1,-72,180));label("$252^{\circ}$",(0.05,0.05),NE);[/asy]
[asy]
import three;
picture mainframe;
defaultpen(fontsize(11pt));
picture conePic(picture pic, real r, real h, real sh)
{
size(pic, 3cm);
triple eye = (11, 0, 5);
currentprojection = perspective(eye);
real R = 1, y = 2;
triple center = (0, 0, 0);
triple radPt = (0, R, 0);
triple negRadPt = (0, -R, 0);
triple heightPt = (0, 0, y);
draw(pic, arc(center, radPt, negRadPt, heightPt, CW));
draw(pic, arc(center, radPt, negRadPt, heightPt, CCW), linetype("8 8"));
draw(pic, center--radPt, linetype("8 8"));
draw(pic, center--heightPt, linetype("8 8"));
draw(pic, negRadPt--heightPt--radPt);
label(pic, (string) r, center--radPt, dir(270));
if (h != 0)
{
label(pic, (string) h, heightPt--center, dir(0));
}
if (sh != 0)
{
label(pic, (string) sh, heightPt--radPt, dir(0));
}
return pic;
}
picture pic1;
pic1 = conePic(pic1, 6, 0, 10);
picture pic2;
pic2 = conePic(pic2, 6, 10, 0);
picture pic3;
pic3 = conePic(pic3, 7, 0, 10);
picture pic4;
pic4 = conePic(pic4, 7, 10, 0);
picture pic5;
pic5 = conePic(pic5, 8, 0, 10);
picture aux1; picture aux2; picture aux3;
add(aux1, pic1.fit(), (0,0), W);
label(aux1, "$\textbf{(A)}$", (0,0), 22W, linewidth(4));
label(aux1, "$\textbf{(B)}$", (0,0), 3E);
add(aux1, pic2.fit(), (0,0), 35E);
add(aux2, aux1.fit(), (0,0), W);
label(aux2, "$\textbf{(C)}$", (0,0), 3E);
add(aux2, pic3.fit(), (0,0), 35E);
add(aux3, aux2.fit(), (0,0), W);
label(aux3, "$\textbf{(D)}$", (0,0), 3E);
add(aux3, pic4.fit(), (0,0), 35E);
add(mainframe, aux3.fit(), (0,0), W);
label(mainframe, "$\textbf{(E)}$", (0,0), 3E);
add(mainframe, pic5.fit(), (0,0), 35E);
add(mainframe.fit(), (0,0), N);
[/asy]
2015 AMC 12/AHSME, 22
For each positive integer $n$, let $S(n)$ be the number of sequences of length $n$ consisting solely of the letters $A$ and $B$, with no more than three $A$s in a row and no more than three $B$s in a row. What is the remainder when $S(2015)$ is divided by $12$?
$\textbf{(A) }0\qquad\textbf{(B) }4\qquad\textbf{(C) }6\qquad\textbf{(D) }8\qquad\textbf{(E) }10$
2006 AMC 10, 22
Elmo makes $ N$ sandwiches for a fundraiser. For each sandwich he uses $ B$ globs of peanut butter at 4 cents per glob and $ J$ blobs of jam at 5 cents per glob. The cost of the peanut butter and jam to make all the sandwiches is $ \$$2.53. Assume that $ B, J,$ and $ N$ are all positive integers with $ N > 1$. What is the cost of the jam Elmo uses to make the sandwiches?
$ \textbf{(A) } \$1.05 \qquad \textbf{(B) } \$1.25 \qquad \textbf{(C) } \$1.45 \qquad \textbf{(D) } \$1.65 \qquad \textbf{(E) } \$1.85$
2015 AIME Problems, 6
Point $A,B,C,D,$ and $E$ are equally spaced on a minor arc of a circle. Points $E,F,G,H,I$ and $A$ are equally spaced on a minor arc of a second circle with center $C$ as shown in the figure below. The angle $\angle ABD$ exceeds $\angle AHG$ by $12^\circ$. Find the degree measure of $\angle BAG$.[asy]
pair A,B,C,D,E,F,G,H,I,O;
O=(0,0);
C=dir(90);
B=dir(70);
A=dir(50);
D=dir(110);
E=dir(130);
draw(arc(O,1,50,130));
real x=2*sin(20*pi/180);
F=x*dir(228)+C;
G=x*dir(256)+C;
H=x*dir(284)+C;
I=x*dir(312)+C;
draw(arc(C,x,200,340));
label("$A$",A,dir(0));
label("$B$",B,dir(75));
label("$C$",C,dir(90));
label("$D$",D,dir(105));
label("$E$",E,dir(180));
label("$F$",F,dir(225));
label("$G$",G,dir(260));
label("$H$",H,dir(280));
label("$I$",I,dir(315));
[/asy]
2021 AMC 10 Fall, 19
Let $N$ be the positive integer $7777\ldots777$, a $313$-digit number where each digit is a $7$. Let $f(r)$ be the leading digit of the $r{ }$th root of $N$. What is$$f(2) + f(3) + f(4) + f(5)+ f(6)?$$
$(\textbf{A})\: 8\qquad(\textbf{B}) \: 9\qquad(\textbf{C}) \: 11\qquad(\textbf{D}) \: 22\qquad(\textbf{E}) \: 29$
2017 AIME Problems, 3
A triangle has vertices $A(0,0)$, $B(12,0)$, and $C(8,10)$. The probability that a randomly chosen point inside the triangle is closer to vertex $B$ than to either vertex $A$ or vertex $C$ can be written as $\frac{p}{q}$, where $p$ and $q$ are relatively prime positive integers. Find $p+q$.
2016 AMC 10, 5
A rectangular box has integer side lengths in the ratio $1: 3: 4$. Which of the following could be the volume of the box?
$\textbf{(A)}\ 48\qquad\textbf{(B)}\ 56\qquad\textbf{(C)}\ 64\qquad\textbf{(D)}\ 96\qquad\textbf{(E)}\ 144$
2019 AMC 12/AHSME, 1
The area of a pizza with radius $4$ inches is $N$ percent larger than the area of a pizza with radius $3$ inches. What is the integer closest to $N$?
$\textbf{(A) } 25 \qquad\textbf{(B) } 33 \qquad\textbf{(C) } 44\qquad\textbf{(D) } 66 \qquad\textbf{(E) } 78$
2022 AMC 10, 22
Let $S$ be the set of circles in the coordinate plane that are tangent to each of the three circles with equations $x^{2}+y^{2}=4$, $x^{2}+y^{2}=64$, and $(x-5)^{2}+y^{2}=3$. What is the sum of the areas of all circles in $S$?
$\textbf{(A)}~48\pi\qquad\textbf{(B)}~68\pi\qquad\textbf{(C)}~96\pi\qquad\textbf{(D)}~102\pi\qquad\textbf{(E)}~136\pi\qquad$
2020 AMC 12/AHSME, 16
A point is chosen at random within the square in the coordinate plane whose vertices are $(0, 0),$ $(2020, 0),$ $(2020, 2020),$ and $(0, 2020)$. The probability that the point is within $d$ units of a lattice point is $\tfrac{1}{2}$. (A point $(x, y)$ is a lattice point if $x$ and $y$ are both integers.) What is $d$ to the nearest tenth$?$
$\textbf{(A) } 0.3 \qquad \textbf{(B) } 0.4 \qquad \textbf{(C) } 0.5 \qquad \textbf{(D) } 0.6 \qquad \textbf{(E) } 0.7$
2005 AMC 12/AHSME, 13
In the five-sided star shown, the letters $A,B,C,D,$ and $E$ are replaced by the numbers $3,5,6,7,$ and $9$, although not necessarily in this order. The sums of the numbers at the ends of the line segments $\overline{AB}$,$\overline{BC}$,$\overline{CD}$,$\overline{DE}$, and $\overline{EA}$ form an arithmetic sequence, although not necessarily in this order. What is the middle term of the arithmetic sequence?
[asy]
size(150);
defaultpen(linewidth(0.8));
string[] strng = {'A','D','B','E','C'};
pair A=dir(90),B=dir(306),C=dir(162),D=dir(18),E=dir(234);
draw(A--B--C--D--E--cycle);
for(int i=0;i<=4;i=i+1)
{
path circ=circle(dir(90-72*i),0.125);
unfill(circ);
draw(circ);
label("$"+strng[i]+"$",dir(90-72*i));
}
[/asy]
$ \textbf{(A)}\ 9\qquad
\textbf{(B)}\ 10\qquad
\textbf{(C)}\ 11\qquad
\textbf{(D)}\ 12\qquad
\textbf{(E)}\ 13$
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$
1964 AMC 12/AHSME, 10
Given a square side of length $s$. On a diagonal as base a triangle with three unequal sides is constructed so that its area equals that of the square. The length of the altitude drawn to the base is:
${{ \textbf{(A)}\ s\sqrt{2} \qquad\textbf{(B)}\ s/\sqrt{2} \qquad\textbf{(C)}\ 2s \qquad\textbf{(D)}\ 2\sqrt{s} }\qquad\textbf{(E)}\ 2/ \sqrt{s} } $
2004 Manhattan Mathematical Olympiad, 3
Start with a six-digit whole number $X$, and for a new whole number $Y$, by moving the first three digits of $X$ after the last three digits. (For example, if $X = \textbf{154},377$, then $Y = 377,\textbf{154}$.) Show that, when divided by $27$, both $X$ and $Y$ give the same remainder.
1991 AMC 12/AHSME, 5
In the arrow-shaped polygon [see figure], the angles at vertices $A$, $C$, $D$, $E$ and $F$ are right angles, $BC = FG = 5$, $CD = FE = 20$, $DE = 10$, and $AB = AG$. The area of the polygon is closest to
[asy]
size(200);
defaultpen(linewidth(0.7)+fontsize(10));
pair A=origin, B=(10,10), C=(10,5), D=(30,5), E=(30,-5), F=(10,-5), G=(10,-10);
draw(A--B--C--D--E--F--G--A);
label("$A$", A, W);
label("$B$", B, NE);
label("$C$", C, S);
label("$D$", D, NE);
label("$E$", E, SE);
label("$F$", F, N);
label("$G$", G, SE);
label("$5$", (11,7.5));
label("$5$", (11,-7.5));
label("$20$", (C+D)/2, N);
label("$20$", (F+E)/2, S);
label("$10$", (31,0));
[/asy]
$ \textbf{(A)}\ 288\qquad\textbf{(B)}\ 291\qquad\textbf{(C)}\ 294\qquad\textbf{(D)}\ 297\qquad\textbf{(E)}\ 300 $