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

2019 AMC 10, 8

The figure below shows line $\ell$ with a regular, infinite, recurring pattern of squares and line segments. [asy] size(300); defaultpen(linewidth(0.8)); real r = 0.35; path P = (0,0)--(0,1)--(1,1)--(1,0), Q = (1,1)--(1+r,1+r); path Pp = (0,0)--(0,-1)--(1,-1)--(1,0), Qp = (-1,-1)--(-1-r,-1-r); for(int i=0;i <= 4;i=i+1) { draw(shift((4*i,0)) * P); draw(shift((4*i,0)) * Q); } for(int i=1;i <= 4;i=i+1) { draw(shift((4*i-2,0)) * Pp); draw(shift((4*i-1,0)) * Qp); } draw((-1,0)--(18.5,0),Arrows(TeXHead)); [/asy] How many of the following four kinds of rigid motion transformations of the plane in which this figure is drawn, other than the identity transformation, will transform this figure into itself? [list] [*] some rotation around a point of line $\ell$ [*] some translation in the direction parallel to line $\ell$ [*] the reflection across line $\ell$ [*] some reflection across a line perpendicular to line $\ell$ [/list] $\textbf{(A) } 0 \qquad\textbf{(B) } 1 \qquad\textbf{(C) } 2 \qquad\textbf{(D) } 3 \qquad\textbf{(E) } 4$

2018 AMC 12/AHSME, 2

Tags: AMC , AMC 12 , AMC 12 A
While exploring a cave, Carl comes across a collection of $5$-pound rocks worth $\$14$ each, $4$-pound rocks worth $\$11$ each, and $1$-pound rocks worth $\$2$ each. There are at least $20$ of each size. He can carry at most $18$ pounds. What is the maximum value, in dollars, of the rocks he can carry out of the cave? $\textbf{(A) } 48 \qquad \textbf{(B) } 49 \qquad \textbf{(C) } 50 \qquad \textbf{(D) } 51 \qquad \textbf{(E) } 52 $

2020 AMC 10, 7

How many positive even multiples of $3$ less than $2020$ are perfect squares? $\textbf{(A) }7 \qquad \textbf{(B) }8 \qquad \textbf{(C) }9 \qquad \textbf{(D) }10 \qquad\textbf{(E) }12$

1970 AMC 12/AHSME, 34

The greatest integer that will divide $13,511$, $13,903$, and $14,589$ and leave the same remainder is $\textbf{(A) }28\qquad\textbf{(B) }49\qquad\textbf{(C) }98\qquad$ $\textbf{(D) }\text{an odd multiple of }7\text{ greater than }49\qquad \textbf{(E) }\text{an even multiple of }7\text{ greater than }98$

2014 AMC 12/AHSME, 6

Tags: AMC
Ed and Ann both have lemonade with their lunch. Ed orders the regular size. Ann gets the large lemonade, which is $50\%$ more than the regular. After both consume $\tfrac{3}{4}$ of their drinks, Ann gives Ed a third of what she has left, and $2$ additional ounces. When they finish their lemonades they realize that they both drank the same amount. How many ounces of lemonade did they drink together? ${ \textbf{(A)}\ 30\qquad\textbf{(B)}\ 32\qquad\textbf{(C)}\ 36\qquad\textbf{(D)}}\ 40\qquad\textbf{(E)}\ 50 $

2013 AMC 12/AHSME, 18

Six spheres of radius $1$ are positioned so that their centers are at the vertices of a regular hexagon of side length $2$. The six spheres are internally tangent to a larger sphere whose center is the center of the hexagon. An eighth sphere is externally tangent to the six smaller spheres and internally tangent to the larger sphere. What is the radius of this eighth sphere? $ \textbf{(A)} \ \sqrt{2} \qquad \textbf{(B)} \ \frac{3}{2} \qquad \textbf{(C)} \ \frac{5}{3} \qquad \textbf{(D)} \ \sqrt{3} \qquad \textbf{(E)} \ 2$

2011 AMC 10, 12

The players on a basketball team made some three-point shots, some two-point shots, and some one-point free throws. They scored as many points with two-point shots as with three-point shots. Their number of successful free throws was one more than their number of successful two-point shots. The team's total score was 61 points. How many free throws did they make? $\textbf{(A)}\,13 \qquad\textbf{(B)}\,14 \qquad\textbf{(C)}\,15 \qquad\textbf{(D)}\,16 \qquad\textbf{(E)}\,17$

1963 AMC 12/AHSME, 16

