Found problems: 85335
2009 Chile National Olympiad, 1
Consider $9$ points in the interior of a square of side $1$. Prove that there are three of them that form a triangle with an area less than or equal to $\frac18$ .
2013 NZMOC Camp Selection Problems, 7
In a sequence of positive integers an inversion is a pair of positions such that the element in the position to the left is greater than the element in the position to the right. For instance the sequence $2,5,3,1,3$ has five inversions - between the first and fourth positions, the second and all later positions, and between the third and fourth positions. What is the largest possible number of inversions in a sequence of positive integers whose sum is $2014$?
2020-IMOC, C3
Sunny wants to send some secret message to usjl. The secret message is a three digit number, where each digit is one digit from $0$ to $9$ (so $000$ is also possibly the secret message). However, when Sunny sends the message to usjl, at most one digit might be altered. Therefore, Sunny decides to send usjl a longer message so that usjl can decipher the message to get the original secret message Sunny wants to send. Sunny and usjl can communicate the strategy beforehand. Show that sending a $4$-digit message does not suffice. Also show that sending a $6$-digit message suffices. If it is deduced that sending a $c$-digit message suffices for some $c>6$, then partial credits may be awarded.
2016 AMC 12/AHSME, 13
Alice and Bob live $10$ miles apart. One day Alice looks due north from her house and sees an airplane. At the same time Bob looks due west from his house and sees the same airplane. The angle of elevation of the airplane is $30^\circ$ from Alice's position and $60^\circ$ from Bob's position. Which of the following is closest to the airplane's altitude, in miles?
$\textbf{(A)}\ 3.5 \qquad\textbf{(B)}\ 4 \qquad\textbf{(C)}\ 4.5 \qquad\textbf{(D)}\ 5 \qquad\textbf{(E)}\ 5.5$
Russian TST 2014, P4
For a natural number $n{},$ determine the number of ordered pairs $(S,T)$ of subsets of $\{1,2,\ldots,n\}$ for which $s>|T|$ for any element $s\in S$ and $t>|S|$ for any element $t\in T.$
2001 All-Russian Olympiad Regional Round, 10.3
Describe all the ways to color each natural number as one of three colors so that the following condition is satisfied: if the numbers $a$, $b$ and $c$ (not necessarily different) satisfy the condition $2000(a + b) = c$, then they either all the same color or three different colors
2017 NIMO Problems, 5
Find the number of integers $n$ with $1\le n\le 100$ for which $n-\phi(n)$ is prime. Here $\phi(n)$ denotes the number of positive integers less than $n$ which are relatively prime to $n$.
[i]Proposed by Mehtaab Sawhney[/i]
2022 Poland - Second Round, 3
Positive integers $a,b,c$ satisfying the equation
$$a^3+4b+c = abc,$$
where $a \geq c$ and the number $p = a^2+2a+2$ is a prime. Prove that $p$ divides $a+2b+2$.
2012 China Second Round Olympiad, 6
Let $f(x)$ be an odd function on $\mathbb{R}$, such that $f(x)=x^2$ when $x\ge 0$. Knowing that for all $x\in [a,a+2]$, the inequality $f(x+a)\ge 2f(x)$ holds, find the range of real number $a$.
2024 Irish Math Olympiad, P5
Let $A,B,C$ be three points on a circle $\gamma$, and let $L$ denote the midpoint of segment $BC$. The perpendicular bisector of $BC$ intersects the circle $\gamma$ at two points $M$ and $N$, such that $A$ and $M$ are on different sides of line $BC$. Let $S$ denote the point where the segments $BC$ and $AM$ intersect. Line $NS$ intersects the circumcircle of $\triangle ALM$ at two points $D$ and $E$, with $D$ lying in the interior of the circle $\gamma$.
(a) Prove that $M$ is the circumcentre of $\triangle BCD$.
(b) Prove that the circumcircles of $\triangle BCD$ and $\triangle ADN$ are tangent at the point $D$.
2006 China National Olympiad, 4
In a right angled-triangle $ABC$, $\angle{ACB} = 90^o$. Its incircle $O$ meets $BC$, $AC$, $AB$ at $D$,$E$,$F$ respectively. $AD$ cuts $O$ at $P$. If $\angle{BPC} = 90^o$, prove $AE + AP = PD$.
2014 Belarusian National Olympiad, 2
Pairwise distinct prime numbers $p, q, r$ satisfy the equality $$rp^3 + p^2 + p = 2rq^2 +q^2 + q.$$
Determine all possible values of the product $pqr$.
2013 JBMO TST - Macedonia, 4
A regular hexagon with side length $ 1 $ is given. There are $ m $ points in its interior such that no $ 3 $ are collinear. The hexagon is divided into triangles (triangulated), such that every point of the $ m $ given and every vertex of the hexagon is a vertex of such a triangle. The triangles don't have common interior points. Prove that there exists a triangle with area not greater than $ \frac{3 \sqrt{3}}{4(m+2)}$.
2022 Rioplatense Mathematical Olympiad, 4
Let $L$ be the number formed by $2022$ digits equal to $1$, that is, $L=1111\dots 111$.
Compute the sum of the digits of the number $9L^2+2L$.
1990 AMC 8, 25
How many different patterns can be made by shading exactly two of the nine squares? Patterns that can be matched by flips and/or turns are not considered different. For example, the patterns shown below are not considered different.
[asy]
fill((0,2)--(1,2)--(1,3)--(0,3)--cycle,gray); fill((1,2)--(2,2)--(2,3)--(1,3)--cycle,gray);
draw((0,0)--(3,0)--(3,3)--(0,3)--cycle,linewidth(1));
draw((2,0)--(2,3),linewidth(1)); draw((0,1)--(3,1),linewidth(1));
draw((1,0)--(1,3),linewidth(1)); draw((0,2)--(3,2),linewidth(1));
fill((6,0)--(8,0)--(8,1)--(6,1)--cycle,gray);
draw((6,0)--(9,0)--(9,3)--(6,3)--cycle,linewidth(1));
draw((8,0)--(8,3),linewidth(1)); draw((6,1)--(9,1),linewidth(1));
draw((7,0)--(7,3),linewidth(1)); draw((6,2)--(9,2),linewidth(1));
fill((14,1)--(15,1)--(15,3)--(14,3)--cycle,gray);
draw((12,0)--(15,0)--(15,3)--(12,3)--cycle,linewidth(1));
draw((14,0)--(14,3),linewidth(1)); draw((12,1)--(15,1),linewidth(1));
draw((13,0)--(13,3),linewidth(1)); draw((12,2)--(15,2),linewidth(1));
fill((18,1)--(19,1)--(19,3)--(18,3)--cycle,gray);
draw((18,0)--(21,0)--(21,3)--(18,3)--cycle,linewidth(1));
draw((20,0)--(20,3),linewidth(1)); draw((18,1)--(21,1),linewidth(1));
draw((19,0)--(19,3),linewidth(1)); draw((18,2)--(21,2),linewidth(1));[/asy]
$ \text{(A)}\ 3\qquad\text{(B)}\ 6\qquad\text{(C)}\ 8\qquad\text{(D)}\ 12\qquad\text{(E)}\ 18 $
2020 JHMT, 5
Let $A$ and $B$ be fixed points in the Euclidean plane with $AB = 6$. Let $R$ be the region of points in the plane such that, for each $P \in R$, there exists a point $C$ such that $AC = 3$ and $P$ does not lie outside $\vartriangle ABC$. Compute the greatest integer less than or equal to the area of $R$.
2012 Kyoto University Entry Examination, 1
Answer the following questions:
(1) Let $a$ be positive real number. Find $\lim_{n\to\infty} (1+a^{n})^{\frac{1}{n}}.$
(2) Evaluate $\int_1^{\sqrt{3}} \frac{1}{x^2}\ln \sqrt{1+x^2}dx.$
35 points
PEN O Problems, 33
Assume that the set of all positive integers is decomposed into $r$ disjoint subsets $A_{1}, A_{2}, \cdots, A_{r}$ $A_{1} \cup A_{2} \cup \cdots \cup A_{r}= \mathbb{N}$. Prove that one of them, say $A_{i}$, has the following property: There exist a positive integer $m$ such that for any $k$ one can find numbers $a_{1}, \cdots, a_{k}$ in $A_{i}$ with $0 < a_{j+1}-a_{j} \le m \; (1\le j \le k-1)$.
2021-IMOC, N10
A prime is called [i]perfect[/i] if there is a permutation $a_1, a_2, \cdots, a_{\frac{p-1}{2}}, b_1, b_2, \cdots, b_{\frac{p-1}{2}}$ of $1, 2, \cdots, p-1$ satisfies $$b_i \equiv a_i + \frac{1}{a_i} \pmod p$$ for all $1 \le i \le \frac{p-1}{2}$. Show that there are infinitely many primes that are not perfect.
[i]Proposed By - CSJL[/i]
1987 Poland - Second Round, 5
Determine all prime numbers $ p $ and natural numbers $ x, y $ for which $ p^x-y^3 = 1 $.
2018 India PRMO, 16
What is the value of $ { \sum_{1 \le i< j \le 10}(i+j)}_{i+j=odd} $ $ - { \sum_{1 \le i< j \le 10}(i+j)}_{i+j=even} $
1980 IMO, 1
Let $p(x)$ be a polynomial with integer coefficients such that $p(0)=p(1)=1$. We define the sequence $a_0, a_1, a_2, \ldots, a_n, \ldots$ that starts with an arbitrary nonzero integer $a_0$ and satisfies $a_{n+1}=p(a_n)$ for all $n \in \mathbb N\cup \{0\}$. Prove that $\gcd(a_i,a_j)=1$ for all $i,j \in \mathbb N \cup \{0\}$.
2021 CMIMC, 2.7 1.3
How many permutations of the string $0123456$ are there such that no contiguous substrings of lengths $1<\ell<7$ have a sum of digits divisible by $7$?
[i]Proposed by Srinivasan Sathiamurthy[/i]
2013 Balkan MO Shortlist, A4
Find all positive integers $n$ such that there exist non-constant polynomials with integer coefficients $f_1(x),...,f_n(x)$ (not necessarily distinct) and $g(x)$ such that $$1 + \prod_{k=1}^{n}\left(f^2_k(x)-1\right)=(x^2+2013)^2g^2(x)$$
2006 Harvard-MIT Mathematics Tournament, 8
In how many ways can we enter numbers from the set $\{1,2,3,4\}$ into a $4\times 4$ array so that all of the following conditions hold?
(a) Each row contains all four numbers.
(b) Each column contains all four numbers.
(c) Each "quadrant" contains all four numbers. (The quadrants are the four corner $2\times 2$ squares.)