This website contains problems from math contests. Problems and corresponding tags were obtained from the Art of Problem Solving website.

Tags were heavily modified to better represent problems.

AND:
OR:
NO:

Found problems: 649

2022 AMC 12/AHSME, 23

Let $h_n$ and $k_n$ be the unique relatively prime positive integers such that \[\frac{1}{1} + \frac{1}{2} + \frac{1}{3} + \cdots + \frac{1}{n} = \frac{h_n}{k_n}.\] Let $L_n$ denote the least common multiple of the numbers $1, 2, 3,\cdots, n$. For how many integers $n$ with $1 \le n \le 22$ is $k_n<L_n$? $\textbf{(A)} ~0 \qquad\textbf{(B)} ~3 \qquad\textbf{(C)} ~7 \qquad\textbf{(D)} ~8 \qquad\textbf{(E)} ~10 $

2022 AMC 12/AHSME, 3

How many of the first ten numbers of the sequence $121$, $11211$, $1112111$, ... are prime numbers? $\textbf{(A) } 0 \qquad \textbf{(B) }1 \qquad \textbf{(C) }2 \qquad \textbf{(D) }3 \qquad \textbf{(E) }4$

2024 AMC 12/AHSME, 3

For how many integer values of $x$ is $|2x|\leq 7\pi?$ $\textbf{(A) }16 \qquad\textbf{(B) }17\qquad\textbf{(C) }19\qquad\textbf{(D) }20\qquad\textbf{(E) }21$

2003 AMC 12-AHSME, 1

Tags: AMC , AMC 12
Which of the following is the same as \[ \frac{2\minus{}4\plus{}6\minus{}8\plus{}10\minus{}12\plus{}14}{3\minus{}6\plus{}9\minus{}12\plus{}15\minus{}18\plus{}21}? \]$ \textbf{(A)}\ \minus{}1 \qquad \textbf{(B)}\ \minus{}\frac23 \qquad \textbf{(C)}\ \frac23 \qquad \textbf{(D)}\ 1 \qquad \textbf{(E)}\ \frac{14}{3}$

2024 AMC 12/AHSME, 1

What is the value of $9901\cdot101-99\cdot10101?$ $\textbf{(A) }2\qquad\textbf{(B) }20\qquad\textbf{(C) }21\qquad\textbf{(D) }200\qquad\textbf{(E) }2020$

2021 AMC 10 Fall, 8

The largest prime factor of $16384$ is $2$, because $16384 = 2^{14}$. What is the sum of the digits of the largest prime factor of $16383$? $\textbf{(A) }3\qquad\textbf{(B) }7\qquad\textbf{(C) }10\qquad\textbf{(D) }16\qquad\textbf{(E) }22$

2020 AMC 12/AHSME, 14

Tags: AMC , AMC 12 , AMC 12 B , AMC10b
Bela and Jenn play the following game on the closed interval $[0, n]$ of the real number line, where $n$ is a fixed integer greater than $4$. They take turns playing, with Bela going first. At his first turn, Bela chooses any real number in the interval $[0, n]$. Thereafter, the player whose turn it is chooses a real number that is more than one unit away from all numbers previously chosen by either player. A player unable to choose such a number loses. Using optimal strategy, which player will win the game? $\textbf{(A) } \text{Bela will always win.}$ $\textbf{(B) } \text{Jenn will always win.} $ $\textbf{(C) } \text{Bela will win if and only if }n \text{ is odd.}$ $\textbf{(D) } \text{Jenn will win if and only if }n \text{ is odd.} $ $\textbf{(E) } \text{Jenn will win if and only if }n > 8.$

1959 AMC 12/AHSME, 29

Tags: function , AMC , algebra , AMC 12
On a examination of $n$ questions a student answers correctly $15$ of the first $20$. Of the remaining questions he answers one third correctly. All the questions have the same credit. If the student's mark is $50\%$, how many different values of $n$ can there be? $ \textbf{(A)}\ 4 \qquad\textbf{(B)}\ 3\qquad\textbf{(C)}\ 2\qquad\textbf{(D)}\ 1\qquad\textbf{(E)}\ \text{the problem cannot be solved} $

2016 AMC 12/AHSME, 19

Tom, Dick, and Harry are playing a game. Starting at the same time, each of them flips a fair coin repeatedly until he gets his first head, at which point he stops. What is the probability that all three flip their coins the same number of times? $\textbf{(A)}\ \frac{1}{8} \qquad \textbf{(B)}\ \frac{1}{7} \qquad \textbf{(C)}\ \frac{1}{6} \qquad \textbf{(D)}\ \frac{1}{4} \qquad \textbf{(E)}\ \frac{1}{3}$

2024 AMC 12/AHSME, 21

