Found problems: 85335
2012 France Team Selection Test, 2
Determine all non-constant polynomials $X^n+a_{n-1}X^{n-1}+\cdots +a_1X+a_0$ with integer coefficients for which the roots are exactly the numbers $a_0,a_1,\ldots ,a_{n-1}$ (with multiplicity).
Kyiv City MO Seniors 2003+ geometry, 2015.11.4
In the acute-angled triangle $ ABC $, the sides $ AB $ and $BC$ have different lengths, and the extension of the median $ BM $ intersects the circumscribed circle at the point $ N $. On this circle we note such a point $ D $ that $ \angle BDH = 90 {} ^ \circ $, where $ H $ is the point of intersection of the altitudes of the triangle $ ABC $. The point $K$ is chosen so that $ ANCK $ is a parallelogram. Prove that the lines $ AC $, $ KH $ and $ BD $ intersect at one point.
(Igor Nagel)
Estonia Open Senior - geometry, 1998.2.1
Circles $C_1$ and $C_2$ with centers $O_1$ and $O_2$ respectively lie on a plane such that that the circle $C_2$ passes through $O_1$. The ratio of radius of circle $C_1$ to $O_1O_2$ is $\sqrt{2+\sqrt3}$.
a) Prove that the circles $C_1$ and $C_2$ intersect at two distinct points.
b) Let $A,B$ be these points of intersection. What proportion of the area of circle is $C_1$ is the area of the sector $AO_1B$ ?
2021 ITAMO, 5
Let $ABC$ be an acute-angled triangle, let $M$ be the midpoint of $BC$ and let $H$ be the foot of the $B$-altitude. Let $Q$ be the circumcenter of $ABM$ and let $X$ be the intersection point between $BH$ and the axis of $BC$.
Show that the circumcircles of the two triangles $ACM$, $AXH$ and the line $CQ$ pass through a same point if and only if $BQ$ is perpendicular to $CQ$.
1973 AMC 12/AHSME, 30
Let $ [t]$ denote the greatest integer $ \leq t$ where $ t \geq 0$ and $ S \equal{} \{(x,y): (x\minus{}T)^2 \plus{} y^2 \leq T^2 \text{ where } T \equal{} t \minus{} [t]\}$. Then we have
$ \textbf{(A)}\ \text{the point } (0,0) \text{ does not belong to } S \text{ for any } t \qquad$
$ \textbf{(B)}\ 0 \leq \text{Area } S \leq \pi \text{ for all } t \qquad$
$ \textbf{(C)}\ S \text{ is contained in the first quadrant for all } t \geq 5 \qquad$
$ \textbf{(D)}\ \text{the center of } S \text{ for any } t \text{ is on the line } y\equal{}x \qquad$
$ \textbf{(E)}\ \text{none of the other statements is true}$
2024 Moldova Team Selection Test, 11
Determine the maximal length $L$ of a sequence $a_1,\dots,a_L$ of positive integers satisfying both the following properties:
[list=disc]
[*]every term in the sequence is less than or equal to $2^{2023}$, and
[*]there does not exist a consecutive subsequence $a_i,a_{i+1},\dots,a_j$ (where $1\le i\le j\le L$) with a choice of signs $s_i,s_{i+1},\dots,s_j\in\{1,-1\}$ for which \[s_ia_i+s_{i+1}a_{i+1}+\dots+s_ja_j=0.\]
[/list]
2021 AMC 10 Spring, 6
Ms. Blackwell gives an exam to two classes. The mean of the scores of the students in the morning class is $84$, and the afternoon class’s mean score is $70$. The ratio of the number of students in the morning class to the number of students in the afternoon class is $\frac{3}{4}$. What is the mean of the scores of all the students?
$\textbf{(A) }74 \qquad \textbf{(B) }75 \qquad \textbf{(C) }76 \qquad \textbf{(D) }77 \qquad \textbf{(E) }78$
India EGMO 2025 TST, 4
For a positive integer $m$, let $f(m)$ denote the smallest power of $2024$ not less than $m$ (e.g. $f(1)=1, f(2023)=f(2024)=2024,$ and $f(2025)=2024^2$). Find all positive real numbers $c$ for which there exists a sequence $x_1,x_2,\cdots$ of real numbers in $[0,1]$ such that
$$|x_m-x_n|\geq\frac{c}{f(m)}$$ for all positive integers $m>n\geq1$.
Proposed by Shantanu Nene
2021 Saudi Arabia Training Tests, 25
The Magician and his Assistant show trick. The Viewer writes on the board the sequence of $N$ digits. Then the Assistant covers some pair of adjacent digits so that they become invisible. Finally, the Magician enters the show, looks at the board and guesses the covered digits and their order. Find the minimal $N$ such that the Magician and his Assistant can agree in advance so that the Magician always guesses right
2008 Purple Comet Problems, 23
Circle $B$, which has radius 2008, is tangent to horizontal line $A$ at point $P$. Circle $C_1$ has radius 1 and is tangent both to circle $B$ and to line $A$ at a point to the right of point $P$. Circle $C_2$ has radius larger than 1 and is tangent to line $A$ and both circles B and $C_1$. For $n>1$, circle $C_n$ is tangent to line $A$ and both circles $B$ and $C_{n-1}$. Find the largest value of n such that this sequence of circles can be constructed through circle $C_n$ where the n circles are all tangent to line $A$ at points to the right of $P$.
[asy]
size(300);
draw((-10,0)--(10,0));
draw(arc((0,10),10,210,330));
label("$P$",(0,0),S);
pair C=(0,10),X=(12,3);
for(int kk=0;kk<6;++kk)
{
pair Y=(X.x-X.y,X.y);
for(int k=0;k<20;++k)
Y+=(abs(Y-X)-X.y-Y.y,abs(Y-C)-10-Y.y)/3;
draw(circle(Y,Y.y));
X=Y;
}[/asy]
2004 AMC 12/AHSME, 8
In the overlapping triangles $ \triangle{ABC}$ and $ \triangle{ABE}$ sharing common side $ AB$, $ \angle{EAB}$ and $ \angle{ABC}$ are right angles, $ AB \equal{} 4$, $ BC \equal{} 6$, $ AE \equal{} 8$, and $ \overline{AC}$ and $ \overline{BE}$ intersect at $ D$. What is the difference between the areas of $ \triangle{ADE}$ and $ \triangle{BDC}$?
[asy]
defaultpen(linewidth(0.8)+fontsize(10));size(200);
unitsize(5mm) ;
pair A=(0,0), B=(4,0), C=(4,6), D=(0,8), H=intersectionpoint(C--A, D--B);
draw(A--B--C--cycle) ;
draw(A--B--D--cycle) ;
label("E",(0,8), N) ;
label("8",(0,4),W) ;
label("A",A,S) ;
label("B",B,SE) ;
label("C",C,NE) ;
label("6",(4,3),E) ;
label("4",(2,0),S) ;
label("D",H,2*dir(85)) ;[/asy]
$ \textbf{(A)}\ 2 \qquad \textbf{(B)}\ 4 \qquad \textbf{(C)}\ 5 \qquad \textbf{(D)}\ 8 \qquad \textbf{(E)}\ 9$
2002 IMC, 8
200 students participated in a math contest. They had 6 problems to solve. Each problem was correctly solved by at least 120 participants. Prove that there must be 2 participants such that every problem was solved by at least one of these two students.
2018 Turkey EGMO TST, 5
Prove that
$\dfrac {x^2+1}{(x+y)^2+4 (z+1)}+\dfrac {y^2+1}{(y+z)^2+4 (x+1)}+\dfrac {z^2+1}{(z+x)^2+4 (y+1)} \ge \dfrac{1}{2} $
for all positive reals $x,y,z$
2024 Princeton University Math Competition, A7
Let $\omega=e^{2\pi i/20}$ and let $S$ be the set $\{1, \omega, \ldots, \omega^{19}\}.$ How many subsets of $S$ sum to $0$? Include both $S$ and the empty set in your count.
2020 CCA Math Bonanza, L4.4
A sequence $\{a_n\}$ is defined such that $a_i=i$ for $i=1,2,3\ldots,2020$ and for $i>2020$, $a_i$ is the average of the previous $2020$ terms. What is the largest integer less than or equal to $\displaystyle\lim_{n\to\infty}a_n$?
[i]2020 CCA Math Bonanza Lightning Round #4.4[/i]
2002 Moldova National Olympiad, 2
Let $ a,b,c\in \mathbb R$ such that $ a\ge b\ge c > 1$. Prove the inequality:
$ \log_c\log_c b \plus{} \log_b\log_b a \plus{} \log_a\log_a c\geq 0$
2014 Irish Math Olympiad, 1
Given an $8\times 8$ chess board, in how many ways can we select $56$ squares on the board while satisfying both of the following requirements:
(a) All black squares are selected.
(b) Exactly seven squares are selected in each column and in each row.
2015 ASDAN Math Tournament, 2
Compute
$$\sum_{n=0}^\infty\frac{n+1}{2^n}.$$
2019 Online Math Open Problems, 15
Evan has $66000$ omons, particles that can cluster into groups of a perfect square number of omons. An omon in a cluster of $n^2$ omons has a potential energy of $\frac1n$. Evan accurately computes the sum of the potential energies of all the omons. Compute the smallest possible value of his result.
[i]Proposed by Michael Ren and Luke Robitaille[/i]
2014 Contests, 901
Given the polynomials $P(x)=px^4+qx^3+rx^2+sx+t,\ Q(x)=\frac{d}{dx}P(x)$, find the real numbers $p,\ q,\ r,\ s,\ t$ such that $P(\sqrt{-5})=0,\ Q(\sqrt{-2})=0$ and $\int_0^1 P(x)dx=-\frac{52}{5}.$
2005 AMC 12/AHSME, 1
Two is $ 10 \%$ of $ x$ and $ 20 \%$ of $ y$. What is $ x \minus{} y$?
$ \textbf{(A)}\ 1 \qquad
\textbf{(B)}\ 2 \qquad
\textbf{(C)}\ 5 \qquad
\textbf{(D)}\ 10 \qquad
\textbf{(E)}\ 20$
2020 ITAMO, 1
Let $\omega$ be a circle and let $A,B,C,D,E$ be five points on $\omega$ in this order. Define $F=BC\cap DE$, such that the points $F$ and $A$ are on opposite sides, with regard to the line $BE$ and the line $AE$ is tangent to the circumcircle of the triangle $BFE$.
a) Prove that the lines $AC$ and $DE$ are parallel
b) Prove that $AE=CD$
2017 India National Olympiad, 3
Find the number of triples $(x,a,b)$ where $x$ is a real number and $a,b$ belong to the set $\{1,2,3,4,5,6,7,8,9\}$ such that $$x^2-a\{x\}+b=0.$$
where $\{x\}$ denotes the fractional part of the real number $x$.
2022 Bulgarian Autumn Math Competition, Problem 8.3
On a circle are given the points $A_1, B_1, A_2, B_2, \cdots, A_9, B_9$ in this order. All the segments $A_iB_j (i, j=1, 2, \cdots, 9$ must be colored in one of $k$ colors, so that no two segments from the same color intersect (inside the circle) and for every $i$ there is a color, such that no segments with an end $A_i$, nor $B_i$ is colored such. What is the least possible $k$?
2013 Online Math Open Problems, 4
For how many ordered pairs of positive integers $(a,b)$ with $a,b<1000$ is it true that $a$ times $b$ is equal to $b^2$ divided by $a$? For example, $3$ times $9$ is equal to $9^2$ divided by $3$.
[i]Ray Li[/i]