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

2014 Purple Comet Problems, 27

Five men and fi ve women stand in a circle in random order. The probability that every man stands next to at least one woman is $\tfrac m n$, where $m$ and $n$ are relatively prime positive integers. Find $m + n$.

2002 AIME Problems, 11

Let $ABCD$ and $BCFG$ be two faces of a cube with $AB=12.$ A beam of light emanates from vertex $A$ and reflects off face $BCFG$ at point $P,$ which is 7 units from $\overline{BG}$ and 5 units from $\overline{BC}.$ The beam continues to be reflected off the faces of the cube. The length of the light path from the time it leaves point $A$ until it next reaches a vertex of the cube is given by $m\sqrt{n},$ where $m$ and $n$ are integers and $n$ is not divisible by the square of any prime. Find $m+n.$

1996 AIME Problems, 3

Tags: AMC , AIME
Find the smallest positive integer $n$ for which the expansion of $(xy - 3x +7y - 21)^n,$ after like terms have been collected, has at least 1996 terms.

2024 AIME, 8

Tags: AMC , AIME , AIME I , geometry
Eight circles of radius $34$ can be placed tangent to side $\overline{BC}$ of $\triangle ABC$ such that the first circle is tangent to $\overline{AB}$, subsequent circles are externally tangent to each other, and the last is tangent to $\overline{AC}$. Similarly, $2024$ circles of radius $1$ can also be placed along $\overline{BC}$ in this manner. The inradius of $\triangle ABC$ is $\tfrac{m}{n}$, where $m$ and $n$ are relatively prime positive integers. Find $m+n$.

2022 AIME Problems, 8

Tags: AMC , AIME , AIME I , geometry
Equilateral triangle $\triangle ABC$ is inscribed in circle $\omega$ with radius $18.$ Circle $\omega_A$ is tangent to sides $\overline{AB}$ and $\overline{AC}$ and is internally tangent to $\omega$. Circles $\omega_B$ and $\omega_C$ are defined analogously. Circles $\omega_A$, $\omega_B$, and $\omega_C$ meet in six points$-$two points for each pair of circles. The three intersection points closest to the vertices of $\triangle ABC$ are the vertices of a large equilateral triangle in the interior of $\triangle ABC$, and the other three intersection points are the vertices of a smaller equilateral triangle in the interior of $\triangle ABC$. The side length of the smaller equilateral triangle can be written as $\sqrt{a}-\sqrt{b}$, where $a$ and $b$ are positive integers. Find $a+b$.

2015 AIME Problems, 10

Let $f(x)$ be a third-degree polynomial with real coefficients satisfying \[|f(1)|=|f(2)|=|f(3)|=|f(5)|=|f(6)|=|f(7)|=12.\] Find $|f(0)|$.

2013 AIME Problems, 1

Tags: AMC , AIME , 2013 , AIME I , #1 , algebra
The AIME Triathlon consists of a half-mile swim, a $30$-mile bicycle, and an eight-mile run. Tom swims, bicycles, and runs at constant rates. He runs five times as fast as he swims, and he bicycles twice as fast as he runs. Tom completes the AIME Triathlon in four and a quarter hours. How many minutes does he spend bicycling?

1983 AIME Problems, 12

Diameter $AB$ of a circle has length a 2-digit integer (base ten). Reversing the digits gives the length of the perpendicular chord $CD$. The distance from their intersection point $H$ to the center $O$ is a positive rational number. Determine the length of $AB$.

2016 AIME Problems, 1

Initially Alex, Betty, and Charlie had a total of $444$ peanuts. Charlie had the most peanuts, and Alex had the least. The three numbers of peanuts that each person had form a geometric progression. Alex eats 5 of his peanuts, Betty eats 9 of her peanuts, and Charlie eats 25 of his peanuts. Now the three numbers of peanuts that each person has form an arithmetic progression. Find the number of peanuts Alex had initially.

2017 AIME Problems, 13

Tags: AMC , AIME , AIME II
For each integer $n\ge 3$, let $f(n)$ be the number of 3-element subsets of the vertices of a regular $n$-gon that are the vertices of an isosceles triangle (including equilateral triangles). Find the sum of all values of $n$ such that $f(n+1)=f(n)+78$.

