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

1997 AIME Problems, 10

Every card in a deck has a picture of one shape - circle, square, or triangle, which is painted in one of the three colors - red, blue, or green. Furthermore, each color is applied in one of three shades - light, medium, or dark. The deck has 27 cards, with every shape-color-shade combination represented. A set of three cards from the deck is called complementary if all of the following statements are true: i. Either each of the three cards has a different shape or all three of the card have the same shape. ii. Either each of the three cards has a different color or all three of the cards have the same color. iii. Either each of the three cards has a different shade or all three of the cards have the same shade. How many different complementary three-card sets are there?

2020 Brazil Undergrad MO, Problem 1

Tags: limit , calculus , geometry
Let $R > 0$, be an integer, and let $n(R)$ be the number um triples $(x, y, z) \in \mathbb{Z}^3$ such that $2x^2+3y^2+5z^2 = R$. What is the value of $\lim_{ R \to \infty}\frac{n(1) + n(2) + \cdots + n(R)}{R^{3/2}}$?

2016 CMIMC, 4

Given a list $A$, let $f(A) = [A[0] + A[1], A[0] - A[1]]$. Alef makes two programs to compute $f(f(...(f(A))))$, where the function is composed $n$ times: \begin{tabular}{l|l} 1: \textbf{FUNCTION} $T_1(A, n)$ & 1: \textbf{FUNCTION} $T_2(A, n)$ \\ 2: $\quad$ \textbf{IF} $n = 0$ & 2: $\quad$ \textbf{IF} $n = 0$ \\ 3: $\quad$ $\quad$ \textbf{RETURN} $A$ & 3: $\quad$ $\quad$ \textbf{RETURN} $A$ \\ 4: $\quad$ \textbf{ELSE} & 4: $\quad$ \textbf{ELSE} \\ 5: $\quad$ $\quad$ \textbf{RETURN} $[T_1(A, n - 1)[0] + T_1(A, n - 1)[1],$ & 5: $\quad$ $\quad$ $B \leftarrow T_2(A, n - 1)$ \\ $\quad$ $\quad$ $\quad$ $T_1(A, n - 1)[0] - T_1(A, n - 1)[1]]$ & 6: $\quad$ $\quad$ \textbf{RETURN} $[B[0] + B[1], B[0] - B[1]]$ \\ \end{tabular} Each time $T_1$ or $T_2$ is called, Alef has to pay one dollar. How much money does he save by calling $T_2([13, 37], 4)$ instead of $T_1([13, 37], 4)$?

2010 Junior Balkan Team Selection Tests - Moldova, 7

In the triangle $ABC$ with $| AB | = c, | BC | = a, | CA | = b$ the relations hold simultaneously $$a \ge max \{ b, c, \sqrt{bc}\}, \sqrt{(a - b) (a + c)} + \sqrt{(a - c) (a + b) } \ge 2\sqrt{a^2-bc}$$ Prove that the triangle $ABC$ is isosceles.

2015 Cuba MO, 1

On a magical island there are lions, wolves and goats. Wolves can eat goats while lions can eat both wolves and goats. But if a lion eats a wolf, the lion becomes a goat. Likewise if a wolf eats a goat, the wolf becomes a lion. And if a lion eats a goat, the lion becomes a wolf. Initially on the island there are $17$ goats, $55$ wolves and $6$ lions. If they start eating until they no longer possible to eat more, what is the maximum number of animals that they can stay alive?

2016 Silk Road, 1

Let $a,b$ and $c$ be real numbers such that $| (a-b) (b-c) (c-a) | = 1$. Find the smallest value of the expression $| a | + | b | + | c |$. (K.Satylhanov )

2017 Online Math Open Problems, 28

Tags:
Let $ABC$ be a triangle with $AB=7, AC=9, BC=10$, circumcenter $O$, circumradius $R$, and circumcircle $\omega$. Let the tangents to $\omega$ at $B,C$ meet at $X$. A variable line $\ell$ passes through $O$. Let $A_1$ be the projection of $X$ onto $\ell$ and $A_2$ be the reflection of $A_1$ over $O$. Suppose that there exist two points $Y,Z$ on $\ell$ such that $\angle YAB+\angle YBC+\angle YCA=\angle ZAB+\angle ZBC+\angle ZCA=90^{\circ}$, where all angles are directed, and furthermore that $O$ lies inside segment $YZ$ with $OY*OZ=R^2$. Then there are several possible values for the sine of the angle at which the angle bisector of $\angle AA_2O$ meets $BC$. If the product of these values can be expressed in the form $\frac{a\sqrt{b}}{c}$ for positive integers $a,b,c$ with $b$ squarefree and $a,c$ coprime, determine $a+b+c$. [i]Proposed by Vincent Huang

