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

2013 AMC 10, 3

Square $ ABCD $ has side length $ 10 $. Point $ E $ is on $ \overline{BC} $, and the area of $ \bigtriangleup ABE $ is $ 40 $. What is $ BE $? $\textbf{(A)} \ 4 \qquad \textbf{(B)} \ 5 \qquad \textbf{(C)} \ 6 \qquad \textbf{(D)} \ 7 \qquad \textbf{(E)} \ 8 \qquad $ [asy] pair A,B,C,D,E; A=(0,0); B=(0,50); C=(50,50); D=(50,0); E = (30,50); draw(A--B); draw(B--E); draw(E--C); draw(C--D); draw(D--A); draw(A--E); dot(A); dot(B); dot(C); dot(D); dot(E); label("A",A,SW); label("B",B,NW); label("C",C,NE); label("D",D,SE); label("E",E,N); [/asy]

2009 Harvard-MIT Mathematics Tournament, 3

Tags: trigonometry , AMC , AIME
If $\tan x + \tan y = 4$ and $\cot x + \cot y = 5$, compute $\tan(x + y)$.

2019 AMC 8, 23

Tags: AMC 8 , AMC
After Euclid High School's last basketball game, it was determined that $\frac{1}{4}$ of the team's points were scored by Alexa and $\frac{2}{7}$ were scored by Brittany. Chelsea scored 15 points. None of the other 7 team members scored more than 2 points. What was the total number of points scored by the other 7 team members? $\textbf{(A) }10\qquad\textbf{(B) }11\qquad\textbf{(C) }12\qquad\textbf{(D) }13\qquad\textbf{(E) }14$

2024 AMC 10, 17

Two teams are in a best-two-out-of-three playoff: the teams will play at most $3$ games, and the winner of the playoff is the first team to win $2$ games. The first game is played on Team A's home field, and the remaining games are played on Team B's home field. Team A has a $\frac{2}{3}$ chance of winning at home, and its probability of winning when playing away from home is $p$. Outcomes of the games are independent. The probability that Team A wins the playoff is $\frac{1}{2}$. Then $p$ can be written in the form $\frac{1}{2}(m - \sqrt{n})$, where $m$ and $n$ are positive integers. What is $m + n$? $\textbf{(A) } 10 \qquad \textbf{(B) } 11 \qquad \textbf{(C) } 12 \qquad \textbf{(D) } 13 \qquad \textbf{(E) } 14$

2009 AMC 12/AHSME, 15

Tags: AMC
For what value of $ n$ is $ i\plus{}2i^2\plus{}3i^3\plus{}\cdots\plus{}ni^n\equal{}48\plus{}49i$? Note: here $ i\equal{}\sqrt{\minus{}1}$. $ \textbf{(A)}\ 24 \qquad \textbf{(B)}\ 48 \qquad \textbf{(C)}\ 49 \qquad \textbf{(D)}\ 97 \qquad \textbf{(E)}\ 98$

2012 AMC 12/AHSME, 7

Tags: AMC
Mary divides a circle into $12$ sectors. The central angles of these sectors, measured in degrees, are all integers and they form an arithmetic sequence. What is the degree measure of the smallest possible sector angle? $ \textbf{(A)}\ 5\qquad\textbf{(B)}\ 6\qquad\textbf{(C)}\ 8\qquad\textbf{(D)}\ 10\qquad\textbf{(E)}\ 12 $

2013 USAJMO, 4

Let $f(n)$ be the number of ways to write $n$ as a sum of powers of $2$, where we keep track of the order of the summation. For example, $f(4)=6$ because $4$ can be written as $4$, $2+2$, $2+1+1$, $1+2+1$, $1+1+2$, and $1+1+1+1$. Find the smallest $n$ greater than $2013$ for which $f(n)$ is odd.

2007 AIME Problems, 10

Tags: AoPSwiki , AMC , AIME , AIME I
In the $ 6\times4$ grid shown, $ 12$ of the $ 24$ squares are to be shaded so that there are two shaded squares in each row and three shaded squares in each column. Let $ N$ be the number of shadings with this property. Find the remainder when $ N$ is divided by $ 1000$. [asy]size(100); defaultpen(linewidth(0.7)); int i; for(i=0; i<5; ++i) { draw((i,0)--(i,6)); } for(i=0; i<7; ++i) { draw((0,i)--(4,i)); }[/asy]

2024 AIME, 1

