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

2022 AMC 12/AHSME, 1

What is the value of $$3 + \frac{1}{3+\frac{1}{3+\frac{1}{3}}}?$$ $\textbf{(A) } \frac{31}{10} \qquad \textbf{(B) } \frac{49}{15} \qquad \textbf{(C) } \frac{33}{10} \qquad \textbf{(D) } \frac{109}{33} \qquad \textbf{(E) } \frac{15}{4}$

1989 AIME Problems, 9

One of Euler's conjectures was disproved in then 1960s by three American mathematicians when they showed there was a positive integer $ n$ such that \[133^5 \plus{} 110^5 \plus{} 84^5 \plus{} 27^5 \equal{} n^5.\] Find the value of $ n$.

2017 AMC 12/AHSME, 19

A square with side length $x$ is inscribed in a right triangle with sides of length $3$, $4$, and $5$ so that one vertex of the square coincides with the right-angle vertex of the triangle. A square with side length $y$ is inscribed so that one side of the square lies on the hypotenuse of the triangle. What is $\frac{x}{y}$? $\textbf{(A)}\ \frac{12}{13}\qquad\textbf{(B)}\ \frac{35}{37}\qquad\textbf{(C)}\ 1\qquad\textbf{(D)}\ \frac{37}{35}\qquad\textbf{(E)}\ \frac{13}{12}$

2010 AMC 12/AHSME, 11

Tags: logarithms , AMC , AMC 10
The solution of the equation $ 7^{x\plus{}7}\equal{}8^x$ can be expressed in the form $ x\equal{}\log_b 7^7$. What is $ b$? $ \textbf{(A)}\ \frac{7}{15} \qquad \textbf{(B)}\ \frac{7}{8} \qquad \textbf{(C)}\ \frac{8}{7} \qquad \textbf{(D)}\ \frac{15}{8} \qquad \textbf{(E)}\ \frac{15}{7}$

1978 AMC 12/AHSME, 9

If $x<0$, then $\left|x-\sqrt{(x-1)^2}\right|$ equals $\textbf{(A) }1\qquad\textbf{(B) }1-2x\qquad\textbf{(C) }-2x-1\qquad\textbf{(D) }1+2x\qquad \textbf{(E) }2x-1$

1976 AMC 12/AHSME, 14

Tags: AMC
The measures of the interior angles of a convex polygon are in arithmetic progression. If the smallest angle is $100^\circ$, and the largest is $140^\circ$, then the number of sides the polygon has is $\textbf{(A) }6\qquad\textbf{(B) }8\qquad\textbf{(C) }10\qquad\textbf{(D) }11\qquad \textbf{(E) }12$

2016 AMC 10, 25

How many ordered triples $(x,y,z)$ of positive integers satisfy $\text{lcm}(x,y) = 72, \text{lcm}(x,z) = 600$ and $\text{lcm}(y,z)=900$? $\textbf{(A)}\ 15\qquad\textbf{(B)}\ 16\qquad\textbf{(C)}\ 24\qquad\textbf{(D)}\ 27\qquad\textbf{(E)}\ 64$

2015 AIME Problems, 13

Tags: AMC , AIME , AIME I
With all angles measured in degrees, the product $\prod_{k=1}^{45} \csc^2(2k-1)^\circ=m^n$, where $m$ and $n$ are integers greater than 1. Find $m+n$.

2016 AMC 12/AHSME, 24

There is a smallest positive real number $a$ such that there exists a positive real number $b$ such that all the roots of the polynomial $x^3-ax^2+bx-a$ are real. In fact, for this value of $a$ the value of $b$ is unique. What is this value of $b$? $\textbf{(A)}\ 8\qquad\textbf{(B)}\ 9\qquad\textbf{(C)}\ 10\qquad\textbf{(D)}\ 11\qquad\textbf{(E)}\ 12$

1982 USAMO, 5

