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

2022 AIME Problems, 5

Tags: AMC , AIME , AIME I
A straight river that is $264$ meters wide flows from west to east at a rate of $14$ meters per minute. Melanie and Sherry sit on the south bank of the river with Melanie a distance of $D$ meters downstream from Sherry. Relative to the water, Melanie swims at $80$ meters per minute, and Sherry swims at $60$ meters per minute. At the same time, Melanie and Sherry begin swimming in straight lines to a point on the north bank of the river that is equidistant from their starting positions. The two women arrive at this point simultaneously. Find $D$.

1998 AMC 12/AHSME, 22

What is the value of the expression \[ \frac {1}{\log_2 100!} \plus{} \frac {1}{\log_3 100!} \plus{} \frac {1}{\log_4 100!} \plus{} \cdots \plus{} \frac {1}{\log_{100} 100!}? \]$ \textbf{(A)}\ 0.01 \qquad \textbf{(B)}\ 0.1 \qquad \textbf{(C)}\ 1 \qquad \textbf{(D)}\ 2 \qquad \textbf{(E)}\ 10$

2024 AIME, 7

Tags: AMC , AIME , AIME I
Find the largest possible real part of \[(75+117i)z+\frac{96+144i}{z}\] where $z$ is a complex number with $|z|=4$.

2013 AIME Problems, 11

Ms. Math's kindergarten class has $16$ registered students. The classroom has a very large number, $N$, of play blocks which satisfies the conditions: (a) If $16$, $15$, or $14$ students are present, then in each case all the blocks can be distributed in equal numbers to each student, and (b) There are three integers $0 < x < y < z < 14$ such that when $x$, $y$, or $z$ students are present and the blocks are distributed in equal numbers to each student, there are exactly three blocks left over. Find the sum of the distinct prime divisors of the least possible value of $N$ satisfying the above conditions.

1999 AIME Problems, 1

Find the smallest prime that is the fifth term of an increasing arithmetic sequence, all four preceding terms also being prime.

2021 AIME Problems, 15

Tags: AMC , AIME , 2021 AIME I
Let $S$ be the set of positive integers $k$ such that the two parabolas$$y=x^2-k~~\text{and}~~x=2(y-20)^2-k$$intersect in four distinct points, and these four points lie on a circle with radius at most $21$. Find the sum of the least element of $S$ and the greatest element of $S$.

2014 AIME Problems, 6

Charles has two six-sided dice. One of the dice is fair, and the other die is biased so that it comes up six with probability $\tfrac23,$ and each of the other five sides has probability $\tfrac{1}{15}.$ Charles chooses one of the two dice at random and rolls it three times. Given that the first two rolls are both sixes, the probability that the third roll will also be a six is $\tfrac{p}{q},$ where $p$ and $q$ are relatively prime positive integers. Find $p+q$.

2020 CHMMC Winter (2020-21), 4

Select a random real number $m$ from the interval $(\frac{1}{6}, 1)$. A track is in the shape of an equilateral triangle of side length $50$ feet. Ch, Hm, and Mc are all initially standing at one of the vertices of the track. At the time $t = 0$, the three people simultaneously begin walking around the track in clockwise direction. Ch, Hm, and Mc walk at constant rates of $2, 3$, and $4$ feet per second, respectively. Let $T$ be the set of all positive real numbers $t_0$ satisfying the following criterion: [i]If we choose a random number $t_1$ from the interval $[0, t_0]$, the probability that the three people are on the same side of the track at the time $t = t_1$ is precisely $m$.[/i] The probability that $|T| = 17$ (i.e., $T$ has precisely $17$ elements) equals $\frac{p}{q}$, where $p$ and $q$ are relatively prime positive integers. Find $p+q$.

2009 AIME Problems, 7

Define $ n!!$ to be $ n(n\minus{}2)(n\minus{}4)\ldots3\cdot1$ for $ n$ odd and $ n(n\minus{}2)(n\minus{}4)\ldots4\cdot2$ for $ n$ even. When $ \displaystyle \sum_{i\equal{}1}^{2009} \frac{(2i\minus{}1)!!}{(2i)!!}$ is expressed as a fraction in lowest terms, its denominator is $ 2^ab$ with $ b$ odd. Find $ \displaystyle \frac{ab}{10}$.

2019 AIME Problems, 5