Tags: ratio , AMC
Three numbers $a,b,c$, none zero, form an arithmetic progression. Increasing $a$ by $1$ or increasing $c$ by $2$ results in a geometric progression. Then $b$ equals: $\textbf{(A)}\ 16 \qquad \textbf{(B)}\ 14 \qquad \textbf{(C)}\ 12 \qquad \textbf{(D)}\ 10 \qquad \textbf{(E)}\ 8$

1988 AMC 12/AHSME, 27

Tags: geometry , trapezoid , AMC
In the figure, $AB \perp BC$, $BC \perp CD$, and $BC$ is tangent to the circle with center $O$ and diameter $AD$. In which one of the following cases is the area of $ABCD$ an integer? [asy] size(170); defaultpen(fontsize(10pt)+linewidth(.8pt)); pair O=origin, A=(-1/sqrt(2),1/sqrt(2)), B=(-1/sqrt(2),-1), C=(1/sqrt(2),-1), D=(1/sqrt(2),-1/sqrt(2)); draw(unitcircle); dot(O); draw(A--B--C--D--A); label("$A$",A,dir(A)); label("$B$",B,dir(B)); label("$C$",C,dir(C)); label("$D$",D,dir(D)); label("$O$",O,N); [/asy] $ \textbf{(A)}\ AB=3, CD=1\qquad\textbf{(B)}\ AB=5, CD=2\qquad\textbf{(C)}\ AB=7, CD=3\qquad\textbf{(D)}\ AB=9, CD=4\qquad\textbf{(E)}\ AB=11, CD=5 $

1984 USAMO, 1

Tags: algebra , polynomial , AMC , USAMO
The product of two of the four roots of the quartic equation $x^4 - 18x^3 + kx^2+200x-1984=0$ is $-32$. Determine the value of $k$.

2013 AMC 12/AHSME, 7

Tags: AMC
The sequence $S_1, S_2, S_3, \cdots, S_{10}$ has the property that every term beginning with the third is the sum of the previous two. That is, \[ S_n = S_{n-2} + S_{n-1} \text{ for } n \ge 3. \] Suppose that $S_9 = 110$ and $S_7 = 42$. What is $S_4$? $ \textbf{(A)}\ 4\qquad\textbf{(B)}\ 6\qquad\textbf{(C)}\ 10\qquad\textbf{(D)}\ 12\qquad\textbf{(E)}\ 16\qquad $

2018 AMC 12/AHSME, 2

Sam drove $96$ miles in $90$ minutes. His average speed during the first $30$ minutes was $60$ mph (miles per hour), and his average speed during the second $30$ minutes was $65$ mph. What was his average speed, in mph, during the last $30$ minutes? $\textbf{(A) } 64 \qquad \textbf{(B) } 65 \qquad \textbf{(C) } 66 \qquad \textbf{(D) } 67 \qquad \textbf{(E) } 68$

2021 AMC 12/AHSME Fall, 23

Tags: AMC , AMC 12 , AMC 12 B
What is the average number of pairs of consecutive integers in a randomly selected subset of $5$ distinct integers chosen from the set $\{ 1, 2, 3, …, 30\}$? (For example the set $\{1, 17, 18, 19, 30\}$ has $2$ pairs of consecutive integers.) $\textbf{(A)}\ \frac{2}{3} \qquad\textbf{(B)}\ \frac{29}{36} \qquad\textbf{(C)}\ \frac{5}{6} \qquad\textbf{(D)}\ \frac{29}{30} \qquad\textbf{(E)}\ 1$

1972 USAMO, 1

The symbols $ (a,b,\ldots,g)$ and $ [a,b,\ldots,g]$ denote the greatest common divisor and least common multiple, respectively, of the positive integers $ a,b,\ldots,g$. For example, $ (3,6,18)\equal{}3$ and $ [6,15]\equal{}30$. Prove that \[ \frac{[a,b,c]^2}{[a,b][b,c][c,a]}\equal{}\frac{(a,b,c)^2}{(a,b)(b,c)(c,a)}.\]

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.

1968 AMC 12/AHSME, 1

Tags: AMC
Let $P$ units be the increase in the circumference of a circle resulting from an increase in $\pi$ units in the diameter. Then $P$ equals: $\textbf{(A)}\ \dfrac{1}{\pi} \qquad \textbf{(B)}\ \pi \qquad \textbf{(C)}\ \dfrac{\pi^2}{2} \qquad \textbf{(D)}\ \pi^2 \qquad \textbf{(E)}\ 2\pi $

2014 AMC 8, 4