2020 CHMMC Winter (2020-21), 1

Tags: geometry , AMC , AIME
A unit circle is centered at $(0, 0)$ on the $(x, y)$ plane. A regular hexagon passing through $(1, 0)$ is inscribed in the circle. Two points are randomly selected from the interior of the circle and horizontal lines are drawn through them, dividing the hexagon into at most three pieces. The probability that each piece contains exactly two of the hexagon's original vertices can be written as \[ \frac{2\left(\frac{m\pi}{n}+\frac{\sqrt{p}}{q}\right)^2}{\pi^2} \] for positive integers $m$, $n$, $p$, and $q$ such that $m$ and $n$ are relatively prime and $p$ is squarefree. Find $m+n+p+q$.

2025 AIME, 5

Suppose $\triangle ABC$ has angles $\angle BAC = 84^\circ, \angle ABC=60^\circ,$ and $\angle ACB = 36^\circ.$ Let $D, E,$ and $F$ be the midpoints of sides $\overline{BC}, \overline{AC},$ and $\overline{AB},$ respectively. The circumcircle of $\triangle DEF$ intersects $\overline{BD}, \overline{AE},$ and $\overline{AF}$ at points $G, H,$ and $J,$ respectively. The points $G, D, E, H, J,$ and $F$ divide the circumcircle of $\triangle DEF$ into six minor arcs, as shown. Find $\overarc{DE}+2\cdot \overarc{HJ} + 3\cdot \overarc{FG},$ where the arcs are measured in degrees. [asy] import olympiad; size(6cm); defaultpen(fontsize(10pt)); pair B = (0, 0), A = (Cos(60), Sin(60)), C = (Cos(60)+Sin(60)/Tan(36), 0), D = midpoint(B--C), E = midpoint(A--C), F = midpoint(A--B); guide circ = circumcircle(D, E, F); pair G = intersectionpoint(B--D, circ), J = intersectionpoints(A--F, circ)[0], H = intersectionpoints(A--E, circ)[0]; draw(B--A--C--cycle); draw(D--E--F--cycle); draw(circ); dot(A); dot(B); dot(C); dot(D); dot(E); dot(F); dot(G); dot(H); dot(J); label("$A$", A, (0, .8)); label("$B$", B, (-.8, -.8)); label("$C$", C, (.8, -.8)); label("$D$", D, (0, -.8)); label("$E$", E, (.8, .2)); label("$F$", F, (-.8, .2)); label("$G$", G, (0, .8)); label("$H$", H, (-.2, -1)); label("$J$", J, (.2, -.8)); [/asy]

1988 AIME Problems, 3

Tags: logarithms , AMC , AIME
Find $(\log_2 x)^2$ if $\log_2 (\log_8 x) = \log_8 (\log_2 x)$.

2010 AIME Problems, 9

Let $ (a,b,c)$ be the real solution of the system of equations $ x^3 \minus{} xyz \equal{} 2$, $ y^3 \minus{} xyz \equal{} 6$, $ z^3 \minus{} xyz \equal{} 20$. The greatest possible value of $ a^3 \plus{} b^3 \plus{} c^3$ can be written in the form $ \frac{m}{n}$, where $ m$ and $ n$ are relatively prime positive integers. Find $ m \plus{} n$.

2022 AIME Problems, 3

Tags: AMC , AIME , AIME I
In isosceles trapezoid $ABCD$, parallel bases $\overline{AB}$ and $\overline{CD}$ have lengths $500$ and $650$, respectively, and $AD=BC=333$. The angle bisectors of $\angle{A}$ and $\angle{D}$ meet at $P$, and the angle bisectors of $\angle{B}$ and $\angle{C}$ meet at $Q$. Find $PQ$.

2014 AIME Problems, 4

The repeating decimals $0.abab\overline{ab}$ and $0.abcabc\overline{abc}$ satisfy \[0.abab\overline{ab}+0.abcabc\overline{abc}=\frac{33}{37},\] where $a,b$, and $c$ are (not necessarily distinct) digits. Find the three-digit number $abc$.

2018 AIME Problems, 3

