Found problems: 85335
2010 AMC 8, 1
At Euclid High School, the mathematics teachers are Mrs. Germain, Mr. Newton, and Mrs. Young. There are $11$ students in Mrs. Germain's class, 8 in Mr. Newton, and $9$ in Mrs. Young's class are taking the AMC $8$ this year. How many mathematics students at Euclid High School are taking the contest?
$ \textbf{(A)}\ 26 \qquad\textbf{(B)}\ 27\qquad\textbf{(C)}\ 28\qquad\textbf{(D)}\ 29\qquad\textbf{(E)}\ 30 $
2008 AMC 12/AHSME, 5
A class collects $ \$50$ to buy flowers for a classmate who is in the hospital. Roses cost $ \$3$ each, and carnations cost $ \$2$ each. No other flowers are to be used. How many different bouquets could be purchased for exactly $ \$50$?
$ \textbf{(A)}\ 1 \qquad
\textbf{(B)}\ 7 \qquad
\textbf{(C)}\ 9 \qquad
\textbf{(D)}\ 16 \qquad
\textbf{(E)}\ 17$
1967 IMO Shortlist, 3
Find all $x$ for which, for all $n,$ \[\sum^n_{k=1} \sin {k x} \leq \frac{\sqrt{3}}{2}.\]
2022 AMC 12/AHSME, 2
In rhombus $ABCD$, point $P$ lies on segment $\overline{AD}$ such that $BP\perp AD$, $AP = 3$, and $PD = 2$. What is the area of $ABCD$?
[asy]
import olympiad;
size(180);
real r = 3, s = 5, t = sqrt(r*r+s*s);
defaultpen(linewidth(0.6) + fontsize(10));
pair A = (0,0), B = (r,s), C = (r+t,s), D = (t,0), P = (r,0);
draw(A--B--C--D--A^^B--P^^rightanglemark(B,P,D));
label("$A$",A,SW);
label("$B$", B, NW);
label("$C$",C,NE);
label("$D$",D,SE);
label("$P$",P,S);
[/asy]
$\textbf{(A) }3\sqrt 5 \qquad
\textbf{(B) }10 \qquad
\textbf{(C) }6\sqrt 5 \qquad
\textbf{(D) }20\qquad
\textbf{(E) }25$
2013 CentroAmerican, 3
Determine all pairs of non-constant polynomials $p(x)$ and $q(x)$, each with leading coefficient $1$, degree $n$, and $n$ roots which are non-negative integers, that satisfy $p(x)-q(x)=1$.
2007 All-Russian Olympiad, 5
Two numbers are written on each vertex of a convex $100$-gon. Prove that it is possible to remove a number from each vertex so that the remaining numbers on any two adjacent vertices are different.
[i]F. Petrov [/i]
1999 Mongolian Mathematical Olympiad, Problem 2
Any two vertices $A,B$ of a regular $n$-gon are connected by an oriented segment (i.e. either $A\to B$ or $B\to A$). Find the maximum possible number of quadruples $(A,B,C,D)$ of vertices such that $A\to B\to C\to D\to A$.
2022 Brazil National Olympiad, 1
A single player game has the following rules: initially, there are $10$ piles of stones with $1,2,...,10$ stones, respectively. A movement consists on making one of the following operations:
i) to choose $2$ piles, both of them with at least $2$ stones, combine them and then add $2$ stones to the new pile;
ii) to choose a pile with at least $4$ stones, remove $2$ stones from it, and then split it into two piles with amount of piles to be chosen by the player.
The game continues until is not possible to make an operation.
a) Give an example of a sequence of moves leading to the end of the game.
b) Make a table with the total number of stones and the number of piles before and after the first 5 operations in your example above.
c) Show that the number of piles with one stone in the end of the game is always the same, no matter how the movements are made.
2016 Gulf Math Olympiad, 1
Consider sequences $a_0$,$a_1$,$a_2$,$\cdots$ of non-negative integers defined by selecting any $a_0$,$a_1$,$a_2$ (not all 0) and for each $n$ $\geq$ 3 letting
$a_n$ = |$a_n-1$ - $a_n-3$|
1-In the particular case that $a_0$ = 1,$a_1$ = 3 and $a_2$ = 2, calculate the beginning of the sequence, listing
$a_0$,$a_1$,$\cdots$,$a_{19}$,$a_{20}$.
2-Prove that for each sequence, there is a constant $c$ such that $a_i$ $\leq$ $c$ for all $i$ $\geq$ 0. Note that the constant $c$ my depend on the numbers $a_0$,$a_1$ and $a_2$
3-Prove that, for each choice of $a_0$,$a_1$ and $a_2$, the resulting sequence is eventually periodic.
4-Prove that, the minimum length p of the period described in (3) is the same for all permitted starting values
$a_0$,$a_1$,$a_2$ of the sequence
2020 Taiwan TST Round 1, 2
Let $\mathbb{R}$ be the set of all real numbers. Find all functions $f:\mathbb{R}\to\mathbb{R}$ such that for any $x,y\in \mathbb{R}$, there holds
\[f(x+f(y))+f(xy)=yf(x)+f(y)+f(f(x)).\]
2010 Math Prize For Girls Problems, 11
In the figure below, each side of the rhombus has length 5 centimeters.
[asy]
import graph;
unitsize(2.0cm);
real w = sqrt(3);
draw((w, 0) -- (0, 1) -- (-w, 0) -- (0, -1) -- cycle);
filldraw(Circle((-0.5, 0), 0.8 / sqrt(pi)), gray);
label("$60^\circ$", (w - 0.1, 0), W);
[/asy]
The circle lies entirely within the rhombus. The area of the circle is $n$ square centimeters, where $n$ is a positive integer. Compute the number of possible values of $n$.
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)}.\]
2025 AIME, 12
Let $A_1A_2\dots A_{11}$ be a non-convex $11$-gon such that
- The area of $A_iA_1A_{i+1}$ is $1$ for each $2 \le i \le 10$,
- $\cos(\angle A_iA_1A_{i+1})=\frac{12}{13}$ for each $2 \le i \le 10$,
- The perimeter of $A_1A_2\dots A_{11}$ is $20$.
If $A_1A_2+A_1A_{11}$ can be expressed as $\frac{m\sqrt{n}-p}{q}$ for positive integers $m,n,p,q$ with $n$ squarefree and $\gcd(m,p,q)=1$, find $m+n+p+q$.
2024 Middle European Mathematical Olympiad, 2
There is a rectangular sheet of paper on an infinite blackboard. Marvin secretly chooses a convex $2024$-gon $P$ that lies fully on the piece of paper. Tigerin wants to find the vertices of $P$. In each step, Tigerin can draw a line $g$ on the blackboard that is fully outside the piece of paper, then Marvin replies with the line $h$ parallel to $g$ that is the closest to $g$ which passes through at least one vertex of $P$. Prove that there exists a positive integer $n$, independent of the choice of the polygon, such that Tigerin can always determine the vertices of $P$ in at most $n$ steps.
2018 Hanoi Open Mathematics Competitions, 1
If $x$ and $y$ are positive real numbers such that $(x + \sqrt{x^2 + 1})(y +\sqrt{y^2 + 1}) = 2018$:
The minimum possible value of $x + y$ is
A. $\frac{2017}{\sqrt{2018}}$ B. $\frac{2018}{\sqrt{2019}}$ C. $\frac{2017}{2\sqrt{2018}}$ D. $\frac{2019}{\sqrt{2018}}$ E. $\sqrt{3}$
2004 Singapore MO Open, 4
If $0 <x_1,x_2,...,x_n\le 1$, where $n \ge 1$, show that
$$\frac{x_1}{1+(n-1)x_1}+\frac{x_2}{1+(n-1)x_2}+...+\frac{x_n}{1+(n-1)x_n}\le 1$$
2016 Israel Team Selection Test, 3
On each square of an $n$x$n$ board sleeps a dragon. Two dragons are called neighbors if their squares have a side in common. Each turn, Minnie wakes up a dragon which has a living neighbor and Max directs it towards one of its living neighbors. The dragon than breathes fire on that neighbor and destroys it, and then goes back to sleep.
Minnie's goal is to minimize the snoring of the dragons and leave as few living dragons as possible. Max is a member of PETD (People for the Ethical Treatment of Dragons), and he wants to save as many dragons as he can.
How many dragons will stay alive at the end if
1. $n=4$?
2. $n=5$?
2019 All-Russian Olympiad, 6
There is point $D$ on edge $AC$ isosceles triangle $ABC$ with base $BC$. There is point $K$ on the smallest arc $CD$ of circumcircle of triangle $BCD$. Ray $CK$ intersects line parallel to line $BC$ through $A$ at point $T$. Let $M$ be midpoint of segment $DT$. Prove that $\angle AKT=\angle CAM$.
2024 Bulgaria National Olympiad, 2
Given is a triangle $ABC$ and the points $M, P$ lie on the segments $AB, BC$, respectively, such that $AM=BC$ and $CP=BM$. If $AP$ and $CM$ meet at $O$ and $2\angle AOM=\angle ABC$, find the measure of $\angle ABC$.
2007 India IMO Training Camp, 2
Let $a,b,c$ be non-negative real numbers such that $a+b\leq c+1, b+c\leq a+1$ and $c+a\leq b+1.$ Show that
\[a^2+b^2+c^2\leq 2abc+1.\]
2019 May Olympiad, 1
A positive integer is called [i]piola [/i] if the $9$ is the remainder obtained by dividing it by $2, 3, 4, 5, 6, 7, 8, 9$ and $10$ and it's digits are all different and nonzero. How many [i]piolas[/i] are there between $ 1$ and $100000$?
2024 Alborz Mathematical Olympiad, P3
A person is locked in a room with a password-protected computer. If they enter the correct password, the door opens and they are freed. However, the password changes every time it is entered incorrectly. The person knows that the password is always a 10-digit number, and they also know that the password change follows a fixed pattern. This means that if the current password is \( b \) and \( a \) is entered, the new password is \( c \), which is determined by \( b \) and \( a \) (naturally, the person does not know \( c \) or \( b \)). Prove that regardless of the characteristics of this computer, the prisoner can free themselves.
Proposed by Reza Tahernejad Karizi
2015 Peru IMO TST, 1
Find all positive integers $n$ for which there exist real numbers $x_1, x_2,. . . , x_n$ satisfying all of the following conditions:
(i) $-1 <x_i <1,$ for all $1\leq i \leq n.$
(ii) $ x_1 + x_2 + ... + x_n = 0.$
(iii) $\sqrt{1 - x_1^2} +\sqrt{1 - x^2_2} + ... +\sqrt{1 - x^2_n} = 1.$
2014 AMC 10, 5
On an algebra quiz, $10\%$ of the students scored $70$ points, $35\%$ scored $80$ points, $30\%$ scored $90$ points, and the rest scored $100$ points. What is the difference between the mean and median score of the students' scores on this quiz?
${ \textbf{(A)}\ 1\qquad\textbf{(B)}\ 2\qquad\textbf{(C)}\ 3\qquad\textbf{(D)}}\ 4\qquad\textbf{(E)}\ 5$
2016 AMC 12/AHSME, 11
Each of the $100$ students in a certain summer camp can either sing, dance, or act. Some students have more than one talent, but no student has all three talents. There are $42$ students who cannot sing, $65$ students who cannot dance, and $29$ students who cannot act. How many students have two of these talents?
$\textbf{(A)}\ 16\qquad\textbf{(B)}\ 25\qquad\textbf{(C)}\ 36\qquad\textbf{(D)}\ 49\qquad\textbf{(E)}\ 64$