$A,B$, and $C$ are three interior points of a sphere $S$ such that $AB$ and $AC$ are perpendicular to the diameter of $S$ through $A$, and so that two spheres can be constructed through $A$, $B$, and $C$ which are both tangent to $S$. Prove that the sum of their radii is equal to the radius of $S$.

2009 AMC 10, 15

Tags: AMC , AMC 10 , quadratics
The figures $ F_1$, $ F_2$, $ F_3$, and $ F_4$ shown are the first in a sequence of figures. For $ n\ge3$, $ F_n$ is constructed from $ F_{n \minus{} 1}$ by surrounding it with a square and placing one more diamond on each side of the new square than $ F_{n \minus{} 1}$ had on each side of its outside square. For example, figure $ F_3$ has $ 13$ diamonds. How many diamonds are there in figure $ F_{20}$? [asy]unitsize(3mm); defaultpen(linewidth(.8pt)+fontsize(10pt)); path d=(1/2,0)--(0,sqrt(3)/2)--(-1/2,0)--(0,-sqrt(3)/2)--cycle; marker m=marker(scale(5)*d,Fill); path f1=(0,0); path f2=(0,0)--(-1,1)--(1,1)--(1,-1)--(-1,-1); path[] g2=(-1,1)--(-1,-1)--(0,0)^^(1,-1)--(0,0)--(1,1); path f3=f2--(-2,-2)--(-2,0)--(-2,2)--(0,2)--(2,2)--(2,0)--(2,-2)--(0,-2); path[] g3=g2^^(-2,-2)--(0,-2)^^(2,-2)--(1,-1)^^(1,1)--(2,2)^^(-1,1)--(-2,2); path[] f4=f3^^(-3,-3)--(-3,-1)--(-3,1)--(-3,3)--(-1,3)--(1,3)--(3,3)-- (3,1)--(3,-1)--(3,-3)--(1,-3)--(-1,-3); path[] g4=g3^^(-2,-2)--(-3,-3)--(-1,-3)^^(3,-3)--(2,-2)^^(2,2)--(3,3)^^ (-2,2)--(-3,3); draw(f1,m); draw(shift(5,0)*f2,m); draw(shift(5,0)*g2); draw(shift(12,0)*f3,m); draw(shift(12,0)*g3); draw(shift(21,0)*f4,m); draw(shift(21,0)*g4); label("$F_1$",(0,-4)); label("$F_2$",(5,-4)); label("$F_3$",(12,-4)); label("$F_4$",(21,-4));[/asy]$ \textbf{(A)}\ 401 \qquad \textbf{(B)}\ 485 \qquad \textbf{(C)}\ 585 \qquad \textbf{(D)}\ 626 \qquad \textbf{(E)}\ 761$

1992 AMC 12/AHSME, 11

Tags: geometry , ratio , AMC
The ratio of the radii of two concentric circles is $1:3$. If $\overline{AC}$ is a diameter of the larger circle, $\overline{BC}$ is a chord of the larger circle that is tangent to the smaller circle, and $AB = 12$, then the radius of the larger circle is [asy] size(200); defaultpen(linewidth(0.7)+fontsize(10)); pair O=origin, A=3*dir(180), B=3*dir(140), C=3*dir(0); dot(O); draw(Arc(origin,1,0,360)); draw(Arc(origin,3,0,360)); draw(A--B--C--A); label("$A$", A, dir(O--A)); label("$B$", B, dir(O--B)); label("$C$", C, dir(O--C)); [/asy] $ \textbf{(A)}\ 13\qquad\textbf{(B)}\ 18\qquad\textbf{(C)}\ 21\qquad\textbf{(D)}\ 24\qquad\textbf{(E)}\ 26 $

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.

2012 AMC 12/AHSME, 20

Tags: algebra , polynomial , AMC
Consider the polynomial \[P(x)=\prod_{k=0}^{10}(x^{2^k}+2^k)=(x+1)(x^2+2)(x^4+4)\cdots(x^{1024}+1024).\] The coefficient of $x^{2012}$ is equal to $2^a$. What is $a$? $ \textbf{(A)}\ 5\qquad\textbf{(B)}\ 6\qquad\textbf{(C)}\ 7\qquad\textbf{(D)}\ 10\qquad\textbf{(E)}\ 24 $

