Found problems: 85335
2023 AMC 8, 25
Fifteen integers $a_1, a_2, a_3, \dots, a_{15}$ are arranged in order on a number line. The integers are equally spaced and have the property that $$1 \le a_1 \le 10, \thickspace 13 \le a_2 \le 20, \thickspace 241 \le a_{15}\le 250.$$
What is the sum of digits of $a_{14}$?
$\textbf{(A) } 8 \qquad \textbf{(B) } 9 \qquad \textbf{(C) } 10 \qquad \textbf{(D) } 11 \qquad \textbf{(E) } 12$
1969 Canada National Olympiad, 9
Show that for any quadrilateral inscribed in a circle of radius 1, the length of the shortest side is less than or equal to $\sqrt{2}$.
2019 China Team Selection Test, 3
$60$ points lie on the plane, such that no three points are collinear. Prove that one can divide the points into $20$ groups, with $3$ points in each group, such that the triangles ( $20$ in total) consist of three points in a group have a non-empty intersection.
2006 MOP Homework, 4
Let $ABC$ be a triangle with circumcenter $O$. Let $A_1$ be the midpoint of side $BC$. Ray $AA_1$ meet the circumcircle of triangle $ABC$ again at $A_2$ (other than A). Let $Q_a$ be the foot of the perpendicular from $A_1$ to line $AO$. Point $P_a$ lies on line $Q_aA_1$ such that $P_aA_2 \perp A_2O$. Define points $P_b$ and $P_c$ analogously. Prove that points $P_a$, P_b$, and $P_c$ lie on a line.
2017 Princeton University Math Competition, 17
Zack keeps cutting the interval $[0, 1]$ of the number line, each time cutting at a uniformly random point in the interval, until the interval is cut into pieces, none of which have length greater than $\frac35$ . The expected number of cuts that Zack makes can be written as $\frac{p}{q}$ for $p$ and $q$ relatively prime positive integers. Find $p + q$.
1986 National High School Mathematics League, 5
There is a point set on a plane, and seven circles $C_1,C_2,\cdots,C_7$, where $C_7$ passes exactly 7 points in $M$, $C_6$ passes exactly 6 points in $M$, ..., $C_1$ passes exactly 1 point in $M$. Then how many points do set $M$ have at least?
$\text{(A)}11\qquad\text{(B)}12\qquad\text{(C)}21\qquad\text{(D)}28$
2021 India National Olympiad, 2
Find all pairs of integers $(a,b)$ so that each of the two cubic polynomials $$x^3+ax+b \, \, \text{and} \, \, x^3+bx+a$$ has all the roots to be integers.
[i]Proposed by Prithwijit De and Sutanay Bhattacharya[/i]
2023 Belarusian National Olympiad, 11.6
Let $a$ be some integer. Prove that the polynomial $x^4(x-a)^4+1$ can not be a product of two non-constant polynomials with integer coefficients
2002 AMC 10, 21
The mean, median, unique mode, and range of a collection of eight integers are all equal to 8. The largest integer that can be an element of this collection is
$ \textbf{(A)}\ 11 \qquad \textbf{(B)}\ 12 \qquad \textbf{(C)}\ 13 \qquad \textbf{(D)}\ 14 \qquad \textbf{(E)}\ 15$
1995 Tournament Of Towns, (466) 4
From the vertex $A$ of a triangle $ABC$, three segments are drawn: the bisectors $AM$ and $AN$ of its interior and exterior angles and the tangent $AK$ to the circumscribed circle of the triangle (the points $M$, $K$ and $N$ lie on the line $BC$). Prove that $MK = KN$.
(I Sharygin)
2012 Bosnia and Herzegovina Junior BMO TST, 1
On circle $k$ there are clockwise points $A$, $B$, $C$, $D$ and $E$ such that $\angle ABE = \angle BEC = \angle ECD = 45^{\circ}$. Prove that $AB^2 + CE^2 = BE^2 + CD^2$
2004 Finnish National High School Mathematics Competition, 5
Finland is going to change the monetary system again and replace the Euro by the Finnish Mark.
The Mark is divided into $100$ pennies.
There shall be coins of three denominations only, and the number of coins a person has to carry in order to be able
to pay for any purchase less than one mark should be minimal.
Determine the coin denominations.
2017 All-Russian Olympiad, 6
In the $200\times 200$ table in some cells lays red or blue chip. Every chip "see" other chip, if they lay in same row or column. Every chip "see" exactly $5$ chips of other color. Find maximum number of chips in the table.
2011 IMO Shortlist, 1
For any integer $d > 0,$ let $f(d)$ be the smallest possible integer that has exactly $d$ positive divisors (so for example we have $f(1)=1, f(5)=16,$ and $f(6)=12$). Prove that for every integer $k \geq 0$ the number $f\left(2^k\right)$ divides $f\left(2^{k+1}\right).$
[i]Proposed by Suhaimi Ramly, Malaysia[/i]
2018 PUMaC Team Round, 1
Let $T=\{a_1,a_2,\dots,a_{1000}\}$, where $a_1<a_2<\dots<a_{1000}$, be a uniformly randomly selected subset of $\{1,2,\dots,2018\}$ with cardinality $1000$. The expected value of $a_7$ can be written in reduced form as $\tfrac{m}{n}$. Find $m+n$.
2004 AMC 10, 20
In $ \triangle ABC$ points $ D$ and $ E$ lie on $ \overline{BC}$ and $ \overline{AC}$, respectively. If $ \overline{AD}$ and $ \overline{BE}$ intersect at $ T$ so that $ AT/DT \equal{} 3$ and $ BT/ET \equal{} 4$, what is $ CD/BD$?
[asy]unitsize(2cm);
defaultpen(linewidth(.8pt));
pair A = (0,0);
pair C = (2,0);
pair B = dir(57.5)*2;
pair E = waypoint(C--A,0.25);
pair D = waypoint(C--B,0.25);
pair T = intersectionpoint(D--A,E--B);
label("$B$",B,NW);label("$A$",A,SW);label("$C$",C,SE);label("$D$",D,NE);label("$E$",E,S);label("$T$",T,2*W+N);
draw(A--B--C--cycle);
draw(A--D);
draw(B--E);[/asy]$ \textbf{(A)}\ \frac {1}{8}\qquad \textbf{(B)}\ \frac {2}{9}\qquad \textbf{(C)}\ \frac {3}{10}\qquad \textbf{(D)}\ \frac {4}{11}\qquad \textbf{(E)}\ \frac {5}{12}$
2012 IFYM, Sozopol, 2
There are 20 towns on the bay of a circular island. Each town has 20 teams for a mathematical duel. No two of these teams are of equal strength. When two teams meet in a duel, the stronger one wins. For a given number $n\in \mathbb{N}$ one town $A$ can be called [i]“n-stronger”[/i] than $B$, if there exist $n$ different duels between a team from $A$ and team from $B$, for which the team from $A$ wins. Find the maximum value of $n$, for which it is possible for each town to be [i]n-stronger[/i] by its neighboring one clockwise.
2017 ASDAN Math Tournament, 3
Four mathematicians, four physicists, and four programmers gather in a classroom. The $12$ people organize themselves into four teams, with each team having one mathematician, one physicist, and one programmer. How many possible arrangements of teams can exist?
2005 Germany Team Selection Test, 3
Let $b$ and $c$ be any two positive integers. Define an integer sequence $a_n$, for $n\geq 1$, by $a_1=1$, $a_2=1$, $a_3=b$ and $a_{n+3}=ba_{n+2}a_{n+1}+ca_n$.
Find all positive integers $r$ for which there exists a positive integer $n$ such that the number $a_n$ is divisible by $r$.
2010 Contests, 3
Let $x_1, x_2, \ldots ,x_n(n\ge 2)$ be real numbers greater than $1$. Suppose that $|x_i-x_{i+1}|<1$ for $i=1, 2,\ldots ,n-1$. Prove that
\[\frac{x_1}{x_2}+\frac{x_2}{x_3}+\ldots +\frac{x_{n-1}}{x_n}+\frac{x_n}{x_1}<2n-1\]
2020 MIG, 2
A certain value of $x$ satisfies $1 + x + 5 - 1 = 7$. What is this value of $x$?
$\textbf{(A) }0\qquad\textbf{(B) }1\qquad\textbf{(C) }2\qquad\textbf{(D) }3\qquad\textbf{(E) }\text{impossible to determine}$
2023 BMT, 3
Compute the second smallest positive whole number that has exactly $6$ positive whole number divisors (including itself).
1972 Polish MO Finals, 6
Prove that the sum of digits of the number $1972^n$ is not bounded from above when $n$ tends to infinity.
1997 French Mathematical Olympiad, Problem 1
Each vertex of a regular $1997$-gon is labeled with an integer, so that the sum of the integers is $1$. We write down the sums of the first $k$ integers read counterclockwise, starting from some vertex $(k=1,2,\ldots,1997)$. Can we always choose the starting vertex so that all these sums are positive? If yes, how many possible choices are there?
2002 AMC 10, 17
A regular octagon $ ABCDEFGH$ has sides of length two. Find the area of $ \triangle{ADG}$.
$ \textbf{(A)}\ 4 \plus{} 2 \sqrt{2} \qquad
\textbf{(B)}\ 6 \plus{} \sqrt{2} \qquad
\textbf{(C)}\ 4 \plus{} 3 \sqrt{2} \qquad
\textbf{(D)}\ 3 \plus{} 4 \sqrt{2} \qquad
\textbf{(E)}\ 8 \plus{} \sqrt{2}$