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

2019 MOAA, 4

Brandon wants to split his orchestra of $20$ violins, $15$ violas, $10$ cellos, and $5$ basses into three distinguishable groups, where all of the players of each instrument are indistinguishable. He wants each group to have at least one of each instrument and for each group to have more violins than violas, more violas than cellos, and more cellos than basses. How many ways are there for Brandon to split his orchestra following these conditions?

2022 CMIMC, 8

Tags: team
There are 36 contestants in the CMU Puyo-Puyo Tournament, each with distinct skill levels. The tournament works as follows: First, all $\binom{36}{2}$ pairings of players are written down on slips of paper and are placed in a hat. Next, a slip of paper is drawn from the hat, and those two players play a match. It is guaranteed that the player with a higher skill level will always win the match. We continue drawing slips (without replacement) and playing matches until the results of the match completely determine the order of skill levels of all 36 contestants (i.e. there is only one possible ordering of skill levels consistent with the match results), at which point the tournament immediately finishes. What is the expected value of the number of matches played before the stopping point is reached? [i]Proposed by Dilhan Salgado[/i]

MOAA Team Rounds, 2021.5

Tags: team
Two right triangles are placed next to each other to form a quadrilateral as shown. What is the perimeter of the quadrilateral? [asy] size(4cm); fill((-5,0)--(0,12)--(0,6)--(8,0)--cycle, gray+opacity(0.3)); draw((0,0)--(0,12)--(-5,0)--cycle); draw((0,0)--(8,0)--(0,6)); label("5", (-2.5,0), S); label("13", (-2.5,6), dir(140)); label("6", (0,3), E); label("8", (4,0), S); [/asy] [i]Proposed by Nathan Xiong[/i]

2025 Harvard-MIT Mathematics Tournament, 1

Tags: team
Let $a,b,$ and $c$ be pairwise distinct positive integers such that $\tfrac{1}{a}, \tfrac{1}{b}, \tfrac{1}{c}$ is an increasing arithmetic sequence in that order. Prove that $\gcd(a,b)>1.$

MOAA Team Rounds, 2021.8

Tags: team
Evaluate \[2^{7}\times 3^{0}+2^{6}\times 3^{1}+2^{5}\times 3^{2}+\cdots+2^{0}\times 3^{7}.\] [i]Proposed by Nathan Xiong[/i]

2020 CMIMC Team, 11

Tags: team
Find the number of ordered triples of integers $(a,b,c)$, each between $1$ and $64$, such that \[ a^2 + b^2 \equiv c^2\pmod{64}. \]

2024 CMIMC Team, 2

Tags: team
Let $\triangle ABC$ be equilateral. Let $D$ be the midpoint of side $AC,$ and let $DEFG$ be a square such that $D, F, B$ are collinear and $E,G$ lie on $AB,CB$ respectively. What fraction of the area of $\triangle ABC$ is covered by square $DEFG?$ [i]Proposed by Lohith Tummala[/i]

2021 MOAA, 12

Tags: team
Let $\triangle ABC$ have $AB=9$ and $AC=10$. A semicircle is inscribed in $\triangle ABC$ with its center on segment $BC$ such that it is tangent $AB$ at point $D$ and $AC$ at point $E$. If $AD=2DB$ and $r$ is the radius of the semicircle, $r^2$ can be expressed as $\frac{m}{n}$ for relatively prime positive integers $m$ and $n$. Compute $m+n$. [i]Proposed by Andy Xu[/i]

2024 CMIMC Team, 5

Tags: team
An ant is currently on a vertex of the top face on a 6-sided die. The ant wants to travel to the opposite vertex of the die (the vertex that is farthest from the start), and the ant can travel along edges of the die to other vertices that are on the top face of the die. Every second, the ant picks a valid edge to move along, and the die randomly flips to an adjacent face. If the ant is on any of the bottom vertices after the flip, it is crushed and dies. What is the probability that the ant makes it to its target? (If the ant makes it to the target and the die rolls to crush it, it achieved its dreams before dying, so this counts.) [i]Proposed by Lohith Tummala[/i]

MOAA Team Rounds, 2019.2

Tags: geometry , team , algebra
The lengths of the two legs of a right triangle are the two distinct roots of the quadratic $x^2 - 36x + 70$. What is the length of the triangle’s hypotenuse?

2021 MOAA, 4

Tags: team
Compute the number of ordered triples $(x,y,z)$ of integers satisfying \[x^2+y^2+z^2=9.\] [i]Proposed by Nathan Xiong[/i]

2017 CMIMC Team, 6

Tags: team
George is taking a ten-question true-false exam, where the answer key has been selected uniformly at random; however, he doesn't know any of the answers! Luckily, a friend has helpfully hinted that no two consecutive questions have true as the correct answer. If George takes the exam and maximizes the expected number of questions he gets correct, how many of his answers are expected to be right?