2006 AMC 12/AHSME, 14

Two farmers agree that pigs are worth $ \$300$ and that goats are worth $ \$210$. When one farmer owes the other money, he pays the debt in pigs or goats, with ``change'' received in the form of goats or pigs as necessary. (For example, a $ \$390$ debt could be paid with two pigs, with one goat received in change.) What is the amount of the smallest positive debt that can be resolved in this way? $ \textbf{(A) } \$5\qquad \textbf{(B) } \$10\qquad \textbf{(C) } \$30\qquad \textbf{(D) } \$90\qquad \textbf{(E) } \$210$

2010 AMC 10, 17

Tags: AMC
Every high school in the city of Euclid sent a team of 3 students to a math contest. Each participant in the contest received a different score. Andrea's score was the median among all students, and hers was the highest score on her team. Andrea's teammates Beth and Carla placed 37th and 64th, respectively. How many schools are in the city? $ \textbf{(A)}\ 22\qquad\textbf{(B)}\ 23\qquad\textbf{(C)}\ 24\qquad\textbf{(D)}\ 25\qquad\textbf{(E)}\ 26$

2016 AMC 10, 21

Circles with centers $P, Q$ and $R$, having radii $1, 2$ and $3$, respectively, lie on the same side of line $l$ and are tangent to $l$ at $P', Q'$ and $R'$, respectively, with $Q'$ between $P'$ and $R'$. The circle with center $Q$ is externally tangent to each of the other two circles. What is the area of triangle $PQR$? $\textbf{(A) } 0\qquad \textbf{(B) } \sqrt{\frac{2}{3}}\qquad\textbf{(C) } 1\qquad\textbf{(D) } \sqrt{6}-\sqrt{2}\qquad\textbf{(E) }\sqrt{\frac{3}{2}}$

2020 AMC 12/AHSME, 11

As shown in the figure below, six semicircles lie in the interior of a regular hexagon with side length $2$ so that the diameters of the semicircles coincide with the sides of the hexagon. What is the area of the shaded region—inside the hexagon but outside all of the semicircles? [asy] size(140); fill((1,0)--(3,0)--(4,sqrt(3))--(3,2sqrt(3))--(1,2sqrt(3))--(0,sqrt(3))--cycle,gray(0.4)); fill(arc((2,0),1,180,0)--(2,0)--cycle,white); fill(arc((3.5,sqrt(3)/2),1,60,240)--(3.5,sqrt(3)/2)--cycle,white); fill(arc((3.5,3sqrt(3)/2),1,120,300)--(3.5,3sqrt(3)/2)--cycle,white); fill(arc((2,2sqrt(3)),1,180,360)--(2,2sqrt(3))--cycle,white); fill(arc((0.5,3sqrt(3)/2),1,240,420)--(0.5,3sqrt(3)/2)--cycle,white); fill(arc((0.5,sqrt(3)/2),1,300,480)--(0.5,sqrt(3)/2)--cycle,white); draw((1,0)--(3,0)--(4,sqrt(3))--(3,2sqrt(3))--(1,2sqrt(3))--(0,sqrt(3))--(1,0)); draw(arc((2,0),1,180,0)--(2,0)--cycle); draw(arc((3.5,sqrt(3)/2),1,60,240)--(3.5,sqrt(3)/2)--cycle); draw(arc((3.5,3sqrt(3)/2),1,120,300)--(3.5,3sqrt(3)/2)--cycle); draw(arc((2,2sqrt(3)),1,180,360)--(2,2sqrt(3))--cycle); draw(arc((0.5,3sqrt(3)/2),1,240,420)--(0.5,3sqrt(3)/2)--cycle); draw(arc((0.5,sqrt(3)/2),1,300,480)--(0.5,sqrt(3)/2)--cycle); label("$2$",(3.5,3sqrt(3)/2),NE); [/asy] $\textbf{(A)}\ 6\sqrt3-3\pi \qquad\textbf{(B)}\ \frac{9\sqrt3}{2}-2\pi \qquad\textbf{(C)}\ \frac{3\sqrt3}{2}-\frac{\pi}{3} \qquad\textbf{(D)}\ 3\sqrt3-\pi \\ \qquad\textbf{(E)}\ \frac{9\sqrt3}{2}-\pi$