A moving particle starts at the point $\left(4,4\right)$ and moves until it hits one of the coordinate axes for the first time. When the particle is at the point $\left(a,b\right)$, it moves at random to one of the points $\left(a-1,b\right)$, $\left(a,b-1\right)$, or $\left(a-1,b-1\right)$, each with probability $\tfrac{1}{3}$, independently of its previous moves. The probability that it will hit the coordinate axes at $\left(0,0\right)$ is $\tfrac{m}{3^n}$, where $m$ and $n$ are positive integers, and $m$ is not divisible by $3$. Find $m+n$.

2018 AIME Problems, 9

Octagon $ABCDEFGH$ with side lengths $AB = CD = EF = GH = 10$ and $BC= DE = FG = HA = 11$ is formed by removing four $6-8-10$ triangles from the corners of a $23\times 27$ rectangle with side $\overline{AH}$ on a short side of the rectangle, as shown. Let $J$ be the midpoint of $\overline{HA}$, and partition the octagon into $7$ triangles by drawing segments $\overline{JB}$, $\overline{JC}$, $\overline{JD}$, $\overline{JE}$, $\overline{JF}$, and $\overline{JG}$. Find the area of the convex polygon whose vertices are the centroids of these $7$ triangles. [asy] unitsize(6); pair P = (0, 0), Q = (0, 23), R = (27, 23), SS = (27, 0); pair A = (0, 6), B = (8, 0), C = (19, 0), D = (27, 6), EE = (27, 17), F = (19, 23), G = (8, 23), J = (0, 23/2), H = (0, 17); draw(P--Q--R--SS--cycle); draw(J--B); draw(J--C); draw(J--D); draw(J--EE); draw(J--F); draw(J--G); draw(A--B); draw(H--G); real dark = 0.6; filldraw(A--B--P--cycle, gray(dark)); filldraw(H--G--Q--cycle, gray(dark)); filldraw(F--EE--R--cycle, gray(dark)); filldraw(D--C--SS--cycle, gray(dark)); dot(A); dot(B); dot(C); dot(D); dot(EE); dot(F); dot(G); dot(H); dot(J); dot(H); defaultpen(fontsize(10pt)); real r = 1.3; label("$A$", A, W*r); label("$B$", B, S*r); label("$C$", C, S*r); label("$D$", D, E*r); label("$E$", EE, E*r); label("$F$", F, N*r); label("$G$", G, N*r); label("$H$", H, W*r); label("$J$", J, W*r); [/asy]

2021 AIME Problems, 8

Tags: AMC , AIME
Find the number of integers $c$ such that the equation $$\left||20|x|-x^2|-c\right|=21$$ has $12$ distinct real solutions.

2021 AIME Problems, 5

Tags: AMC , AIME
Call a three-term strictly increasing arithmetic sequence of integers [i]special[/i] if the sum of the squares of the three terms equals the product of the middle term and the square of the common difference. Find the sum of the third terms of all special sequences.

1991 AIME Problems, 3

Expanding $(1+0.2)^{1000}$ by the binomial theorem and doing no further manipulation gives \begin{eqnarray*} &\ & \binom{1000}{0}(0.2)^0+\binom{1000}{1}(0.2)^1+\binom{1000}{2}(0.2)^2+\cdots+\binom{1000}{1000}(0.2)^{1000}\\ &\ & = A_0 + A_1 + A_2 + \cdots + A_{1000}, \end{eqnarray*} where $A_k = \binom{1000}{k}(0.2)^k$ for $k = 0,1,2,\ldots,1000$. For which $k$ is $A_k$ the largest?

2013 AIME Problems, 7

A group of clerks is assigned the task of sorting $1775$ files. Each clerk sorts at a constant rate of $30$ files per hour. At the end of the first hour, some of the clerks are reassigned to another task; at the end of the second hour, the same number of the remaining clerks are also reassigned to another task, and a similar reassignment occurs at the end of the third hour. The group finishes the sorting in $3$ hours and $10$ minutes. Find the number of files sorted during the first one and a half hours of sorting.

2008 AIME Problems, 11

In triangle $ ABC$, $ AB \equal{} AC \equal{} 100$, and $ BC \equal{} 56$. Circle $ P$ has radius $ 16$ and is tangent to $ \overline{AC}$ and $ \overline{BC}$. Circle $ Q$ is externally tangent to $ P$ and is tangent to $ \overline{AB}$ and $ \overline{BC}$. No point of circle $ Q$ lies outside of $ \triangle ABC$. The radius of circle $ Q$ can be expressed in the form $ m \minus{} n\sqrt {k}$, where $ m$, $ n$, and $ k$ are positive integers and $ k$ is the product of distinct primes. Find $ m \plus{} nk$.

2013 AMC 10, 25