1990 Brazil National Olympiad, 5

Let $f(x)=\frac{ax+b}{cx+d}$ $F_n(x)=f(f(f...f(x)...))$ (with $n\ f's$) Suppose that $f(0) \not =0$, $f(f(0)) \not = 0$, and for some $n$ we have $F_n(0)=0$, show that $F_n(x)=x$ (for any valid x).

2007 ITest, 52

Let $T=\text{TNFTPP}$. Let $R$ be the region consisting of the points $(x,y)$ of the cartesian plane satisfying both $|x|-|y|\leq T-500$ and $|y|\leq T-500$. Find the area of region $R$.

2017 China Team Selection Test, 1

Tags: inequalities
Let $n \geq 4$ be a natural and let $x_1,\ldots,x_n$ be non-negative reals such that $x_1 + \cdots + x_n = 1$. Determine the maximum value of $x_1x_2x_3 + x_2x_3x_4 + \cdots + x_nx_1x_2$.

2023 Princeton University Math Competition, A3 / B5

Tags: geometry
Let $\vartriangle ABC$ be a triangle with $AB = 13$, $BC = 14$, and $CA = 15$. Let $D$, $E$, and $F$ be the midpoints of $AB$, $BC$, and $CA$ respectively. Imagine cutting $\vartriangle ABC$ out of paper and then folding $\vartriangle AFD$ up along $FD$, folding $\vartriangle BED$ up along $DE$, and folding $\vartriangle CEF$ up along $EF$ until $A$, $B$, and $C$ coincide at a point $G$. The volume of the tetrahedron formed by vertices $D$, $E$, $F$, and $G$ can be expressed as $\frac{p\sqrt{q}}{r}$ , where $p$, $q$, and $r$ are positive integers, $p$ and $r$ are relatively prime, and $q$ is square-free. Find $p + q + r$.

2010 AMC 10, 2

Tags: percent
Makayla attended two meetings during her 9-hour work day. The first meeting took 45 minutes and the second meeting took twice as long. What percent of her work day was spent attending meetings? $ \textbf{(A)}\ 15 \qquad \textbf{(B)}\ 20 \qquad \textbf{(C)}\ 25 \qquad \textbf{(D)}\ 30 \qquad \textbf{(E)}\ 35$

2022 Middle European Mathematical Olympiad, 1

Tags: algebra
Given a pair $(a_0, b_0)$ of real numbers, we define two sequences $a_0, a_1, a_2,...$ and $b_0, b_1, b_2, ...$ of real numbers by $a_{n+1}= a_n + b_n$ and $b_{n+1}=a_nb_n$ for all $n = 0, 1, 2,...$. Find all pairs $(a_0, b_0)$ of real numbers such that $a_{2022}= a_0$ and $b_{2022}= b_0$.

1997 Canadian Open Math Challenge, 6

Tags:
The triangle ABC has sides AB = 137, AC = 241, and BC =200. There is a point D, on BC, such that both incircles of triangles ABD and ACD touch AD at the same point E. Determine the length of CD. [asy] pair A = (2,6); pair B = (0,0); pair C = (10,0); pair D = (3.5,0) ; pair E = (3.1,2); draw(A--B); draw(B--C); draw(C--A); draw (A--D); dot ((3.1,1.7)); label ("E", E, dir(45)); label ("A", A, dir(45)); label ("B", B, dir(45)); label ("C", C, dir(45)); label ("D", D, dir(45)); draw(circle((1.8,1.3),1.3)); draw(circle((4.9,1.7),1.75)); [/asy]

1998 Korea Junior Math Olympiad, 4

$n$ lines are on the same plane, no two of them parallel and no three of them collinear(so the plane must be partitioned into some parts). How many parts is the plane partitioned into? Consider only the partitions with finitely large area.

2010 239 Open Mathematical Olympiad, 7

You are given a convex polygon with perimeter $24\sqrt{3} + 4\pi$. If there exists a pair of points dividing the perimeter in half such that the distance between them is equal to $24$, Prove that there exists a pair of points dividing the perimeter in half such that the distance between them does not exceed $12$.

2003 National Olympiad First Round, 14

How many primes $p$ are there such that $5p(2^{p+1}-1)$ is a perfect square? $ \textbf{(A)}\ 0 \qquad\textbf{(B)}\ 1 \qquad\textbf{(C)}\ 2 \qquad\textbf{(D)}\ 3 \qquad\textbf{(E)}\ \text{None of the preceding} $

2016 CMIMC, 4

Tags: algebra
A line with negative slope passing through the point $(18,8)$ intersects the $x$ and $y$ axes at $(a,0)$ and $(0,b)$, respectively. What is the smallest possible value of $a+b$?

2023 Bulgarian Spring Mathematical Competition, 11.4

Given is a tree $G$ with $2023$ vertices. The longest path in the graph has length $2n$. A vertex is called good if it has degree at most $6$. Find the smallest possible value of $n$ if there doesn't exist a vertex having $6$ good neighbors.

1993 AMC 12/AHSME, 8

Let $C_1$ and $C_2$ be circles of radius $1$ that are in the same plane and tangent to each other. How many circles of radius $3$ are in this plane and tangent to both $C_1$ and $C_2$? $ \textbf{(A)}\ 2 \qquad\textbf{(B)}\ 4 \qquad\textbf{(C)}\ 5 \qquad\textbf{(D)}\ 6 \qquad\textbf{(E)}\ 8 $

2016 Tournament Of Towns, 6

Recall that a palindrome is a word which is the same when we read it forward or backward. (a) We have an infinite number of cards with words $\{abc, bca, cab\}$. A word is made from them in the following way. The initial word is an arbitrary card. At each step we obtain a new word either gluing a card (from the right or from the left) to the existing word or making a cut between any two of its letters and gluing a card between both parts. Is it possible to obtain a palindrome this way? [i](4 points)[/i] (b) We have an infinite number of red cards with words $\{abc, bca, cab\}$ and of blue cards with words $\{cba, acb, bac\}$. A palindrome was formed from them in the same way as in part (a). Is it necessarily true that the number of red and blue cards used was equal? [i](6 points)[/i] [i]Alexandr Gribalko, Ivan Mitrofanov [/i]

2018 Iranian Geometry Olympiad, 4

Quadrilateral $ABCD$ is circumscribed around a circle. Diagonals $AC,BD$ are not perpendicular to each other. The angle bisectors of angles between these diagonals, intersect the segments $AB,BC,CD$ and $DA$ at points $K,L,M$ and $N$. Given that $KLMN$ is cyclic, prove that so is $ABCD$. Proposed by Nikolai Beluhov (Bulgaria)

1994 AMC 8, 16

The perimeter of one square is $3$ times the perimeter of another square. The area of the larger square is how many times the area of the smaller square? $\text{(A)}\ 2 \qquad \text{(B)}\ 3 \qquad \text{(C)}\ 4 \qquad \text{(D)}\ 6 \qquad \text{(E)}\ 9$

2012-2013 SDML (High School), 15

Tags: geometry
Let $\ell$ be a line in the plane. Two circles with respective radii $2$ and $4$ are tangent to $\ell$ on the same side so that their points of tangency are distance $9$ apart. The two common internal tangents to both circles are drawn. What is the area of the triangle formed by the line $\ell$ and the two internal tangents? $\text{(A) }\frac{25}{3}\qquad\text{(B) }\frac{26}{3}\qquad\text{(C) }9\qquad\text{(D) }\frac{28}{3}\qquad\text{(E) }\frac{29}{3}$

2022 Czech-Austrian-Polish-Slovak Match, 5

Let $ABC$ be a triangle with $AB < AC$ and circumcenter $O$. The angle bisector of $\angle BAC$ meets the side $BC$ at $D$. The line through $D$ perpendicular to $BC$ meets the segment $AO$ at $X$. Furthermore, let $Y$ be the midpoint of segment $AD$. Prove that points $B, C, X, Y$ are concyclic.