Found problems: 85335
2008 China Team Selection Test, 2
Prove that for arbitary integer $ n > 16$, there exists the set $ S$ that contains $ n$ positive integers and has the following property:if the subset $ A$ of $ S$ satisfies for arbitary $ a,a'\in A, a\neq a', a \plus{} a'\notin S$ holds, then $ |A|\leq4\sqrt n.$
2009 China Western Mathematical Olympiad, 1
Let $M$ be the set of the real numbers except for finitely many elements. Prove that for every positive integer $n$ there exists a polynomial $f(x)$ with $\deg f = n$, such that all the coefficients and the $n$ real roots of $f$ are all in $M$.
2010 All-Russian Olympiad, 4
In a board school, there are 9 subjects, 512 students, and 256 rooms (two people in each room.) For every student there is a set (a subset of the 9 subjects) of subjects the student is interested in. Each student has a different set of subjects, (s)he is interested in, from all other students. (Exactly one student has no subjects (s)he is interested in.)
Prove that the whole school can line up in a circle in such a way that every pair of the roommates has the two people standing next to each other, and those pairs of students standing next to each other that are not roommates, have the following properties. One of the two students is interested in all the subjects that the other student is interested in, and also exactly one more subject.
Brazil L2 Finals (OBM) - geometry, 2008.5
Let $ABC$ be an acutangle triangle and $O, H$ its circumcenter, orthocenter, respectively. If $\frac{AB}{\sqrt2}=BH=OB$, calculate the angles of the triangle $ABC$ .
2023 CMIMC Combo/CS, 6
Compute the number of five-digit positive integers whose digits have exactly $30$ distinct permutations (the permutations do not necessarily have to be valid five-digit integers).
[i]Proposed by David Sun[/i]
2014 Argentina National Olympiad Level 2, 3
Let $ABCD$ be a parallelogram with sides $AB=10$ and $BC=6$. The circles $\omega_1$ and $\omega_2$ pass through $B$ and have centers $A$ and $C$ respectively. An arbitrary circle with center $D$ intersects $\omega_1$ at points $P_1\neq Q_1$ and $\omega_2$ at points $P_2 \neq Q_2$.
Calculate the ratio $\dfrac{P_1Q_1}{P_2Q_2}$.
2009 Austria Beginners' Competition, 2
Let $x$ and $y$ be nonnegative real numbers. Prove that $(x +y^3) (x^3 +y) \ge 4x^2y^2$. When does equality holds?
(Task committee)
2022 South Africa National Olympiad, 3
Let a, b, and c be nonzero integers. Show that there exists an integer k such that
$$gcd\left(a+kb, c\right) = gcd\left(a, b, c\right)$$
2005 Brazil National Olympiad, 3
A square is contained in a cube when all of its points are in the faces or in the interior of the cube. Determine the biggest $\ell > 0$ such that there exists a square of side $\ell$ contained in a cube with edge $1$.
1972 Putnam, B1
Let $\sum_{n=0}^{\infty} \frac{x^n (x-1)^{2n}}{n!}=\sum_{n=0}^{\infty} a_{n}x^{n}$. Show that no three consecutive $a_n$ can be equal to $0$.
2009 Jozsef Wildt International Math Competition, W. 9
Let the series $$s(n,x)=\sum \limits_{k= 0}^n \frac{(1-x)(1-2x)(1-3x)\cdots(1-nx)}{n!}$$ Find a real set on which this series is convergent, and then compute its sum. Find also $$\lim \limits_{(n,x)\to (\infty ,0)} s(n,x)$$
2020 Brazil Cono Sur TST, 4
Determine all positive integers $n$ such that $\frac{n(n-1)}{2}-1$ divides $1^7+2^7+\dots +n^7$.
2017 Ukrainian Geometry Olympiad, 2
Point $M$ is the midpoint of the base $BC$ of trapezoid $ABCD$. On base $AD$, point $P$ is selected. Line $PM$ intersects line $DC$ at point $Q$, and the perpendicular from $P$ on the bases intersects line $BQ$ at point $K$. Prove that $\angle QBC = \angle KDA$.
2018 IFYM, Sozopol, 8
Some of the towns in a country are connected with bidirectional paths, where each town can be reached by any other by going through these paths. From each town there are at least $n \geq 3$ paths. In the country there is no such route that includes all towns exactly once. Find the least possible number of towns in this country (Answer depends from $n$).
1997 Brazil Team Selection Test, Problem 2
Prove that any group of people can be divided into two disjoint groups $A$ and $B$ such that any member from $A$ has at least half of his acquaintances in $B$ and any member from $B$ has at least half of his acquaintances in $A$ (acquaintance is reciprocal).
2013 Stanford Mathematics Tournament, 12
What is the greatest possible value of c such that $x^2+5x+c=0$ has at least one real solution?
1988 Putnam, A4
(a) If every point of the plane is painted one of three colors, do there necessarily exist two points of the same color exactly one inch apart?
(b) What if "three'' is replaced by "nine''?
2003 Estonia Team Selection Test, 6
Let $ABC$ be an acute-angled triangle, $O$ its circumcenter and $H$ its orthocenter. The orthogonal projection of the vertex $A$ to the line $BC$ lies on the perpendicular bisector of the segment $AC$. Compute $\frac{CH}{BO}$ .
(J. Willemson)
TNO 2008 Senior, 5
Consider the polynomial with real coefficients:
\[ p(x) = a_{2008}x^{2008} + a_{2007}x^{2007} + \dots + a_1x + a_0 \]
and it is given that its coefficients satisfy:
\[ a_i + a_{i+1} = a_{i+2}, \quad i \in \{0,1,2,\dots,2006\} \]
If $p(1) = 2008$ and $p(-1) = 0$, compute $a_{2008} - a_0$.
1995 AMC 8, 9
Three congruent circles with centers $P$, $Q$, and $R$ are tangent to the sides of rectangle $ABCD$ as shown. The circle centered at $Q$ has diameter $4$ and passes through points $P$ and $R$. The area of the rectangle is
[asy]
pair A,B,C,D,P,Q,R;
A = (0,4); B = (8,4); C = (8,0); D = (0,0);
P = (2,2); Q = (4,2); R = (6,2);
dot(A); dot(B); dot(C); dot(D); dot(P); dot(Q); dot(R);
draw(A--B--C--D--cycle);
draw(circle(P,2));
draw(circle(Q,2));
draw(circle(R,2));
label("$A$",A,NW);
label("$B$",B,NE);
label("$C$",C,SE);
label("$D$",D,SW);
label("$P$",P,W);
label("$Q$",Q,W);
label("$R$",R,W);
[/asy]
$\text{(A)}\ 16 \qquad \text{(B)}\ 24 \qquad \text{(C)}\ 32 \qquad \text{(D)}\ 64 \qquad \text{(E)}\ 128$
III Soros Olympiad 1996 - 97 (Russia), 9.3
Let $ABCD$ be a three-link broken line in space, all links of which are equal and $\angle BCD=90^o$. Find the distance from $A$ to the midpoint of $BD$, if $AD = a$.
2016 China Northern MO, 3
$m(m>1)$ is an intenger, define $(a_n)$:
$a_0=m,a_{n}=\varphi(a_{n-1})$ for all positive intenger $n$.
If for all nonnegative intenger $k$, $a_{k+1}\mid a_k$, find all $m$ that is not larger than $2016$.
Note: $\varphi(n)$ means Euler Function.
2021 China Team Selection Test, 4
Let $f(x),g(x)$ be two polynomials with integer coefficients. It is known that for infinitely many prime $p$, there exist integer $m_p$ such that
$$f(a) \equiv g(a+m_p) \pmod p$$
holds for all $a \in \mathbb{Z}.$ Prove that there exists a rational number $r$ such that
$$f(x)=g(x+r).$$
2021 MOAA, 8
Evaluate
\[2^{7}\times 3^{0}+2^{6}\times 3^{1}+2^{5}\times 3^{2}+\cdots+2^{0}\times 3^{7}.\]
[i]Proposed by Nathan Xiong[/i]
2022 Oral Moscow Geometry Olympiad, 6
In a tetrahedron, segments connecting the midpoints of heights with the orthocenters of the faces to which these heights are drawn intersect at one point. Prove that in such a tetrahedron all faces are equal or there are perpendicular edges.
(Yu. Blinkov)