Found problems: 85335
1949-56 Chisinau City MO, 52
Prove that for any natural number $n$ the following inequality holds $$4^n < (2n+1)C_{2n}^n$$
1997 Switzerland Team Selection Test, 1
1. A finite sequence of integers $a_0,a_1,...,a_n$ is called quadratic if $|a_k -a_{k-1}| = k^2$
for $n\geq k\geq1$.
(a) Prove that for any two integers $b$ and $c$, there exist a natural number $n$ and a quadratic sequence
with $a_0 = b$ and $a_n =c$.
(b) Find the smallest natural number $n$ for which there exists a quadratic sequence
with $a_0 = 0$ and $a_n = 1997$
1991 Putnam, A6
An $n$-sum of type $1$ is a finite sequence of positive integers $a_1,a_2,\ldots,a_r$, such that:
$(1)$ $a_1+a_2+\ldots+a_r=n$;
$(2)$ $a_1>a_2+a_3,a_2>a_3+a_4,\ldots, a_{r-2}>a_{r-1}+a_r$, and $a_{r-1}>a_r$. For example, there are five $7$-sums of type $1$, namely: $7$; $6,1$; $5,2$; $4,3$; $4,2,1$. An $n$-sum of type $2$ is a finite sequence of positive integers $b_1,b_2,\ldots,b_s$ such that:
$(1)$ $b_1+b_2+\ldots+b_s=n$;
$(2)$ $b_1\ge b_2\ge\ldots\ge b_s$;
$(3)$ each $b_i$ is in the sequence $1,2,4,\ldots,g_j,\ldots$ defined by $g_1=1$, $g_2=2$, $g_j=g_{j-1}+g_{j-2}+1$; and
$(4)$ if $b_1=g_k$, then $1,2,4,\ldots,g_k$ is a subsequence. For example, there are five $7$-sums of type $2$, namely: $4,2,1$; $2,2,2,1$; $2,2,1,1,1$; $2,1,1,1,1,1$; $1,1,1,1,1,1,1$. Prove that for $n\ge1$ the number of type $1$ and type $2$ $n$-sums is the same.
2011 Tournament of Towns, 3
Worms grow at the rate of $1$ metre per hour. When they reach their maximal length of $1$ metre, they stop growing. A full-grown worm may be dissected into two not necessarily equal parts. Each new worm grows at the rate of $1$ metre per hour. Starting with $1$ full-grown worm, can one obtain $10$ full-grown worms in less than $1$ hour?
DMM Team Rounds, 2005
[b]p1.[/b] Find the sum of the seventeenth powers of the seventeen roots of the seventeeth degree polynomial equation $x^{17} - 17x + 17 = 0$.
[b]p2.[/b] Four identical spherical cows, each of radius $17$ meters, are arranged in a tetrahedral pyramid (their centers are the vertices of a regular tetrahedron, and each one is tangent to the other three). The pyramid of cows is put on the ground, with three of them laying on it. What is the distance between the ground and the top of the topmost cow?
[b]p3.[/b] If $a_n$ is the last digit of $\sum^{n}_{i=1} i$, what would the value of $\sum^{1000}_{i=1}a_i$ be?
[b]p4.[/b] If there are $15$ teams to play in a tournament, $2$ teams per game, in how many ways can the tournament be organized if each team is to participate in exactly $5$ games against dierent opponents?
[b]p5.[/b] For $n = 20$ and $k = 6$, calculate $$2^k {n \choose 0}{n \choose k}- 2^{k-1}{n \choose 1}{{n - 1} \choose {k - 1}} + 2^{k-2}{n \choose 2}{{n - 2} \choose {k - 2}} +...+ (-1)^k {n \choose k}{{n - k} \choose 0}$$ where ${n \choose k}$ is the number of ways to choose $k$ things from a set of $n$.
[b]p6.[/b] Given a function $f(x) = ax^2 + b$, with a$, b$ real numbers such that $$f(f(f(x))) = -128x^8 + \frac{128}{3}x^6 - \frac{16}{22}x^2 +\frac{23}{102}$$ , find $b^a$.
[b]p7.[/b] Simplify the following fraction $$\frac{(2^3-1)(3^3-1)...(100^3-1)}{(2^3+1)(3^3+1)...(100^3+1)}$$
[b]p8.[/b] Simplify the following expression
$$\frac{\sqrt{3 + \sqrt5} + \sqrt{3 - \sqrt5}}{\sqrt{3 - \sqrt8}} -\frac{4}{ \sqrt{8 - 2\sqrt{15}}}$$
[b]p9.[/b] Suppose that $p(x)$ is a polynomial of degree $100$ such that $p(k) = k2^{k-1}$ , $k =1, 2, 3 ,... , 100$. What is the value of $p(101)$ ?
[b]p10. [/b] Find all $17$ real solutions $(w, x, y, z)$ to the following system of equalities:
$$ 2w + w^2x = x$$
$$ 2x + x^2y=y $$
$$ 2y + y^2z=z $$
$$ -2z+z^2w=w $$
PS. You should use hide for answers. Collected [url=https://artofproblemsolving.com/community/c5h2760506p24143309]here[/url].
1981 AMC 12/AHSME, 19
In $\triangle ABC$, $M$ is the midpoint of side $BC$, $AN$ bisects $\angle BAC$, $BN\perp AN$ and $\theta$ is the measure of $\angle BAC$. If sides $AB$ and $AC$ have lengths $14$ and $19$, respectively, then length $MN$ equals
[asy]
size(230);
defaultpen(linewidth(0.7)+fontsize(10));
pair B=origin, A=14*dir(36), C=intersectionpoint(B--(9001,0), Circle(A,19)), M=midpoint(B--C), b=A+14*dir(A--C), N=foot(A, B, b);
draw(N--B--A--N--M--C--A^^B--M);
markscalefactor=0.1;
draw(rightanglemark(B,N,A));
pair point=N;
label("$A$", A, dir(point--A));
label("$B$", B, dir(point--B));
label("$C$", C, dir(point--C));
label("$M$", M, S);
label("$N$", N, dir(30));
label("$19$", (A+C)/2, dir(A--C)*dir(90));
label("$14$", (A+B)/2, dir(A--B)*dir(270));
[/asy]
$\displaystyle \text{(A)} \ 2 \qquad \text{(B)} \ \frac{5}{2} \qquad \text{(C)} \ \frac{5}{2} - \sin \theta \qquad \text{(D)} \ \frac{5}{2} - \frac{1}{2} \sin \theta \qquad \text{(E)} \ \frac{5}{2} - \frac{1}{2} \sin \left(\frac{1}{2} \theta\right)$
2011 Purple Comet Problems, 10
Five rays $\overrightarrow{OA}$,$\overrightarrow{OB}$, $\overrightarrow{OC}$, $\overrightarrow{OD}$, and $\overrightarrow{OE}$ radiate in a clockwise order from $O$ forming four non-overlapping angles such that $\angle EOD = 2\angle COB$, $\angle COB = 2\angle BOA$, while $\angle DOC = 3\angle BOA$. If $E$, $O$, $A$ are collinear with $O$ between $A$ and $E$, what is the degree measure of $\angle DOB?$
2004 Greece JBMO TST, 3
If in a $3$-digit number we replace with each other it's last two digits, and add the resulting number to the starting one, we find sum a $4$-digit number that starts with $173$. Which is the starting number?
1999 All-Russian Olympiad, 5
The sum of the (decimal) digits of a natural number $n$ equals $100$, and the sum of digits of $44n$ equals $800$. Determine the sum of digits of $3n$.
2021 Yasinsky Geometry Olympiad, 6
In an acute-angled triangle $ABC$, point $I$ is the center of the inscribed circle, point $T$ is the midpoint of the arc $ABC$ of the circumcircle of triangle $ABC$. It turned out that $\angle AIT = 90^o$ . Prove that $AB + AC = 3BC$.
(Matthew of Kursk)
2023 Malaysia IMONST 2, 6
Ivan has a parallelogram whose interior angles are $60^{\circ}, 120^{\circ}, 60^{\circ}, 120^{\circ}$ respectively, and all side lengths are integers. Is it possible that one of the diagonals has length $\sqrt{2024}$?
2016 Saudi Arabia IMO TST, 2
Let $ABC$ be a triangle inscribed in the circle $(O)$ and $P$ is a point inside the triangle $ABC$. Let $D$ be a point on $(O)$ such that $AD \perp AP$. The line $CD$ cuts the perpendicular bisector of $BC$ at $M$. The line $AD$ cuts the line passing through $B$ and is perpendicular to $BP$ at $Q$. Let $N$ be the reflection of $Q$ through $M$. Prove that $CN \perp CP$.
1999 Romania National Olympiad, 4
a) Let $a,b\in R$, $a <b$. Prove that $x \in (a,b)$ if and only if there exists $\lambda \in (0,1)$ such that $x=\lambda a +(1-\lambda)b$.
b) If the function $f: R \to R$ has the property:
$$f (\lambda x+(1-\lambda) y) < \lambda f(x) + (1-\lambda)f(y), \forall x,y \in R, x\ne y, \forall \lambda \in (0,1), $$ prove that one cannot find four points on the function’s graph that are the vertices of a parallelogram
1959 Polish MO Finals, 3
Given a pyramid with square base $ ABCD $ and vertex $ S $. Find the shortest path whose starting and ending point is the point $ S $ and which passes through all the vertices of the base.
2012 Junior Balkan MO, 4
Find all positive integers $x,y,z$ and $t$ such that $2^x3^y+5^z=7^t$.
1979 AMC 12/AHSME, 8
Find the area of the smallest region bounded by the graphs of $y=|x|$ and $x^2+y^2=4$.
$\textbf{(A) }\frac{\pi}{4}\qquad\textbf{(B) }\frac{3\pi}{4}\qquad\textbf{(C) }\pi\qquad\textbf{(D) }\frac{3\pi}{2}\qquad\textbf{(E) }2\pi$
2012 Dutch Mathematical Olympiad, 1
Let $a, b, c$, and $d$ be four distinct integers.
Prove that $(a-b)(a-c)(a-d)(b-c)(b-d)(c-d)$ is divisible by $12$.
2025 Balkan MO, 4
There are $n$ cities in a country, where $n \geq 100$ is an integer. Some pairs of cities are connected by direct (two-way) flights. For two cities $A$ and $B$ we define:
$(i)$ A $\emph{path}$ between $A$ and $B$ as a sequence of distinct cities $A = C_0, C_1, \dots, C_k, C_{k+1} = B$, $k \geq 0$, such that there are direct flights between $C_i$ and $C_{i+1}$ for every $0 \leq i \leq k$;
$(ii)$ A $\emph{long path}$ between $A$ and $B$ as a path between $A$ and $B$ such that no other path between $A$ and $B$ has more cities;
$(iii)$ A $\emph{short path}$ between $A$ and $B$ as a path between $A$ and $B$ such that no other path between $A$ and $B$ has fewer cities.
Assume that for any pair of cities $A$ and $B$ in the country, there exist a long path and a short path between them that have no cities in common (except $A$ and $B$). Let $F$ be the total number of pairs of cities in the country that are connected by direct flights. In terms of $n$, find all possible values $F$
Proposed by David-Andrei Anghel, Romania.
1983 IMO Longlists, 56
Consider the expansion
\[(1 + x + x^2 + x^3 + x^4)^{496} = a_0 + a_1x + \cdots + a_{1984}x^{1984}.\]
[b](a)[/b] Determine the greatest common divisor of the coefficients $a_3, a_8, a_{13}, \ldots , a_{1983}.$
[b](b)[/b] Prove that $10^{340 }< a_{992} < 10^{347}.$
1986 Flanders Math Olympiad, 2
Prove that for integer $n$ we have:
\[n! \le \left( \frac{n+1}{2} \right)^n\]
[size=75][i](please note that the pupils in the competition never heard of AM-GM or alikes, it is intended to be solved without any knowledge on inequalities)[/i][/size]
2019 Regional Competition For Advanced Students, 4
Find all natural numbers $n$ that are smaller than $128^{97}$ and have exactly $2019$ divisors.
2022 China National Olympiad, 6
For integers $0\le a\le n$, let $f(n,a)$ denote the number of coefficients in the expansion of $(x+1)^a(x+2)^{n-a}$ that is divisible by $3.$ For example, $(x+1)^3(x+2)^1=x^4+5x^3+9x^2+7x+2$, so $f(4,3)=1$. For each positive integer $n$, let $F(n)$ be the minimum of $f(n,0),f(n,1),\ldots ,f(n,n)$.
(1) Prove that there exist infinitely many positive integer $n$ such that $F(n)\ge \frac{n-1}{3}$.
(2) Prove that for any positive integer $n$, $F(n)\le \frac{n-1}{3}$.
2025 Korea - Final Round, P4
Triangle $ABC$ satisfies $\overline{CA} > \overline{AB}$. Let the incenter of triangle $ABC$ be $\omega$, which touches $BC, CA, AB$ at $D, E, F$, respectively. Let $M$ be the midpoint of $BC$. Let the circle centered at $M$ passing through $D$ intersect $DE, DF$ at $P(\neq D), Q(\neq D)$, respecively. Let line $AP$ meet $BC$ at $N$, line $BP$ meet $CA$ at $L$. Prove that the three lines $EQ, FP, NL$ are concurrent.
2020 CMIMC Combinatorics & Computer Science, 5
Seven cards numbered $1$ through $7$ lay stacked in a pile in ascending order from top to bottom ($1$ on top, $7$ on bottom). A shuffle involves picking a random card [i]of the six not currently on top[/i], and putting it on top. The relative order of all the other cards remains unchanged. Find the probability that, after $10$ shuffles, $6$ is higher in the pile than $3$.
2016 Saint Petersburg Mathematical Olympiad, 2
The rook, standing on the surface of the checkered cube, beats the cells, located in the same row as well as on the
continuations of this series through one or even several edges. (The picture shows an example for a $4 \times 4 \times 4$ cube,visible cells that some beat the rook, shaded gray.) What is the largest number do not beat each other rooks can be placed on the surface of the cube $50 \times 50 \times 50$?