MOAA Team Rounds, 2019.1

Tags: geometry , team
Jeffrey stands on a straight horizontal bridge that measures $20000$ meters across. He wishes to place a pole vertically at the center of the bridge so that the sum of the distances from the top of the pole to the two ends of the bridge is $20001$ meters. To the nearest meter, how long of a pole does Jeffrey need?

2025 CMIMC Team, 4

Tags: team
A non-self intersecting hexagon $RANDOM$ is formed by assigning the labels $R, A, N, D, O, M$ in some order to the points $$(0,0), (10,0), (10,10), (0,10), (3,4), (6,2).$$ Let $a_{\text{max}}$ be the greatest possible area of $RANDOM$ and $a_{\text{min}}$ the least possible area of $RANDOM.$ Find $a_{\text{max}}-a_{\text{min}}.$

2020 CMIMC Team, 2

Tags: team
Find all sets of five positive integers whose mode, mean, median, and range are all equal to $5$.

2018 MOAA, 9

Tags: geometry , team
Quadrilateral $ABCD$ with $AC = 800$ is inscribed in a circle, and $E, W, X, Y, Z$ are the midpoints of segments $BD$, $AB$, $BC$, $CD$, $DA$, respectively. If the circumcenters of $EW Z$ and $EXY$ are $O_1$ and $O_2$, respectively, determine $O_1O_2$.

2019 CMIMC, 8

Tags: team
A positive integer $n$ is [i]brgorable[/i] if it is possible to arrange the numbers $1, 1, 2, 2, ..., n, n$ such that between any two $k$'s there are exactly $k$ numbers (for example, $n=2$ is not brgorable, but $n = 3$ is as demonstrated by $3, 1, 2, 1, 3, 2$). How many brgorable numbers are less than 2019?

2016 CMIMC, 7

Tags: team
In $\triangle ABC$, $AB=17$, $AC=25$, and $BC=28$. Points $M$ and $N$ are the midpoints of $\overline{AB}$ and $\overline{AC}$ respectively, and $P$ is a point on $\overline{BC}$. Let $Q$ be the second intersection point of the circumcircles of $\triangle BMP$ and $\triangle CNP$. It is known that as $P$ moves along $\overline{BC}$, line $PQ$ passes through some fixed point $X$. Compute the sum of the squares of the distances from $X$ to each of $A$, $B$, and $C$.

2024 CMIMC Team, 10

Tags: team
Square $ABCD$ has side length $2$. For each $0 \leq r \leq 2$, point $P_r$ is on side $\overline{AB}$ with $AP_r = r$, and square $\Sigma_r$ is constructed with diagonal $\overline{DP_r}$. Let region $\mathcal{R}$ be the set of all points that are in both $\Sigma_0$ and $\Sigma_2$, but not in $\Sigma_r$ for at least one value of $r$. Find the area of the convex hull of $\mathcal{R}$. [i]Proposed by Justin Hsieh[/i]

2019 CMIMC, 6

Tags: team , inequalities
Across all $x \in \mathbb{R}$, find the maximum value of the expression $$\sin x + \sin 3x + \sin 5x.$$

MOAA Team Rounds, 2018.8

Tags: algebra , team
Suppose that k and x are positive integers such that $$\frac{k}{2}=\left( \sqrt{1 +\frac{\sqrt3}{2}}\right)^x+\left( \sqrt{1 -\frac{\sqrt3}{2}}\right)^x.$$ Find the sum of all possible values of $k$

2020 MOAA, TO4

Tags: team , algebra
Over all real numbers $x$, let $k$ be the minimum possible value of the expression $$\sqrt{x^2 + 9} +\sqrt{x^2 - 6x + 45}.$$ Determine $k^2$.

MOAA Team Rounds, 2021.7

Tags: team
Compute the number of ordered pairs $(a,b)$ of positive integers satisfying $a^b=2^{100}$. [i]Proposed by Nathan Xiong[/i]

2021 MOAA, 8

Tags: team
Evaluate \[2^{7}\times 3^{0}+2^{6}\times 3^{1}+2^{5}\times 3^{2}+\cdots+2^{0}\times 3^{7}.\] [i]Proposed by Nathan Xiong[/i]

MOAA Team Rounds, 2021.12

Tags: team
Let $\triangle ABC$ have $AB=9$ and $AC=10$. A semicircle is inscribed in $\triangle ABC$ with its center on segment $BC$ such that it is tangent $AB$ at point $D$ and $AC$ at point $E$. If $AD=2DB$ and $r$ is the radius of the semicircle, $r^2$ can be expressed as $\frac{m}{n}$ for relatively prime positive integers $m$ and $n$. Compute $m+n$. [i]Proposed by Andy Xu[/i]