The sum of two prime numbers is $85$. What is the product of these two prime numbers? $\textbf{(A) }85\qquad\textbf{(B) }91\qquad\textbf{(C) }115\qquad\textbf{(D) }133\qquad \textbf{(E) }166$

2013 AMC 12/AHSME, 16

Let $ABCDE$ be an equiangular convex pentagon of perimeter $1$. The pairwise intersections of the lines that extend the side of the pentagon determine a five-pointed star polygon. Let $s$ be the perimeter of the star. What is the difference between the maximum and minimum possible perimeter of $s$? $ \textbf{(A)}\ 0 \qquad \textbf{(B)}\ \frac{1}{2} \qquad\textbf{(C)}\ \frac{\sqrt{5}-1}{2} \qquad\textbf{(D)}\ \frac{\sqrt{5}+1}{2} \qquad\textbf{(E)}\ \sqrt{5} $

2016 AMC 10, 2

Tags: AMC , AMC 10 , AMC 10 A
For what value of $x$ does $10^{x}\cdot 100^{2x}=1000^{5}$? $\textbf{(A)}\ 1 \qquad\textbf{(B)}\ 2\qquad\textbf{(C)}\ 3\qquad\textbf{(D)}\ 4\qquad\textbf{(E)}\ 5$

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$.

2010 AMC 12/AHSME, 14

Tags: symmetry , AMC
Let $ a$, $ b$, $ c$, $ d$, and $ e$ be positive integers with $ a\plus{}b\plus{}c\plus{}d\plus{}e\equal{}2010$, and let $ M$ be the largest of the sums $ a\plus{}b$, $ b\plus{}c$, $ c\plus{}d$, and $ d\plus{}e$. What is the smallest possible value of $ M$? $ \textbf{(A)}\ 670 \qquad \textbf{(B)}\ 671 \qquad \textbf{(C)}\ 802 \qquad \textbf{(D)}\ 803 \qquad \textbf{(E)}\ 804$

1999 AMC 8, 19

Tags: AMC , AMC 8
Problems 17, 18, and 19 refer to the following: At Central Middle School the 108 students who take the AMC8 meet in the evening to talk about problems and eat an average of two cookies apiece. Walter and Gretel are baking Bonnie's Best Bar Cookies this year. Their recipe, which makes a pan of 15 cookies, lists this items: 1.5 cups flour, 2 eggs, 3 tablespoons butter, 3/4 cups sugar, and 1 package of chocolate drops. They will make only full recipes, not partial recipes. The drummer gets sick. The concert is cancelled. Walter and Gretel must make enough pans of cookies to supply 216 cookies. There are 8 tablespoons in a stick of butter. How many sticks of butter will be needed? (Some butter may be left over, of course.) $ \text{(A)}\ 5\qquad\text{(B)}\ 6\qquad\text{(C)}\ 7\qquad\text{(D)}\ 8\qquad\text{(E)}\ 9 $

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$.

1979 AMC 12/AHSME, 17

[asy] size(200); dotfactor=3; pair A=(0,0),B=(1,0),C=(2,0),D=(3,0),X=(1.2,0.7); draw(A--D); dot(A);dot(B);dot(C);dot(D); draw(arc((0.4,0.4),0.4,180,110),arrow = Arrow(TeXHead)); draw(arc((2.6,0.4),0.4,0,70),arrow = Arrow(TeXHead)); draw(B--X,dotted); draw(C--X,dotted); label("$A$",A,SW); label("$B$",B,S); label("$C$",C,S); label("$D$",D,S); label("x",X,fontsize(5pt)); //Credit to TheMaskedMagician for the diagram [/asy] Points $A , B, C$, and $D$ are distinct and lie, in the given order, on a straight line. Line segments $AB, AC$, and $AD$ have lengths $x, y$, and $z$ , respectively. If line segments $AB$ and $CD$ may be rotated about points $B$ and $C$, respectively, so that points $A$ and $D$ coincide, to form a triangle with positive area, then which of the following three inequalities must be satisfied? $\textbf{I. }x<\frac{z}{2}\qquad\textbf{II. }y<x+\frac{z}{2}\qquad\textbf{III. }y<\frac{z}{2}$ $\textbf{(A) }\textbf{I. }\text{only}\qquad\textbf{(B) }\textbf{II. }\text{only}\qquad$ $\textbf{(C) }\textbf{I. }\text{and }\textbf{II. }\text{only}\qquad\textbf{(D) }\textbf{II. }\text{and }\textbf{III. }\text{only}\qquad\textbf{(E) }\textbf{I. },\textbf{II. },\text{and }\textbf{III. }$

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}$.