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: 138

2021 AIME Problems, 4

Tags: AMC , AIME , AIME II
There are real numbers $a, b, c, $ and $d$ such that $-20$ is a root of $x^3 + ax + b$ and $-21$ is a root of $x^3 + cx^2 + d.$ These two polynomials share a complex root $m + \sqrt{n} \cdot i, $ where $m$ and $n$ are positive integers and $i = \sqrt{-1}.$ Find $m+n.$

2020 AIME Problems, 10

Find the sum of all positive integers $n$ such that when $1^3+2^3+3^3+\cdots+n^3$ is divided by $n+5$, the remainder is $17.$

2014 AIME Problems, 12

Suppose that the angles of $\triangle ABC$ satisfy $\cos(3A) + \cos(3B) + \cos(3C) = 1$. Two sides of the triangle have lengths $10$ and $13$. There is a positive integer $m$ so that the maximum possible length for the remaining side of $\triangle ABC$ is $\sqrt{m}$. Find $m$.

2022 AIME Problems, 10

Tags: AIME II , AMC , AIME
Find the remainder when $$\binom{\binom{3}{2}}{2} + \binom{\binom{4}{2}}{2} + \dots + \binom{\binom{40}{2}}{2}$$ is divided by $1000$.

2018 AIME Problems, 11

Tags: AMC , AIME , AIME II
Find the number of permutations of $1,2,3,4,5,6$ such that for each $k$ with $1\leq k\leq 5$, at least one of the first $k$ terms of the permutation is greater than $k$.

2022 AIME Problems, 2

Tags: AIME , AIME II
Azar, Carl, Jon, and Sergey are the four players left in a singles tennis tournament. They are randomly assigned opponents in the semifinal matches, and the winners of those matches play each other in the final match to determine the winner of the tournament. When Azar plays Carl, Azar will win the match with probability $\frac23$. When either Azar or Carl plays either Jon or Sergey, Azar or Carl will win the match with probability $\frac34$. Assume that outcomes of different matches are independent. The probability that Carl will win the tournament is $\frac{p}{q}$, where $p$ and $q$ are relatively prime positive integers. Find $p+q$.

2017 AIME Problems, 3

Tags: AMC , AIME , AIME II
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$.

2021 AIME Problems, 1

Tags: AMC , AIME , AIME II
Find the arithmetic mean of all the three-digit palindromes. (Recall that a palindrome is a number that reads the same forward and backward, such as $777$ or $383$.)

2018 AIME Problems, 3

Tags: AMC , AIME , AIME II
Find the sum of all positive integers $b<1000$ such that the base-$b$ integer $36_b$ is a perfect square and the base-$b$ integer $27_b$ is a perfect cube.

2017 AIME Problems, 12

Tags: AMC , AIME , AIME II , AIME I
Circle $C_0$ has radius $1$, and the point $A_0$ is a point on the circle. Circle $C_1$ has radius $r<1$ and is internally tangent to $C_0$ at point $A_0$. Point $A_1$ lies on circle $C_1$ so that $A_1$ is located $90^{\circ}$ counterclockwise from $A_0$ on $C_1$. Circle $C_2$ has radius $r^2$ and is internally tangent to $C_1$ at point $A_1$. In this way a sequence of circles $C_1,C_2,C_3,...$ and a sequence of points on the circles $A_1,A_2,A_3,...$ are constructed, where circle $C_n$ has radius $r^n$ and is internally tangent to circle $C_{n-1}$ at point $A_{n-1}$, and point $A_n$ lies on $C_n$ $90^{\circ}$ counterclockwise from point $A_{n-1}$, as shown in the figure below. There is one point $B$ inside all of these circles. When $r=\frac{11}{60}$, the distance from the center of $C_0$ to $B$ is $\frac{m}{n}$, where $m$ and $n$ are relatively prime positive integers. Find $m+n$. [asy] size(6cm); real r = 0.8; pair nthCircCent(int n){ pair ans = (0, 0); for(int i = 1; i <= n; ++i) ans += rotate(90 * i - 90) * (r^(i - 1) - r^i, 0); return ans; } void dNthCirc(int n){ draw(circle(nthCircCent(n), r^n)); } dNthCirc(0); dNthCirc(1); dNthCirc(2); dNthCirc(3); dot("$A_0$", (1, 0), dir(0)); dot("$A_1$", nthCircCent(1) + (0, r), dir(135)); dot("$A_2$", nthCircCent(2) + (-r^2, 0), dir(0)); [/asy]

2016 AIME Problems, 13

Tags: AMC , AIME , AIME II
Beatrix is going to place six rooks on a $6\times6$ chessboard where both the rows and columns are labelled $1$ to $6$; the rooks are placed so that no two rooks are in the same row or the same column. The [i]value[/i] of a square is the sum of its row number and column number. The [i]score[/i] of an arrangement of rooks is the least value of any occupied square. The average score over all valid configurations is $\frac{p}{q}$, where $p$ and $q$ are relatively prime positive integers. Find $p+q$.

2024 AIME, 5

Tags: AMC , AIME , AIME II
Let ABCDEF be an equilateral hexagon in which all pairs of opposite sides are parallel. The triangle whose sides are the extensions of AB, CD and EF has side lengths 200, 240 and 300 respectively. Find the side length of the hexagon.

2021 AIME Problems, 9

Find the number of ordered pairs $(m, n)$ such that $m$ and $n$ are positive integers in the set $\{1, 2, ..., 30\}$ and the greatest common divisor of $2^m + 1$ and $2^n - 1$ is not $1.$

2025 AIME, 4