Tags: AMC , AIME
Among the $900$ residents of Aimeville, there are $195$ who own a diamond ring, $367$ who own a set of golf clubs, and $562$ who own a garden spade. In addition, each of the $900$ residents owns a bag of candy hearts. There are $437$ residents who own exactly two of these things, and $234$ residents who own exactly three of these things. Find the number of residents of Aimeville who own all four of these things.

2023 AIME, 4

Tags: AMC , AIME
Let $x$, $y$, and $z$ be real numbers satisfying the system of equations \begin{align*} xy+4z&=60\\ yz+4x&=60\\ zx+4y&=60. \end{align*} Let $S$ be the set of possible values of $x$. Find the sum of the squares of the elements of $S$.

1975 USAMO, 3

If $ P(x)$ denotes a polynomial of degree $ n$ such that $ P(k)\equal{}\frac{k}{k\plus{}1}$ for $ k\equal{}0,1,2,\ldots,n$, determine $ P(n\plus{}1)$.

2013 AMC 12/AHSME, 16

Tags: probability , AMC , AIME
$A$, $B$, $C$ are three piles of rocks. The mean weight of the rocks in $A$ is $40$ pounds, the mean weight of the rocks in $B$ is $50$ pounds, the mean weight of the rocks in the combined piles $A$ and $B$ is $43$ pounds, and the mean weight of the rocks in the combined piles $A$ and $C$ is $44$ pounds. What is the greatest possible integer value for the mean in pounds of the rocks in the combined piles $B$ and $C$? $ \textbf{(A)} \ 55 \qquad \textbf{(B)} \ 56 \qquad \textbf{(C)} \ 57 \qquad \textbf{(D)} \ 58 \qquad \textbf{(E)} \ 59$

1995 AMC 12/AHSME, 30

A large cube is formed by stacking $27$ unit cubes. A plane is perpendicular to one of the internal diagonals of the large cube and bisects that diagonal. The number of unit cubes that the plane intersects is [asy] size(120); defaultpen(linewidth(0.7)); pair slant = (2,1); for(int i = 0; i < 4; ++i) draw((0,i)--(3,i)^^(i,0)--(i,3)^^(3,i)--(3,i)+slant^^(i,3)--(i,3)+slant); for(int i = 1; i < 4; ++i) draw((0,3)+slant*i/3--(3,3)+slant*i/3^^(3,0)+slant*i/3--(3,3)+slant*i/3);[/asy] $\textbf{(A)}\ 16\qquad \textbf{(B)}\ 17 \qquad \textbf{(C)}\ 18 \qquad \textbf{(D)}\ 19 \qquad \textbf{(E)}\ 20$

2022 AMC 10, 20

A four-term sequence is formed by adding each term of a four-term arithmetic sequence of positive integers to the corresponding term of a four-term geometric sequence of positive integers. The first three terms of the resulting four-term sequence are 57, 60, and 91. What is the fourth term of this sequence? $\textbf{(A) }190\qquad\textbf{(B) }194\qquad\textbf{(C) }198\qquad\textbf{(D) }202\qquad\textbf{(E) }206$

2008 AMC 10, 19

A cylindrical tank with radius $ 4$ feet and height $ 9$ feet is lying on its side. The tank is filled with water to a depth of $ 2$ feet. What is the volume of the water, in cubic feet? $ \textbf{(A)}\ 24\pi \minus{} 36 \sqrt {2} \qquad \textbf{(B)}\ 24\pi \minus{} 24 \sqrt {3} \qquad \textbf{(C)}\ 36\pi \minus{} 36 \sqrt {3} \qquad \textbf{(D)}\ 36\pi \minus{} 24 \sqrt {2} \\ \textbf{(E)}\ 48\pi \minus{} 36 \sqrt {3}$

1978 AMC 12/AHSME, 15

If $\sin x+\cos x=1/5$ and $0\le x<\pi$, then $\tan x$ is $\textbf{(A) }-\frac{4}{3}\qquad\textbf{(B) }-\frac{3}{4}\qquad\textbf{(C) }\frac{3}{4}\qquad\textbf{(D) }\frac{4}{3}\qquad$ $\textbf{(E) }\text{not completely determined by the given information}$

2023 AMC 12/AHSME, 25

There is a unique sequence of integers $a_1, a_2, \cdots a_{2023}$ such that $$ \tan2023x = \frac{a_1 \tan x + a_3 \tan^3 x + a_5 \tan^5 x + \cdots + a_{2023} \tan^{2023} x}{1 + a_2 \tan^2 x + a_4 \tan^4 x \cdots + a_{2022} \tan^{2022} x} $$ whenever $\tan 2023x$ is defined. What is $a_{2023}?$ $\textbf{(A) } -2023 \qquad\textbf{(B) } -2022 \qquad\textbf{(C) } -1 \qquad\textbf{(D) } 1 \qquad\textbf{(E) } 2023$