Suppose that $a_1 = 2$ and the sequence $(a_n)$ satisfies the recurrence relation \[\frac{a_n -1}{n-1}=\frac{a_{n-1}+1}{(n-1)+1}\] for all $n \ge 2.$ What is the greatest integer less than or equal to \[\sum^{100}_{n=1} a_n^2?\] $\textbf{(A) } 338{,}550 \qquad \textbf{(B) } 338{,}551 \qquad \textbf{(C) } 338{,}552 \qquad \textbf{(D) } 338{,}553 \qquad \textbf{(E) } 338{,}554$

2022 AMC 10, 19

Each square in a $5 \times 5$ grid is either filled or empty, and has up to eight adjacent neighboring squares, where neighboring squares share either a side or a corner. The grid is transformed by the following rules: [list] [*] Any filled square with two or three filled neighbors remains filled. [*] Any empty square with exactly three filled neighbors becomes a filled square. [*] All other squares remain empty or become empty. [/list] A sample transformation is shown in the figure below. [asy] import geometry; unitsize(0.6cm); void ds(pair x) { filldraw(x -- (1,0) + x -- (1,1) + x -- (0,1)+x -- cycle,gray+opacity(0.5),invisible); } ds((1,1)); ds((2,1)); ds((3,1)); ds((1,3)); for (int i = 0; i <= 5; ++i) { draw((0,i)--(5,i)); draw((i,0)--(i,5)); } label("Initial", (2.5,-1)); draw((6,2.5)--(8,2.5),Arrow); ds((10,2)); ds((11,1)); ds((11,0)); for (int i = 0; i <= 5; ++i) { draw((9,i)--(14,i)); draw((i+9,0)--(i+9,5)); } label("Transformed", (11.5,-1)); [/asy] Suppose the $5 \times 5$ grid has a border of empty squares surrounding a $3 \times 3$ subgrid. How many initial configurations will lead to a transformed grid consisting of a single filled square in the center after a single transformation? (Rotations and reflections of the same configuration are considered different.) [asy] import geometry; unitsize(0.6cm); void ds(pair x) { filldraw(x -- (1,0) + x -- (1,1) + x -- (0,1)+x -- cycle,gray+opacity(0.5),invisible); } for (int i = 1; i < 4; ++ i) { for (int j = 1; j < 4; ++j) { label("?",(i + 0.5, j + 0.5)); } } for (int i = 0; i <= 5; ++i) { draw((0,i)--(5,i)); draw((i,0)--(i,5)); } label("Initial", (2.5,-1)); draw((6,2.5)--(8,2.5),Arrow); ds((11,2)); for (int i = 0; i <= 5; ++i) { draw((9,i)--(14,i)); draw((i+9,0)--(i+9,5)); } label("Transformed", (11.5,-1)); [/asy] $$\textbf{(A) 14}~\textbf{(B) 18}~\textbf{(C) 22}~\textbf{(D) 26}~\textbf{(E) 30}$$

2006 AMC 12/AHSME, 1

Tags: AMC , 2006 AMC 12B , AMC 12
What is $ ( \minus{} 1)^1 \plus{} ( \minus{} 1)^2 \plus{} \cdots \plus{} ( \minus{} 1)^{2006}$? $ \textbf{(A) } \minus{} 2006 \qquad \textbf{(B) } \minus{} 1 \qquad \textbf{(C) } 0 \qquad \textbf{(D) } 1 \qquad \textbf{(E) } 2006$

2016 AMC 12/AHSME, 5

Goldbach's conjecture states that every even integer greater than 2 can be written as the sum of two prime numbers (for example, $2016=13+2003$). So far, no one has been able to prove that the conjecture is true, and no one has found a counterexample to show that the conjecture is false. What would a counterexample consist of? $ \textbf{(A)}\ \text{an odd integer greater than } 2 \text{ that can be written as the sum of two prime numbers}$\\ $\textbf{(B)}\ \text{an odd integer greater than } 2 \text{ that cannot be written as the sum of two prime numbers}$\\ $\textbf{(C)}\ \text{an even integer greater than } 2 \text{ that can be written as the sum of two numbers that are not prime}$\\ $\textbf{(D)}\ \text{an even integer greater than } 2 \text{ that can be written as the sum of two prime numbers}$\\ $\textbf{(E)}\ \text{an even integer greater than } 2 \text{ that cannot be written as the sum of two prime numbers}$

2017 AMC 10, 15

Chloé chooses a real number uniformly at random from the interval $[0, 2017]$. Independently, Laurent chooses a real number uniformly at random from the interval $[0,4034]$. What is the probability that Laurent's number is greater than Chloé's number? $\textbf{(A)}~\frac12 \qquad \textbf{(B)}~\frac23 \qquad \textbf{(C)}~\frac34 \qquad \textbf{(D)}~\frac56\qquad \textbf{(E)}~\frac78$

2017 AMC 12/AHSME, 20