Tags: AMC , AIME , AIME I
Kathy has $5$ red cards and $5$ green cards. She shuffles the $10$ cards and lays out $5$ of the cards in a row in a random order. She will be happy if and only if all the red cards laid out are adjacent and all the green cards laid out are adjacent. For example, card orders RRGGG, GGGGR, or RRRRR will make Kathy happy, but RRRGR will not. The probability that Kathy will be happy is $\tfrac{m}{n}$, where $m$ and $n$ are relatively prime positive integers. Find $m + n$.

1983 AIME Problems, 14

In the adjoining figure, two circles of radii 6 and 8 are drawn with their centers 12 units apart. At $P$, one of the points of intersection, a line is drawn in such a way that the chords $QP$ and $PR$ have equal length. Find the square of the length of $QP$. [asy]unitsize(2.5mm); defaultpen(linewidth(.8pt)+fontsize(12pt)); dotfactor=3; pair O1=(0,0), O2=(12,0); path C1=Circle(O1,8), C2=Circle(O2,6); pair P=intersectionpoints(C1,C2)[0]; path C3=Circle(P,sqrt(130)); pair Q=intersectionpoints(C3,C1)[0]; pair R=intersectionpoints(C3,C2)[1]; draw(C1); draw(C2); //draw(O2--O1); //dot(O1); //dot(O2); draw(Q--R); label("$Q$",Q,N); label("$P$",P,dir(80)); label("$R$",R,E); //label("12",waypoint(O1--O2,0.4),S);[/asy]

2011 AIME Problems, 14

Tags: AIME , 2011 AIME II
There are $N$ permutations $(a_1,a_2,\dots,a_{30})$ of $1,2,\dots,30$ such that for $m\in\{2,3,5\}$, $m$ divides $a_{n+m}-a_n$ for all integers $n$ with $1\leq n <n+m\leq 30$. Find the remainder when $N$ is divided by 1000.

2001 AIME Problems, 8

Tags: AMC , AIME
Call a positive integer $N$ a $\textit{7-10 double}$ if the digits of the base-7 representation of $N$ form a base-10 number that is twice $N.$ For example, 51 is a 7-10 double because its base-7 representation is 102. What is the largest 7-10 double?

2015 CCA Math Bonanza, L3.3

Tags: AIME , AIME I
Michael the Mouse stands in a circle with $11$ other mice. Eshaan the Elephant walks around the circle, squashing every other non-squashed mouse he comes across. If it takes Eshaan $1$ minute ($60$ seconds) to complete one circle and he walks at a constant rate, what is the maximum length of time in seconds from when the first mouse is squashed that Michael can survive? [i]2015 CCA Math Bonanza Lightning Round #3.3[/i]

2021 AIME Problems, 10

Tags: AIME , AIME I , 2021 AIME I
Consider the sequence $(a_k)_{k\ge 1}$ of positive rational numbers defined by $a_1 = \frac{2020}{2021}$ and for $k\ge 1$, if $a_k = \frac{m}{n}$ for relatively prime positive integers $m$ and $n$, then \[a_{k+1} = \frac{m + 18}{n+19}.\] Determine the sum of all positive integers $j$ such that the rational number $a_j$ can be written in the form $\frac{t}{t+1}$ for some positive integer $t$.

2004 AIME Problems, 4

Tags: probability , AMC , AIME
How many positive integers less than 10,000 have at most two different digits?

1999 AIME Problems, 6

A transformation of the first quadrant of the coordinate plane maps each point $(x,y)$ to the point $(\sqrt{x},\sqrt{y}).$ The vertices of quadrilateral $ABCD$ are $A=(900,300), B=(1800,600), C=(600,1800),$ and $D=(300,900).$ Let $k$ be the area of the region enclosed by the image of quadrilateral $ABCD.$ Find the greatest integer that does not exceed $k.$

2007 AIME Problems, 6

Tags: AMC , AIME , AoPSwiki , AIME II , AIME I
An integer is called [i]parity-monotonic[/i] if its decimal representation $a_{1}a_{2}a_{3}\cdots a_{k}$ satisfies $a_{i}<a_{i+1}$ if $a_{i}$ is odd, and $a_{i}>a_{i+1}$ is $a_{i}$ is even. How many four-digit parity-monotonic integers are there?