Found problems: 3632
2020 AMC 8 -, 25
I was wondering if anyone had a sol for this. I am probably just going to bash it out.
1959 AMC 12/AHSME, 48
Given the polynomial $a_0x^n+a_1x^{n-1}+\cdots+a_{n-1}x+a_n$, where $n$ is a positive integer or zero, and $a_0$ is a positive integer. The remaining $a$'s are integers or zero. Set $h=n+a_0+|a_1|+|a_2|+\cdots+|a_n|$. [See example 25 for the meaning of $|x|$.] The number of polynomials with $h=3$ is:
$ \textbf{(A)}\ 3\qquad\textbf{(B)}\ 5\qquad\textbf{(C)}\ 6\qquad\textbf{(D)}\ 7\qquad\textbf{(E)}\ 9 $
2014 AIME Problems, 15
For any integer $k\ge1$, let $p(k)$ be the smallest prime which does not divide $k$. Define the integer function $X(k)$ to be the product of all primes less than $p(k)$ if $p(k)>2$, and $X(k)=1$ if $p(k)=2$. Let $\{x_n\}$ be the sequence defined by $x_0=1$, and $x_{n+1}X(x_n)=x_np(x_n)$ for $n\ge0$. Find the smallest positive integer, $t$ such that $x_t=2090$.
2022 AMC 10, 4
In some countries, automobile fuel efficiency is measured in liters per $100$ kilometers while other countries use miles per gallon. Suppose that $1$ kilometer equals $m$ miles, and $1$ gallon equals $\ell$ liters. Which of the following gives the fuel efficiency in liters per $100$ kilometers for a car that gets $x$ miles per gallon?
$\textbf{(A) } \frac{x}{100\ell m} \qquad \textbf{(B) } \frac{x\ell m}{100} \qquad \textbf{(C) } \frac{\ell m}{100x} \qquad \textbf{(D) } \frac{100}{x\ell m} \qquad \textbf{(E) } \frac{100\ell m}{x}$
2014 AIME Problems, 7
Let $f(x) = (x^2+3x+2)^{\cos(\pi x)}$. Find the sum of all positive integers $n$ for which \[\left| \sum_{k=1}^n \log_{10} f(k) \right| = 1.\]
2009 AIME Problems, 7
The sequence $ (a_n)$ satisfies $ a_1 \equal{} 1$ and $ \displaystyle 5^{(a_{n\plus{}1}\minus{}a_n)} \minus{} 1 \equal{} \frac{1}{n\plus{}\frac{2}{3}}$ for $ n \geq 1$. Let $ k$ be the least integer greater than $ 1$ for which $ a_k$ is an integer. Find $ k$.
2019 AMC 10, 25
For how many integers $n$ between $1$ and $50$, inclusive, is
\[
\frac{(n^2-1)!}{(n!)^n}
\]an integer? (Recall that $0! = 1$.)
$\textbf{(A) } 31 \qquad \textbf{(B) } 32 \qquad \textbf{(C) } 33 \qquad \textbf{(D) } 34 \qquad \textbf{(E) } 35$
2015 AMC 10, 23
The zeroes of the function $f(x)=x^2-ax+2a$ are integers. What is the sum of all possible values of $a$?
$\textbf{(A) }7\qquad\textbf{(B) }8\qquad\textbf{(C) }16\qquad\textbf{(D) }17\qquad\textbf{(E) }18$
2017 AIME Problems, 2
When each of 702, 787, and 855 is divided by the positive integer $m$, the remainder is always the positive integer $r$. When each of 412, 722, and 815 is divided by the positive integer $n$, the remainder is always the positive integer $s \neq r$. Fine $m+n+r+s$.
2010 AMC 12/AHSME, 25
For every integer $ n\ge 2$, let $ \text{pow}(n)$ be the largest power of the largest prime that divides $ n$. For example $ \text{pow}(144)\equal{}\text{pow}(2^4\cdot 3^2)\equal{}3^2$. What is the largest integer $ m$ such that $ 2010^m$ divides
\[ \prod_{n\equal{}2}^{5300}\text{pow}(n)\text{?}\]
$ \textbf{(A)}\ 74 \qquad \textbf{(B)}\ 75 \qquad \textbf{(C)}\ 76 \qquad \textbf{(D)}\ 77 \qquad \textbf{(E)}\ 78$
1990 AMC 12/AHSME, 4
Let $ABCD$ be a parallelogram with $\angle ABC=120^\circ$, $AB=16$ and $BC=10$. Extend $\overline{CD}$ through $D$ to $E$ so that $DE=4$. If $\overline{BE}$ intersects $\overline{AD}$ at $F$, then $FD$ is closest to
$\textbf{(A) }1\qquad
\textbf{(B) }2\qquad
\textbf{(C) }3\qquad
\textbf{(D) }4\qquad
\textbf{(E) }5$
[asy]
size(200);
defaultpen(linewidth(0.8));
pair A=origin,B=(16,0),C=(26,10*sqrt(3)),D=(10,10*sqrt(3)),E=(0,10*sqrt(3));
draw(A--B--C--E--B--A--D);
label("$A$",A,S);
label("$B$",B,S);
label("$C$",C,N);
label("$D$",D,N);
label("$E$",E,N);
label("$F$",extension(A,D,B,E),W);
label("$4$",(D+E)/2,N);
label("$16$",(8,0),S);
label("$10$",(B+C)/2,SE);
[/asy]
2013 AMC 12/AHSME, 1
Square $ ABCD $ has side length $ 10 $. Point $ E $ is on $ \overline{BC} $, and the area of $ \bigtriangleup ABE $ is $ 40 $. What is $ BE $?
$\textbf{(A)} \ 4 \qquad \textbf{(B)} \ 5 \qquad \textbf{(C)} \ 6 \qquad \textbf{(D)} \ 7 \qquad \textbf{(E)} \ 8 \qquad $
[asy]
pair A,B,C,D,E;
A=(0,0);
B=(0,50);
C=(50,50);
D=(50,0);
E = (30,50);
draw(A--B);
draw(B--E);
draw(E--C);
draw(C--D);
draw(D--A);
draw(A--E);
dot(A);
dot(B);
dot(C);
dot(D);
dot(E);
label("A",A,SW);
label("B",B,NW);
label("C",C,NE);
label("D",D,SE);
label("E",E,N);
[/asy]
2018 AMC 12/AHSME, 17
Farmer Pythagoras has a field in the shape of a right triangle. The right triangle's legs have lengths 3 and 4 units. In the corner where those sides meet at a right angle, he leaves a small unplanted square $S$ so that from the air it looks like the right angle symbol. The rest of the field is planted. The shortest distance from $S$ to the hypotenuse is 2 units. What fraction of the field is planted?
[asy]
draw((0,0)--(4,0)--(0,3)--(0,0));
draw((0,0)--(0.3,0)--(0.3,0.3)--(0,0.3)--(0,0));
fill(origin--(0.3,0)--(0.3,0.3)--(0,0.3)--cycle, gray);
label("$4$", (2,0), N);
label("$3$", (0,1.5), E);
label("$2$", (.8,1), E);
label("$S$", (0,0), NE);
draw((0.3,0.3)--(1.4,1.9), dashed);
[/asy]
$\textbf{(A) } \frac{25}{27} \qquad \textbf{(B) } \frac{26}{27} \qquad \textbf{(C) } \frac{73}{75} \qquad \textbf{(D) } \frac{145}{147} \qquad \textbf{(E) } \frac{74}{75} $
2022 AMC 12/AHSME, 10
Regular hexagon $ABCDEF$ has side length $2$. Let $G$ be the midpoint of $\overline{AB}$, and let $H$ be the midpoint of $\overline{DE}$. What is the perimeter of $GCHF$?
$ \textbf{(A)}\ 4\sqrt3 \qquad
\textbf{(B)}\ 8 \qquad
\textbf{(C)}\ 4\sqrt5 \qquad
\textbf{(D)}\ 4\sqrt7 \qquad
\textbf{(E)}\ 12$
2014 AMC 10, 3
Randy drove the first third of his trip on a gravel road, the next 20 miles on pavement, and the remaining one-fifth on a dirt road. In miles, how long was Randy's trip?
$ \textbf {(A) } 30 \qquad \textbf {(B) } \frac{400}{11} \qquad \textbf {(C) } \frac{75}{2} \qquad \textbf {(D) } 40 \qquad \textbf {(E) } \frac{300}{7} $
2021 AMC 12/AHSME Fall, 2
What is the area of the shaded figure shown below?
[asy]
size(200);
defaultpen(linewidth(0.4)+fontsize(12));
pen s = linewidth(0.8)+fontsize(8);
pair O,X,Y;
O = origin;
X = (6,0);
Y = (0,5);
fill((1,0)--(3,5)--(5,0)--(3,2)--cycle, palegray+opacity(0.2));
for (int i=1; i<7; ++i)
{
draw((i,0)--(i,5), gray+dashed);
label("${"+string(i)+"}$", (i,0), 2*S);
if (i<6)
{
draw((0,i)--(6,i), gray+dashed);
label("${"+string(i)+"}$", (0,i), 2*W);
}
}
label("$0$", O, 2*SW);
draw(O--X+(0.15,0), EndArrow);
draw(O--Y+(0,0.15), EndArrow);
draw((1,0)--(3,5)--(5,0)--(3,2)--(1,0), black+1.5);
[/asy]
2011 AMC 12/AHSME, 2
Josanna's test scores to date are 90, 80, 70, 60, and 85. Her goal is to raise her test average at least 3 points with her next test. What is the minimum test score she would need to accomplish this goal?
$ \textbf{(A)}\ 80 \qquad
\textbf{(B)}\ 82 \qquad
\textbf{(C)}\ 85 \qquad
\textbf{(D)}\ 90 \qquad
\textbf{(E)}\ 95 $
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$
2020 AMC 12/AHSME, 12
Let $\overline{AB}$ be a diameter in a circle of radius $5\sqrt2.$ Let $\overline{CD}$ be a chord in the circle that intersects $\overline{AB}$ at a point $E$ such that $BE=2\sqrt5$ and $\angle AEC = 45^{\circ}.$ What is $CE^2+DE^2?$
$\textbf{(A)}\ 96 \qquad\textbf{(B)}\ 98 \qquad\textbf{(C)}\ 44\sqrt5 \qquad\textbf{(D)}\ 70\sqrt2 \qquad\textbf{(E)}\ 100$
2017 USAMO, 5
Let $\mathbf{Z}$ denote the set of all integers. Find all real numbers $c > 0$ such that there exists a labeling of the lattice points $ ( x, y ) \in \mathbf{Z}^2$ with positive integers for which:
[list]
[*] only finitely many distinct labels occur, and
[*] for each label $i$, the distance between any two points labeled $i$ is at least $c^i$.
[/list]
[i]Proposed by Ricky Liu[/i]
2023 AMC 10, 9
The numbers $16$ and $25$ are a pair of consecutive perfect squares whose difference is $9$. How many pairs of consecutive positive perfect squares have a difference of less than or equal to $2023$?
$\textbf{(A) } 674 \qquad \textbf{(B) } 1011 \qquad \textbf{(C) } 1010 \qquad \textbf{(D) } 2019 \qquad \textbf{(E) } 2017$
2017 AMC 12/AHSME, 12
What is the sum of the roots of $z^{12} = 64$ that have a positive real part?
$\textbf{(A) }2 \qquad\textbf{(B) }4 \qquad\textbf{(C) }\sqrt{2} +2\sqrt{3}\qquad\textbf{(D) }2\sqrt{2}+ \sqrt{6} \qquad\textbf{(E) }(1 + \sqrt{3}) + (1+\sqrt{3})i$
1961 AMC 12/AHSME, 12
The first three terms of a geometric progression are $\sqrt{2}, \sqrt[3]{2}, \sqrt[6]{2}$. Find the fourth term.
${{ \textbf{(A)}\ 1 \qquad\textbf{(B)}\ \sqrt[7]{2} \qquad\textbf{(C)}\ \sqrt[8]{2} \qquad\textbf{(D)}\ \sqrt[9]{2} }\qquad\textbf{(E)}\ \sqrt[10]{2} } $
2014 AIME Problems, 2
An urn contains $4$ green balls and $6$ blue balls. A second urn contains $16$ green balls and $N$ blue balls. A single ball is drawn at random from each urn. The probability that both balls are of the same color is $0.58$. Find $N$.
2017 AMC 12/AHSME, 4
Jerry and Silvia wanted to go from the southwest corner of a square field to the northeast corner. Jerry walked due east and then due north to reach the goal, but Silvia headed northeast and reached the goal walking in a straight line. Which of the following is closest to how much shorter Silvia's trip was, compared to Jerry's trip?
$\textbf{(A)}\ 30 \%\qquad\textbf{(B)}\ 40 \%\qquad\textbf{(C)}\ 50 \%\qquad\textbf{(D)}\ 60 \%\qquad\textbf{(E)}\ 70 \%$