The product \[\prod^{63}_{k=4} \frac{\log_k (5^{k^2 - 1})}{\log_{k + 1} (5^{k^2 - 4})} = \frac{\log_4 (5^{15})}{\log_5 (5^{12})} \cdot \frac{\log_5 (5^{24})}{\log_6 (5^{21})}\cdot \frac{\log_6 (5^{35})}{\log_7 (5^{32})} \cdots \frac{\log_{63} (5^{3968})}{\log_{64} (5^{3965})}\] is equal to $\tfrac mn,$ where $m$ and $n$ are relatively prime positive integers. Find $m + n.$

2011 AIME Problems, 3

The degree measures of the angles of a convex 18-sided polygon form an increasing arithmetic sequence with integer values. Find the degree measure of the smallest angle.

2024 AIME, 12

Tags: AIME , AIME I , AIME II
Let $O(0,0)$, $A(\tfrac{1}{2},0)$, and $B(0, \tfrac{\sqrt{3}}{2})$ be points in the coordinate plane. Let $\mathcal{F}$ be the family of segments $\overline{PQ}$ of unit length lying in the first quadrant with $P$ on the $x$-axis and $Q$ on the $y$-axis. There is a unique point $C$ on $\overline{AB}$, distinct from $A$ and $B$, that does not belong to any segment from $\mathcal{F}$ other than $\overline{AB}$. Then $OC^2 = \tfrac{p}{q}$ where $p$ and $q$ are relatively prime positive integers. Find $p + q$.

2021 AIME Problems, 6

Tags: AMC , AIME , AIME II
For any finite set $S$, let $|S|$ denote the number of elements in $S$. FInd the number of ordered pairs $(A,B)$ such that $A$ and $B$ are (not necessarily distinct) subsets of $\{1,2,3,4,5\}$ that satisfy $$|A| \cdot |B| = |A \cap B| \cdot |A \cup B|$$

2019 AIME Problems, 2

Tags: AMC , AIME , AIME II , probability
Lily pads $1,2,3,\ldots$ lie in a row on a pond. A frog makes a sequence of jumps starting on pad $1$. From any pad $k$ the frog jumps to either pad $k+1$ or pad $k+2$ chosen randomly and independently with probability $\tfrac12$. The probability that the frog visits pad $7$ is $\tfrac pq$, where $p$ and $q$ are relatively prime positive integers. Find $p+q$.

2016 AIME Problems, 11

Tags: AMC , AIME , AIME II
For positive integers $N$ and $k$, define $N$ to be $k$-nice if there exists a positive integer $a$ such that $a^k$ has exactly $N$ positive divisors. Find the number of positive integers less than $1000$ that are neither $7$-nice nor $8$-nice.

2019 AIME Problems, 8

The polynomial $f(z)=az^{2018}+bz^{2017}+cz^{2016}$ has real coefficients not exceeding $2019$, and $f(\tfrac{1+\sqrt{3}i}{2})=2015+2019\sqrt{3}i$. Find the remainder when $f(1)$ is divided by $1000$.

2019 AIME Problems, 14

Find the sum of all positive integers $n$ such that, given an unlimited supply of stamps of denominations $5$, $n$, and $n + 1$ cents, $91$ cents is the greatest postage that cannot be formed.

2023 AIME, 12

Tags: AMC , AIME , AIME II
In $\triangle ABC$ with side lengths $AB=13$, $BC=14$, and $CA=15$, let $M$ be the midpoint of $\overline{BC}$. Let $P$ be the point on the circumcircle of $\triangle ABC$ such that $M$ is on $\overline{AP}$. There exists a unique point $Q$ on segment $\overline{AM}$ such that $\angle PBQ = \angle PCQ$. Then $AQ$ can be written as $\frac{m}{\sqrt{n}}$, where $m$ and $n$ are relatively prime positive integers. Find $m+n$.

2017 AIME Problems, 2

Tags: AMC , AIME , AIME II
Teams $T_1$, $T_2$, $T_3$, and $T_4$ are in the playoffs. In the semifinal matches, $T_1$ plays $T_4$ and $T_2$ plays $T_3$. The winners of those two matches will play each other in the final match to determine the champion. When $T_i$ plays $T_j$, the probability that $T_i$ wins is $\frac{i}{i+j}$, and the outcomes of all the matches are independent. The probability that $T_4$ will be the champion is $\frac{p}{q}$, where $p$ and $q$ are relatively prime positive integers. Find $p+q$.

2002 AIME Problems, 12

Tags: probability , ratio , AMC , AIME , AIME II
A basketball player has a constant probability of $.4$ of making any given shot, independent of previous shots. Let $a_{n}$ be the ratio of shots made to shots attempted after $n$ shots. The probability that $a_{10}=.4$ and $a_{n}\le .4$ for all $n$ such that $1\le n \le 9$ is given to be $p^{a}q^{b}r/(s^{c}),$ where $p,$ $q,$ $r,$ and $s$ are primes, and $a,$ $b,$ and $c$ are positive integers. Find $(p+q+r+s)(a+b+c).$

2021 AIME Problems, 10

Two spheres with radii $36$ and one sphere with radius $13$ are each externally tangent to the other two spheres and to two different planes $\mathcal{P}$ and $\mathcal{Q}$. The intersection of planes $\mathcal{P}$ and $\mathcal{Q}$ is the line $\ell$. The distance from line $\ell$ to the point where the sphere with radius $13$ is tangent to plane $\mathcal{P}$ is $\tfrac{m}{n}$, where $m$ and $n$ are relatively prime positive integers. Find $m + n$. [img]https://imgur.com/1mfBNNL.png[/img]