All diagonals are drawn in a regular octagon. At how many distinct points in the interior of the octagon (not on the boundary) do two or more diagonals intersect? $\textbf{(A)} \ 49 \qquad \textbf{(B)} \ 65 \qquad \textbf{(C)} \ 70 \qquad \textbf{(D)} \ 96 \qquad \textbf{(E)} \ 128$

2025 AIME, 1

Six points $A, B, C, D, E,$ and $F$ lie in a straight line in that order. Suppose that $G$ is a point not on the line and that $AC=26, BD=22, CE=31, DF=33, AF=73, CG=40,$ and $DG=30.$ Find the area of $\triangle BGE.$

2018 AIME Problems, 4

Tags: AMC , AIME , AIME I
In \(\triangle ABC, AB = AC = 10\) and \(BC = 12\). Point \(D\) lies strictly between \(A\) and \(B\) on \(\overline{AB}\) and point \(E\) lies strictly between \(A\) and \(C\) on \(\overline{AC}\) so that \(AD = DE = EC\). Then \(AD\) can be expressed in the form \(\tfrac{p}{q}\), where \(p\) and \(q\) are relatively prime positive integers. Find \(p + q\).

1990 AIME Problems, 12

A regular 12-gon is inscribed in a circle of radius 12. The sum of the lengths of all sides and diagonals of the 12-gon can be written in the form \[ a + b \sqrt{2} + c \sqrt{3} + d \sqrt{6}, \] where $a$, $b$, $c$, and $d$ are positive integers. Find $a + b + c + d$.

2004 AIME Problems, 15

Tags: AMC , AIME , function
For all positive integers $ x$, let \[ f(x) \equal{} \begin{cases}1 & \text{if }x \equal{} 1 \\ \frac x{10} & \text{if }x\text{ is divisible by 10} \\ x \plus{} 1 & \text{otherwise}\end{cases}\]and define a sequence as follows: $ x_1 \equal{} x$ and $ x_{n \plus{} 1} \equal{} f(x_n)$ for all positive integers $ n$. Let $ d(x)$ be the smallest $ n$ such that $ x_n \equal{} 1$. (For example, $ d(100) \equal{} 3$ and $ d(87) \equal{} 7$.) Let $ m$ be the number of positive integers $ x$ such that $ d(x) \equal{} 20$. Find the sum of the distinct prime factors of $ m$.

2025 AIME, 9

There are $n$ values of $x$ in the interval $0<x<2\pi$ where $f(x)=\sin(7\pi\cdot\sin(5x))=0$. For $t$ of these $n$ values of $x$, the graph of $y=f(x)$ is tangent to the $x$-axis. Find $n+t$.

2011 AIME Problems, 11

Let $M_n$ be the $n\times n$ matrix with entries as follows: for $1\leq i \leq n$, $m_{i,i}=10$; for $1\leq i \leq n-1, m_{i+1,i}=m_{i,i+1}=3$; all other entries in $M_n$ are zero. Let $D_n$ be the determinant of matrix $M_n$. Then $\displaystyle \sum_{n=1}^{\infty} \dfrac{1}{8D_n+1}$ can be represented as $\frac{p}{q}$, where $p$ and $q$ are relatively prime positive integers. Find $p+q$. Note: The determinant of the $1\times 1$ matrix $[a]$ is $a$, and the determinant of the $2\times 2$ matrix $\left[ \begin{array}{cc} a & b \\ c & d \end{array} \right]=ad-bc$; for $n\geq 2$, the determinant of an $n\times n$ matrix with first row or first column $a_1\ a_2\ a_3 \dots\ a_n$ is equal to $a_1C_1 - a_2C_2 + a_3C_3 - \dots + (-1)^{n+1} a_nC_n$, where $C_i$ is the determinant of the $(n-1)\times (n-1)$ matrix found by eliminating the row and column containing $a_i$.

2008 Harvard-MIT Mathematics Tournament, 28

Let $ P$ be a polyhedron where every face is a regular polygon, and every edge has length $ 1$. Each vertex of $ P$ is incident to two regular hexagons and one square. Choose a vertex $ V$ of the polyhedron. Find the volume of the set of all points contained in $ P$ that are closer to $ V$ than to any other vertex.

1999 Niels Henrik Abels Math Contest (Norwegian Math Olympiad) Round 2, 4

Tags: AMC , AIME
Two semicircles are tangent to middle circle, and both semicircles and middle circle are tangent to the horizontal line as shown. If $ PQ \equal{} QR \equal{} RS \equal{} 24,$ then find the length of radius $ r$. [img]http://i250.photobucket.com/albums/gg265/geometry101/NielsHenrikAbel1999Number3.jpg[/img]