Found problems: 85335
2024 CMIMC Combinatorics and Computer Science, 6
Michael and James are playing a game where they alternate throwing darts at a simplified dartboard. Each dart throw is worth either 25 points or 50 points. They track the sequence of scores per throw (which is shared between them), and on the first time the three most recent scores sum to 125, the person who threw the last dart wins. On each throw, a given player has a $2/3$ chance of getting the score they aim for, and a $1/3$ chance of getting the other score. Suppose Michael goes first, and the first two throws are both 25. If both players use an optimal strategy, what is the probability Michael wins?
[i]Proposed by Michael Duncan[/i]
2023 Bosnia and Herzegovina Junior BMO TST, 2.
Determine all non negative integers $x$ and $y$ such that $6^x$ + $2^y$ + 2 is a perfect square.
1994 Vietnam National Olympiad, 3
Define the sequence $\{x_{n}\}$ by $x_{0}=a\in (0,1)$ and $x_{n+1}=\frac{4}{\pi^{2}}(\cos^{-1}x_{n}+\frac{\pi}{2})\sin^{-1}x_{n}(n=0,1,2,...)$. Show that the sequence converges and find its limit.
2020 Germany Team Selection Test, 1
Let $u_1, u_2, \dots, u_{2019}$ be real numbers satisfying \[u_{1}+u_{2}+\cdots+u_{2019}=0 \quad \text { and } \quad u_{1}^{2}+u_{2}^{2}+\cdots+u_{2019}^{2}=1.\] Let $a=\min \left(u_{1}, u_{2}, \ldots, u_{2019}\right)$ and $b=\max \left(u_{1}, u_{2}, \ldots, u_{2019}\right)$. Prove that
\[
a b \leqslant-\frac{1}{2019}.
\]
2015 NIMO Problems, 4
Let $A_0A_1 \dots A_{11}$ be a regular $12$-gon inscribed in a circle with diameter $1$. For how many subsets $S \subseteq \{1,\dots,11\}$ is the product \[ \prod_{s \in S} A_0A_s \] equal to a rational number? (The empty product is declared to be $1$.)
[i]Proposed by Evan Chen[/i]
2008 iTest Tournament of Champions, 4
Let \[f(n) = \sum_{k=0}^{\lfloor n/2\rfloor}(-1)^k\frac{1}{n-k}\binom{n-k}k,\] for each positive integer $n$. If $|f(2007) + f(2008)| = a/b$ for relatively prime positive integers $a$ and $b$, find the remainder when $a$ is divded by $1000$.
2010 ELMO Shortlist, 5
Given a prime $p$, let $d(a,b)$ be the number of integers $c$ such that $1 \leq c < p$, and the remainders when $ac$ and $bc$ are divided by $p$ are both at most $\frac{p}{3}$. Determine the maximum value of \[\sqrt{\sum_{a=1}^{p-1}\sum_{b=1}^{p-1}d(a,b)(x_a + 1)(x_b + 1)} - \sqrt{\sum_{a=1}^{p-1}\sum_{b=1}^{p-1}d(a,b)x_ax_b}\] over all $(p-1)$-tuples $(x_1,x_2,\ldots,x_{p-1})$ of real numbers.
[i]Brian Hamrick.[/i]
2020 Bundeswettbewerb Mathematik, 4
In each cell of a table with $m$ rows and $n$ columns, where $m<n$, we put a non-negative real number such that each column contains at least one positive number.
Show that there is a cell with a positive number such that the sum of the numbers in its row is larger than the sum of the numbers in its column.
2000 Brazil Team Selection Test, Problem 4
Let $n,k$ be positive integers such that $n$ is not divisible by $3$ and $k\ge n$. Prove that there is an integer $m$ divisible by $n$ whose sum of digits in base $10$ equals $k$.
2018 Online Math Open Problems, 19
Players $1,2,\ldots,10$ are playing a game on Christmas. Santa visits each player's house according to a set of rules:
-Santa first visits player $1$. After visiting player $i$, Santa visits player $i+1$, where player $11$ is the same as player $1$.
-Every time Santa visits someone, he gives them either a present or a piece of coal (but not both).
-The absolute difference between the number of presents and pieces of coal that Santa has given out is at most $3$ at every point in time.
-If Santa has a choice between giving out a present and a piece of coal, he chooses with equal probability.
Let $p$ be the probability that player $1$ gets a present before player $2$ does. If $p=\frac{m}{n}$ for relatively prime positive integers $m$ and $n$, then compute $100m+n$.
[i]Proposed by Tristan Shin
1967 Bulgaria National Olympiad, Problem 4
Outside of the plane of the triangle $ABC$ is given point $D$.
(a) prove that if the segment $DA$ is perpendicular to the plane $ABC$ then orthogonal projection of the orthocenter of the triangle $ABC$ on the plane $BCD$ coincides with the orthocenter of the triangle $BCD$.
(b) for all tetrahedrons $ABCD$ with base, the triangle $ABC$ with smallest of the four heights that from the vertex $D$, find the locus of the foot of that height.
2022 Thailand TST, 1
Let $r>1$ be a rational number. Alice plays a solitaire game on a number line. Initially there is a red bead at $0$ and a blue bead at $1$. In a move, Alice chooses one of the beads and an integer $k \in \mathbb{Z}$. If the chosen bead is at $x$, and the other bead is at $y$, then the bead at $x$ is moved to the point $x'$ satisfying $x'-y=r^k(x-y)$.
Find all $r$ for which Alice can move the red bead to $1$ in at most $2021$ moves.
2009 Purple Comet Problems, 6
Wiles county contains eight townships as shown on the map. If there are four colors available, in how many ways can the the map be colored so that each township is colored with one color and no two townships that share a border are colored with the same color?
[asy]
path[] P=
{
(0,0)--(13,0)--(13,11)--(0,11)--cycle,
(5,0)--(13,6)--(13,0)--cycle,
(13,7)--(13,11)--(7,11)--cycle,
(0,0)--(7,0)--(7,11)--(0,11)--cycle,
(0,5)--(0,11)--(11,11)--cycle,
circle((4,7),2.5),
(0,0)--(5,0)--(2,11)--(0,11)--cycle,
(0,5)--(0,11)--(5,11)--cycle,
};
for(int k=0;k<P.length;++k)
{
unfill(P[k]);
draw(P[k]);
}[/asy]
2024 JHMT HS, 1
Compute the number of squares of positive area whose vertices all are points on the grid shown below.
[asy]
unitsize(1cm);
dot((0,0));
dot((1,0));
dot((2,0));
dot((3,0));
dot((0,1));
dot((1,1));
dot((2,1));
dot((3,1));
dot((0,2));
dot((1,2));
dot((2,2));
dot((3,2));
dot((0,3));
dot((1,3));
dot((2,3));
dot((3,3));
[/asy]
1931 Eotvos Mathematical Competition, 2
Let $a^2_1+ a^2_2+ a^2_3+ a^2_4+ a^2_5= b^2$, where $a_1$, $a_2$, $a_3$, $a_4$, $a_5$, and $b$ are integers. Prove that not all of these numbers can be odd.
2019 CCA Math Bonanza, TB2
Isosceles triangle $\triangle{ABC}$ has $\angle{ABC}=\angle{ACB}=72^\circ$ and $BC=1$. If the angle bisector of $\angle{ABC}$ meets $AC$ at $D$, what is the positive difference between the perimeters of $\triangle{ABD}$ and $\triangle{BCD}$?
[i]2019 CCA Math Bonanza Tiebreaker Round #2[/i]
2017 Latvia Baltic Way TST, 3
Find all functions $f (x) : Z \to Z$ defined on integers, take integer values, and for all $x,y \in Z$ satisfy $$f(x+y)+f(xy)=f(x)f(y)+1$$
VII Soros Olympiad 2000 - 01, 10.7
The President of the Bank "Glavny Central" Gerasim Shchenkov announced that from January $2$, $2001$ until January $31$ of the same year, the dollar exchange rate would not go beyond the boundaries of the corridor of $27$ rubles $50$ kopecks. and $28$ rubles $30$ kopecks for the dollar. On January $2$, the rate will be a multiple of $5$ kopecks, and starting from January 3, each day will differ from the rate of the previous day by exactly $5$ kopecks. Mr. Shchenkov suggested that citizens try to guess what the dollar exchange rate will be during the specified period. Anyone who can give an accurate forecast for at least one day, he promised to give a cash prize. One interesting person lives in our house, a tireless arguer. For his passion for arguments and constant winnings, he was even nicknamed Zhora Sporos. Zhora claims that he can give such a forecast of the dollar exchange rate for every day from January 424 to January 4314, which he will surely guess at least once, if, of course, the banker strictly acts in accordance with the announced rules. Is Zhora right?
Note: 1 ruble =100 kopecks
[hide=original wording]10-I-7. Президент банка "Главный централ" Герасим Щенков объявил, что со 2-го января 2001 года и до 31-го января этого же года курс доллара не будет выходить за границы коридора 27 руб. 50 коп. и 28 руб. 30 коп. за доллар. 2-го января курс будет кратен 5 копейкам, а, начиная с 3-го января, каждый день будет отличаться от курса предыдущего дня ровно на 5 копеек. Господин Щенков предложил гражданам попробовать угадать, каким будет курс доллара в течение указанного периода. Тому, кто сумеет дать точный прогноз хотя бы на один день, он обещал выдать денежный приз. В нашем доме живет один интересный человек, неутомимый спорщик. За страсть к спорам и постоянные выигрыши его даже прозвали Жора Спорос. Жора утверждает, что может дать такой прогноз курса доллара на каждый день со 2-го по 31-е января, что обязательно хотя бы один раз угадает, если, конечно, банкир будет строго действовать в соответствии с объявленными правилами. Прав ли Жора?
[/hide]
2014 Dutch IMO TST, 2
The sets $A$ and $B$ are subsets of the positive integers. The sum of any two distinct elements of $A$ is an element of $B$. The quotient of any two distinct elements of $B$ (where we divide the largest by the smallest of the two) is an element of $A$. Determine the maximum number of elements in $A\cup B$.
Novosibirsk Oral Geo Oly VII, 2023.7
Squares $ABCD$ and $BEFG$ are located as shown in the figure. It turned out that points $A, G$ and $E$ lie on the same straight line. Prove that then the points $D, F$ and $E$ also lie on the same line.
[img]https://cdn.artofproblemsolving.com/attachments/4/2/9faf29a399d3a622c84f5d4a3cfcf5e99539c0.png[/img]
1985 Vietnam Team Selection Test, 3
Does there exist a triangle $ ABC$ satisfying the following two conditions:
(a) ${ \sin^2A + \sin^2B + \sin^2C = \cot A + \cot B + \cot C}$
(b) $ S\ge a^2 - (b - c)^2$ where $ S$ is the area of the triangle $ ABC$.
VI Soros Olympiad 1999 - 2000 (Russia), 9.1
Prove that there is no natural number $k$ such that $k^{1999} - k^{1998} = 2k + 2$.
2022 Balkan MO Shortlist, N2
Let $a, b$ and $n$ be positive integers with $a>b$ such that all of the following hold:
i. $a^{2021}$ divides $n$,
ii. $b^{2021}$ divides $n$,
iii. 2022 divides $a-b$.
Prove that there is a subset $T$ of the set of positive divisors of the number $n$ such that the sum of the elements of $T$ is divisible by 2022 but not divisible by $2022^2$.
[i]Proposed by Silouanos Brazitikos, Greece[/i]
2005 AIME Problems, 4
The director of a marching band wishes to place the members into a formation that includes all of them and has no unfilled positions. If they are arranged in a square formation, there are 5 members left over. The director realizes that if he arranges the group in a formation with 7 more rows than columns, there are no members left over. Find the maximum number of members this band can have.
1955 Moscow Mathematical Olympiad, 304
The centers $O_1, O_2$ and $O_3$ of circles exscribed about $\vartriangle ABC$ are connected. Prove that $O_1O_2O_3$ is an acute-angled one.