Found problems: 85335
2019 Brazil Team Selection Test, 4
Let $f : \{ 1, 2, 3, \dots \} \to \{ 2, 3, \dots \}$ be a function such that $f(m + n) | f(m) + f(n) $ for all pairs $m,n$ of positive integers. Prove that there exists a positive integer $c > 1$ which divides all values of $f$.
2004 AIME Problems, 15
For all positive integers $ x$, let
\[ f(x) \equal{} \begin{cases}1 & \text{if }x \equal{} 1 \\
\frac x{10} & \text{if }x\text{ is divisible by 10} \\
x \plus{} 1 & \text{otherwise}\end{cases}\]and define a sequence as follows: $ x_1 \equal{} x$ and $ x_{n \plus{} 1} \equal{} f(x_n)$ for all positive integers $ n$. Let $ d(x)$ be the smallest $ n$ such that $ x_n \equal{} 1$. (For example, $ d(100) \equal{} 3$ and $ d(87) \equal{} 7$.) Let $ m$ be the number of positive integers $ x$ such that $ d(x) \equal{} 20$. Find the sum of the distinct prime factors of $ m$.
1940 Putnam, B4
Prove that the locus of the point of intersection of three mutually perpendicular planes tangent to the surface
$$ax^2 + by^2 +cz^2 =1\;\;\; (\text{where}\;\;abc \ne 0)$$
is the sphere
$$x^2 +y^2 +z^2 =\frac{1}{a}+\frac{1}{b}+\frac{1}{c}.$$
2018 IMO Shortlist, C1
Let $n\geqslant 3$ be an integer. Prove that there exists a set $S$ of $2n$ positive integers satisfying the following property: For every $m=2,3,...,n$ the set $S$ can be partitioned into two subsets with equal sums of elements, with one of subsets of cardinality $m$.
1998 Abels Math Contest (Norwegian MO), 2
Let be given an $n \times n$ chessboard, $n \in N$. We wish to tile it using particular tetraminos which can be rotated. For which $n$ is this possible if we use
(a) $T$-tetraminos
(b) both kinds of $L$-tetraminos?
2019 Switzerland Team Selection Test, 1
Let $ABC$ be a triangle and $D, E, F$ be the foots of altitudes drawn from $A,B,C$ respectively. Let $H$ be the orthocenter of $ABC$. Lines $EF$ and $AD$ intersect at $G$. Let $K$ the point on circumcircle of $ABC$ such that $AK$ is a diameter of this circle. $AK$ cuts $BC$ in $M$. Prove that $GM$ and $HK$ are parallel.
2012 Sharygin Geometry Olympiad, 9
In triangle $ABC$, given lines $l_{b}$ and $l_{c}$ containing the bisectors of angles $B$ and $C$, and the foot $L_{1}$ of the bisector of angle $A$. Restore triangle $ABC$.
2017 F = ma, 19
19) A puck is kicked up a ramp, which makes an angle of $30^{\circ}$ with the horizontal. The graph below depicts the speed of the puck versus time. What is the coefficient of friction between the puck and the ramp?
A) 0.07
B) 0.15
C) 0.22
D) 0.29
E) 0.37
2022 Azerbaijan Junior National Olympiad, G5
Let $ABC$ be an acute triangle and $G$ be the intersection of the meadians of triangle $ABC$. Let $D $be the foot of the altitude drawn from $A$ to $BC$. Draw a parallel line such that it is parallel to $BC$ and one of the points of it is $A$.Donate the point $S$ as the intersection of the parallel line and circumcircle $ABC$. Prove that $S,G,D$ are co-linear
[asy]
size(6cm);
defaultpen(fontsize(10pt));
pair A = dir(50), S = dir(130), B = dir(200), C = dir(-20), G = (A+B+C)/3, D = foot(A, B, C);
draw(A--B--C--cycle, black+linewidth(1));
draw(A--S^^A--D, magenta);
draw(S--D, red+dashed);
draw(circumcircle(A, B, C), heavymagenta);
string[] names = {"$A$", "$B$", "$C$","$D$", "$G$","$S$"};
pair[] points = {A, B, C,D,G,S};
pair[] ll = {A, B, C,D, G,S};
int pt = names.length;
for (int i=0; i<pt; ++i)
dot(names[i], points[i], dir(ll[i]));
[/asy]
1999 Mongolian Mathematical Olympiad, Problem 6
Find the minimum possible length of the sum of $1999$ unit vectors in the coordinate plane whose both coordinates are nonnegative.
1989 USAMO, 4
Let $ABC$ be an acute-angled triangle whose side lengths satisfy the inequalities $AB < AC < BC$. If point $I$ is the center of the inscribed circle of triangle $ABC$ and point $O$ is the center of the circumscribed circle, prove that line $IO$ intersects segments $AB$ and $BC$.
1989 Kurschak Competition, 2
For any positive integer $n$ denote $S(n)$ the digital sum of $n$ when represented in the decimal system. Find every positive integer $M$ for which $S(Mk)=S(M)$ holds for all integers $1\le k\le M$.
2009 Junior Balkan Team Selection Test, 1
Find all two digit numbers $ \overline{AB}$ such that $ \overline{AB}$ divides $ \overline{A0B}$.
2017 VJIMC, 3
Let $n \ge 2$ be an integer. Consider the system of equations
\begin{align} x_1+\frac{2}{x_2}=x_2+\frac{2}{x_3}=\dots=x_n+\frac{2}{x_1} \end{align}
1. Prove that $(1)$ has infinitely many real solutions $(x_1,\dotsc,x_n)$ such that the numbers $x_1,\dotsc,x_n$ are distinct.
2. Prove that every solution of $(1)$, such that the numbers $x_1,\dotsc,x_n$ are not all equal, satisfies $\vert x_1x_2\cdots x_n\vert=2^{n/2}$.
1973 Yugoslav Team Selection Test, Problem 2
A circle $k$ is drawn using a given disc (e.g. a coin). A point $A$ is chosen on $k$. Using just the given disc, determine the point $B$ on $k$ so that $AB$ is a diameter of $k$. (You are allowed to choose an arbitrary point in one of the drawn circles, and using the given disc it is possible to construct either of the two circles that passes through the points at a distance that is smaller than the radius of the circle.)
1978 AMC 12/AHSME, 3
For all non-zero numbers $x$ and $y$ such that $x = 1/y$, \[\left(x-\frac{1}{x}\right)\left(y+\frac{1}{y}\right)\] equals
$\textbf{(A) }2x^2\qquad\textbf{(B) }2y^2\qquad\textbf{(C) }x^2+y^2\qquad\textbf{(D) }x^2-y^2\qquad \textbf{(E) }y^2-x^2$
2022 MIG, 24
Cows Alpha and Beta are tied by eight-meter ropes, on the midpoints of adjacent sides of a rectangular fence. Both cows are outside the fence; Alpha can wander in a region with an area of $34\pi$ square meters and Beta can wander in a region with an area of $40\pi$ square meters. What is the area enclosed by the rectangular fence?
$\textbf{(A) }45\qquad\textbf{(B) }48\qquad\textbf{(C) }96\qquad\textbf{(D) }120\qquad\textbf{(E) }144$
2024 Korea Junior Math Olympiad (First Round), 1.
Find this:
$ (1+\frac{1}{5})(1+\frac{1}{6})...(1+\frac{1}{2023})(1+\frac{1}{2024}) $
1989 AMC 8, 7
If the value of $20$ quarters and $10$ dimes equals the value of $10$ quarters and $n$ dimes, then $n=$
$\text{(A)}\ 10 \qquad \text{(B)}\ 20 \qquad \text{(C)}\ 30 \qquad \text{(D)}\ 35 \qquad \text{(E)}\ 45$
1994 All-Russian Olympiad, 8
There are $30$ students in a class. In an examination, their results were all different from each other. It is given that everyone has the same number of friends. Find the maximum number of students such that each one of them has a better result than the majority of his friends.
PS. Here majority means larger than half.
2015 Middle European Mathematical Olympiad, 6
Let $I$ be the incentre of triangle $ABC$ with $AB>AC$ and let the line $AI$ intersect the side $BC$ at $D$. Suppose that point $P$ lies on the segment $BC$ and satisfies $PI=PD$. Further, let $J$ be the point obtained by reflecting $I$ over the perpendicular bisector of $BC$, and let $Q$ be the other intersection of the circumcircles of the triangles $ABC$ and $APD$. Prove that $\angle BAQ=\angle CAJ$.
2009 Princeton University Math Competition, 2
A triangle has sides of lengths 5, 6, 7. What is 60 times the square of the radius of the inscribed circle?
2017 ASDAN Math Tournament, 9
Eddy owns $5$ different cats, and has $9$ fish to distribute among the cats. Each cat gets at least $1$ fish and at most $3$ fish. If the fish are indistinguishable, how many ways can Eddy distribute the $9$ fish among the $5$ cats?
2012 Online Math Open Problems, 28
A fly is being chased by three spiders on the edges of a regular octahedron. The fly has a speed of $50$ meters per second, while each of the spiders has a speed of $r$ meters per second. The spiders choose their starting positions, and choose the fly's starting position, with the requirement that the fly must begin at a vertex. Each bug knows the position of each other bug at all times, and the goal of the spiders is for at least one of them to catch the fly. What is the maximum $c$ so that for any $r<c,$ the fly can always avoid being caught?
[i]Author: Anderson Wang[/i]
2007 China Team Selection Test, 1
$ u,v,w > 0$,such that $ u \plus{} v \plus{} w \plus{} \sqrt {uvw} \equal{} 4$
prove that $ \sqrt {\frac {uv}{w}} \plus{} \sqrt {\frac {vw}{u}} \plus{} \sqrt {\frac {wu}{v}}\geq u \plus{} v \plus{} w$