2024 AMC 12/AHSME, 17

Integers $a$, $b$, and $c$ satisfy $ab + c = 100$, $bc + a = 87$, and $ca + b = 60$. What is $ab + bc + ca$? $ \textbf{(A) }212 \qquad \textbf{(B) }247 \qquad \textbf{(C) }258 \qquad \textbf{(D) }276 \qquad \textbf{(E) }284 \qquad $

2011 AMC 12/AHSME, 10

Rectangle $ABCD$ has $AB=6$ and $BC=3$. Point $M$ is chosen on side $AB$ so that $\angle AMD = \angle CMD$. What is the degree measure of $\angle AMD$? $ \textbf{(A)}\ 15 \qquad \textbf{(B)}\ 30 \qquad \textbf{(C)}\ 45 \qquad \textbf{(D)}\ 60 \qquad \textbf{(E)}\ 75 $

1968 AMC 12/AHSME, 30

Tags: AMC
Convex polygons $P_1$ and $P_2$ are drawn in the same plane with $n_1$ and $n_2$ sides, respectively, $n_1 \le n_2$. If $P_1$ and $P_2$ do not have any line segment in common, then the maximum number of intersections of $P_1$ and $P_2$ is: $\textbf{(A)}\ 2n_1 \qquad\textbf{(B)}\ 2n_2 \qquad\textbf{(C)}\ n_1n_2 \qquad\textbf{(D)}\ n_1+n_2 \qquad\textbf{(E)}\ \text{none of these} $

2004 Romania Team Selection Test, 17

On a chess table $n\times m$ we call a [i]move [/i] the following succesion of operations (i) choosing some unmarked squares, any two not lying on the same row or column; (ii) marking them with 1; (iii) marking with 0 all the unmarked squares which lie on the same line and column with a square marked with the number 1 (even if the square has been marked with 1 on another move). We call a [i]game [/i]a succession of moves that end in the moment that we cannot make any more moves. What is the maximum possible sum of the numbers on the table at the end of a game?

1994 AMC 12/AHSME, 23

In the $xy$-plane, consider the L-shaped region bounded by horizontal and vertical segments with vertices at $(0,0), (0,3), (3,3), (3,1), (5,1)$ and $(5,0)$. The slope of the line through the origin that divides the area of this region exactly in half is [asy] size(200); Label l; l.p=fontsize(6); xaxis("$x$",0,6,Ticks(l,1.0,0.5),EndArrow); yaxis("$y$",0,4,Ticks(l,1.0,0.5),EndArrow); draw((0,3)--(3,3)--(3,1)--(5,1)--(5,0)--(0,0)--cycle,black+linewidth(2));[/asy] $ \textbf{(A)}\ \frac{2}{7} \qquad\textbf{(B)}\ \frac{1}{3} \qquad\textbf{(C)}\ \frac{2}{3} \qquad\textbf{(D)}\ \frac{3}{4} \qquad\textbf{(E)}\ \frac{7}{9} $

2003 AIME Problems, 2

Tags: AMC , AIME
Let $N$ be the greatest integer multiple of $8,$ no two of whose digits are the same. What is the remainder when $N$ is divided by $1000?$

2025 USAJMO, 2

Tags: AMC , USA(J)MO , USAMO , USAJMO
Let $k$ and $d$ be positive integers. Prove that there exists a positive integer $N$ such that for every odd integer $n>N$, the digits in the base-$2n$ representation of $n^k$ are all greater than $d$.