2007 AMC 10, 10

Tags: geometry , AMC , AMC 10
The Dunbar family consists of a mother, a father, and some children. The average age of the members of the family is $ 20$, the father is $ 48$ years old, and the average age of the mother and children is $ 16$. How many children are in the family? $ \textbf{(A)}\ 2 \qquad \textbf{(B)}\ 3 \qquad \textbf{(C)}\ 4 \qquad \textbf{(D)}\ 5 \qquad \textbf{(E)}\ 6$

1976 AMC 12/AHSME, 23

For integers $k$ and $n$ such that $1\le k<n$, let $C^n_k=\frac{n!}{k!(n-k)!}$. Then $\left(\frac{n-2k-1}{k+1}\right)C^n_k$ is an integer $\textbf{(A) }\text{for all }k\text{ and }n\qquad$ $\textbf{(B) }\text{for all even values of }k\text{ and }n,\text{ but not for all }k\text{ and }n\qquad$ $\textbf{(C) }\text{for all odd values of }k\text{ and }n,\text{ but not for all }k\text{ and }n\qquad$ $\textbf{(D) }\text{if }k=1\text{ or }n-1,\text{ but not for all odd values }k\text{ and }n\qquad$ $\textbf{(E) }\text{if }n\text{ is divisible by }k,\text{ but not for all even values }k\text{ and }n$

2001 USAMO, 5

Let $S$ be a set of integers (not necessarily positive) such that (a) there exist $a,b \in S$ with $\gcd(a,b)=\gcd(a-2,b-2)=1$; (b) if $x$ and $y$ are elements of $S$ (possibly equal), then $x^2-y$ also belongs to $S$. Prove that $S$ is the set of all integers.

1964 AMC 12/AHSME, 32

Tags: AMC
If $\dfrac{a+b}{b+c}=\dfrac{c+d}{d+a}$, then: $\textbf{(A)}\ a\text{ must equal }c \qquad \textbf{(B)}\ a+b+c+d\text{ must equal zero }\qquad$ $ \textbf{(C)}\ \text{either }a=c\text{ or }a+b+c+d=0,\text{ or both} \qquad$ $ \textbf{(D)}\ a+b+c+d\neq 0\text{ if }a=c \qquad \textbf{(E)}\ a(b+c+d)=c(a+b+d)$

1991 AMC 12/AHSME, 1

Tags: function , AMC
If for any three distinct numbers $a$, $b$ and $c$ we define \[\boxed{a,b,c} = \frac{c + a}{c - b},\] then $\boxed{1,-2,-3}=$ $ \textbf{(A)}\ -2\qquad\textbf{(B)}\ -\frac{2}{5}\qquad\textbf{(C)}\ -\frac{1}{4}\qquad\textbf{(D)}\ \frac{2}{5}\qquad\textbf{(E)}\ 2 $

2001 USAMO, 3

Let $a, b, c \geq 0$ and satisfy \[ a^2+b^2+c^2 +abc = 4 . \] Show that \[ 0 \le ab + bc + ca - abc \leq 2. \]

2010 AMC 10, 20

A fly trapped inside a cubical box with side length $ 1$ meter decides to relieve its boredom by visiting each corner of the box. It will begin and end in the same corner and visit each of the other corners exactly once. To get from a corner to any other corner, it will either fly or crawl in a straight line. What is the maximum possible length, in meters, of its path? $ \textbf{(A)}\ 4 \plus{} 4\sqrt2 \qquad \textbf{(B)}\ 2 \plus{} 4\sqrt2 \plus{} 2\sqrt3 \qquad \textbf{(C)}\ 2 \plus{} 3\sqrt2 \plus{} 3\sqrt3 \qquad \textbf{(D)}\ 4\sqrt2 \plus{} 4\sqrt3 \\ \textbf{(E)}\ 3\sqrt2 \plus{} 5\sqrt3$

2016 AMC 10, 9

All three vertices of $\bigtriangleup ABC$ lie on the parabola defined by $y=x^2$, with $A$ at the origin and $\overline{BC}$ parallel to the $x$-axis. The area of the triangle is $64$. What is the length of $BC$? $\textbf{(A)}\ 4\qquad\textbf{(B)}\ 6\qquad\textbf{(C)}\ 8\qquad\textbf{(D)}\ 10\qquad\textbf{(E)}\ 16$