How many ordered pairs $(a, b)$ such that $a$ is a real positive number and $b$ is an integer between $2$ and $200$, inclusive, satisfy the equation $(\log_b a)^{2017} = \log_b (a^{2017})$? $ \textbf{(A) \ }198\qquad \textbf{(B) \ } 199 \qquad \textbf{(C) \ } 398 \qquad \textbf{(D) \ }399\qquad \textbf{(E) \ } 597$

2016 AMC 12/AHSME, 21

A quadrilateral is inscribed in a circle of radius $200\sqrt{2}$. Three of the sides of this quadrilateral have length $200$. What is the length of the fourth side? $\textbf{(A) } 200 \qquad\textbf{(B) } 200\sqrt{2} \qquad\textbf{(C) } 200\sqrt{3} \qquad\textbf{(D) } 300\sqrt{2} \qquad\textbf{(E) } 500$

1959 AMC 12/AHSME, 21

If $p$ is the perimeter of an equilateral triangle inscribed in a circle, the area of the circle is: $ \textbf{(A)}\ \frac{\pi p^2}{3} \qquad\textbf{(B)}\ \frac{\pi p^2}{9}\qquad\textbf{(C)}\ \frac{\pi p^2}{27}\qquad\textbf{(D)}\ \frac{\pi p^2}{81} \qquad\textbf{(E)}\ \frac{\pi p^2 \sqrt3}{27} $

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$

1969 AMC 12/AHSME, 23

For any integer $n$ greater than $1$, the number of prime numbers greater than $n!+1$ and less than $n!+n$ is: $\textbf{(A) }0\qquad \textbf{(B) }1\qquad \textbf{(C) }\dfrac n2\text{ for }n\text{ even,}\,\dfrac{n+1}2\text{ for }n\text{ odd}$ $\textbf{(D) }n-1\qquad \textbf{(E) }n$

2019 AMC 10, 22

Raashan, Sylvia, and Ted play the following game. Each starts with $\$1$. A bell rings every $15$ seconds, at which time each of the players who currently have money simultaneously chooses one of the other two players independently and at random and gives $\$1$ to that player. What is the probability that after the bell has rung $2019$ times, each player will have $\$1$? (For example, Raashan and Ted may each decide to give $\$1$ to Sylvia, and Sylvia may decide to give her dollar to Ted, at which point Raashan will have $\$0$, Sylvia would have $\$2$, and Ted would have $\$1$, and and that is the end of the first round of play. In the second round Raashan has no money to give, but Sylvia and Ted might choose each other to give their $\$1$ to, and and the holdings will be the same as the end of the second [sic] round. $\textbf{(A) } \frac{1}{7} \qquad\textbf{(B) } \frac{1}{4} \qquad\textbf{(C) } \frac{1}{3} \qquad\textbf{(D) } \frac{1}{2} \qquad\textbf{(E) } \frac{2}{3}$

1980 AMC 12/AHSME, 11

If the sum of the first 10 terms and the sum of the first 100 terms of a given arithmetic progression are 100 and 10, respectively, then the sum of first 110 terms is: $\text{(A)} \ 90 \qquad \text{(B)} \ -90 \qquad \text{(C)} \ 110 \qquad \text{(D)} \ -110 \qquad \text{(E)} \ -100$

2023 AMC 10, 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$

2024 AMC 12/AHSME, 12

Suppose $z$ is a complex number with positive imaginary part, with real part greater than $1$, and with $|z| = 2$. In the complex plane, the four points $0$, $z$, $z^{2}$, and $z^{3}$ are the vertices of a quadrilateral with area $15$. What is the imaginary part of $z$? $\textbf{(A)}~\displaystyle\frac{3}{4}\qquad\textbf{(B)}~1\qquad\textbf{(C)}~\displaystyle\frac{4}{3}\qquad\textbf{(D)}~\displaystyle\frac{3}{2}\qquad\textbf{(E)}~\displaystyle\frac{5}{3}$

2013 AMC 12/AHSME, 13

The internal angles of quadrilateral $ABCD$ form an arithmetic progression. Triangles $ABD$ and $DCB$ are similar with $\angle DBA=\angle DCB$ and $\angle ADB=\angle CBD$. Moreover, the angles in each of these two triangles also form an arithmetic progression. In degrees, what is the largest possible sum of the two largest angles of $ABCD$? ${\textbf{(A)}\ 210\qquad\textbf{(B)}\ 220\qquad\textbf{(C)}\ 230\qquad\textbf{(D}}\ 240\qquad\textbf{(E)}\ 250$

2016 AMC 12/AHSME, 14

Each vertex of a cube is to be labeled with an integer $1$ through $8$, with each integer being used once, in such a way that the sum of the four numbers on the vertices of a face is the same for each face. Arrangements that can be obtained from each other through rotations of the cube are considered to be the same. How many different arrangements are possible? $\textbf{(A) } 1\qquad\textbf{(B) } 3\qquad\textbf{(C) }6 \qquad\textbf{(D) }12 \qquad\textbf{(E) }24$