Found problems: 85335
2013 IMO, 2
A configuration of $4027$ points in the plane is called Colombian if it consists of $2013$ red points and $2014$ blue points, and no three of the points of the configuration are collinear. By drawing some lines, the plane is divided into several regions. An arrangement of lines is good for a Colombian configuration if the following two conditions are satisfied:
i) No line passes through any point of the configuration.
ii) No region contains points of both colors.
Find the least value of $k$ such that for any Colombian configuration of $4027$ points, there is a good arrangement of $k$ lines.
Proposed by [i]Ivan Guo[/i] from [i]Australia.[/i]
2011 F = Ma, 17
Jonathan applies a normal force that is just enough to keep the rope from slipping. Becky makes a small jump, barely leaving contact with the floor of the box. Upon landing on the box, the force of the impact causes the rope to start slipping from Jonathan’s hand. At what speed does the box smash into the ground? Assume Jonathan’s normal force does not change.
(A) $\sqrt{2gH}(\mu_k/\mu_s)$
(B) $\sqrt{2gH}(1-\mu_k/\mu_s)$
(C) $\sqrt{2gH}\sqrt{\mu_k/\mu_s}$
(D) $\sqrt{2gH}\sqrt{1-(\mu_k/\mu_s)}$
(E) $\sqrt{2gH}(\mu_s-\mu_k)$
2011 Vietnam Team Selection Test, 3
Let $n$ be a positive integer $\geq 3.$ There are $n$ real numbers $x_1,x_2,\cdots x_n$ that satisfy:
\[\left\{\begin{aligned}&\ x_1\ge x_2\ge\cdots \ge x_n;\\& \ x_1+x_2+\cdots+x_n=0;\\& \ x_1^2+x_2^2+\cdots+x_n^2=n(n-1).\end{aligned}\right.\]
Find the maximum and minimum value of the sum $S=x_1+x_2.$
2016 USAMTS Problems, 1:
Another round, another diagram...
[asy]
unitsize(1cm);
defaultpen(linewidth(0.45));
real[][] arr = {
{0,0,0,0},
{0,0,0,0},
{0,0,0,0},
{0,0,0,0}};
for (int i=0; i<4; ++i){
for (int j=0; j<4; ++j){
if(arr[3-j][i] != 0){
label((string) arr[3-j][i], (i+0.5, j+0.5));
}
}
}
label("$+$", (-0.5, 4.5), dir(-45));
label("$-$", (4.5, -0.5), dir(135));
label("\Large 13", (-0.5, 3.5));
label("\Large 28", (-0.5, 2.5));
label("\Large 23", (-0.5, 0.5));
label("\Large 7", (4.5, 3.5));
label("\Large 8", (4.5, 1.5));
label("\Large 8", (4.5, 0.5));
label("\Large 12", (3.5, -0.5));
label("\Large 12", (2.5,-0.5));
label("\Large 7", (0.5, -0.5));
label("\Large 23", (3.5, 4.5 ));
label("\Large 25", (2.5,4.5));
label("\Large 28", (1.5,4.5));
label("\Large 13", (0.5,4.5));
for(int i = 1; i <= 3; ++i){
draw((i, 0)--(i, 4));
draw((0, i)--(4, i));
}
draw((0,0)--(0,4)--(4,4)--(4,0)--cycle, linewidth(1.5));
draw((-0.8,-0.8)--(0,0), linewidth(1.5));
draw((4,4 )--(4.8,4.8), linewidth(1.5));
[/asy]
Use [code]\begin{asy}
\end{asy}[/code]environment to render the diagram correctly in a latex document. Remember to write [code]\usepackage{asymptote}[/code] in the preamble.
And of course, replace the 0's in the array at the beginning of the code with the numbers you wish to fill it in with.
2015 BMT Spring, Tie 3
A bag contains $12$ marbles: $3$ red, $4$ green, and $5$ blue. Repeatedly draw marbles with replacement until you draw two marbles of the same color in a row. What is the expected number of times that you will draw a marble?
2010 IFYM, Sozopol, 7
We will call the ordered pair $(a,b)$ “parallel”, where $a,b\in \mathbb{N}$, if $\sqrt{ab}\in \mathbb{N}$. Prove that the number of “parallel” pairs $(a,b)$, for which $1\leq a,b\leq 10^6$ is at least $3.10^6(ln\, 10-1)$.
2005 Romania National Olympiad, 1
Prove that the group morphisms $f: (\mathbb{C},+)\to(\mathbb{C},+)$ for which there exists a positive $\lambda$ such that $|f(z)| \leq \lambda |z|$ for all $z\in\mathbb{C}$, have the form
\[ f(z) = \alpha z + \beta \overline{z} \] for some complex $\alpha$, $\beta$.
[i]Cristinel Mortici[/i]
1962 Miklós Schweitzer, 4
Show that \[ \prod_{1\leq x < y \leq \frac{p\minus{}1}{2}} (x^2\plus{}y^2) \equiv (\minus{}1)^{\lfloor\frac{p\plus{}1}{8}\rfloor} \;(\textbf{mod}\;p\ ) \] for every prime $ p\equiv 3 \;(\textbf{mod}\;4\ )$. [J. Suranyi]
2007 Cuba MO, 6
Let the triangle $ABC$ be acute. Let us take in the segment $BC$ two points $F$ and $G$ such that $BG > BF = GC$ and an interior point$ P$ to the triangle on the bisector of $\angle BAC$. Then are drawn through $P$, $PD\parallel AB$ and $PE \parallel AC$, $D \in AC$ and $E \in AB$, $\angle FEP = \angle PDG$. prove that $\vartriangle ABC$ is isosceles.
2019 CHKMO, 2
Find the number of nonnegative integers $k$, $0 \leq k \leq 2188$, and such that $\binom{2188}{k}$ is divisible by 2188.
1989 AMC 8, 24
Suppose a square piece of paper is folded in half vertically. The folded paper is then cut in half along the dashed line. Three rectangles are formed-a large one and two small ones. What is the ratio of the perimeter of one of the small rectangles to the perimeter of the large rectangle?
$\text{(A)}\ \frac{1}{2} \qquad \text{(B)}\ \frac{2}{3} \qquad \text{(C)}\ \frac{3}{4} \qquad \text{(D)}\ \frac{4}{5} \qquad \text{(E)}\ \frac{5}{6}$
[asy]
draw((0,0)--(0,8)--(6,8)--(6,0)--cycle);
draw((0,8)--(5,9)--(5,8));
draw((3,-1.5)--(3,10.3),dashed);
draw((0,5.5)..(-.75,4.75)..(0,4));
draw((0,4)--(1.5,4),EndArrow);
[/asy]
2007 Indonesia MO, 6
Find all triples $ (x,y,z)$ of real numbers which satisfy the simultaneous equations
\[ x \equal{} y^3 \plus{} y \minus{} 8\]
\[y \equal{} z^3 \plus{} z \minus{} 8\]
\[ z \equal{} x^3 \plus{} x \minus{} 8.\]
1985 Traian Lălescu, 1.3
Find all functions $ f:\mathbb{Q}\longrightarrow\mathbb{Q} $ with the property that
$$ f\left( p(x)\right) =p\left( f(x)\right) ,\quad\forall x\in\mathbb{Q} , $$
for all integer polynomials $ p. $
2020 Paraguay Mathematical Olympiad, 1
José has the following list of numbers: $100, 101, 102, ..., 118, 119, 120$. He calculates the sum of each of the pairs of different numbers that you can put together. How many different prime numbers can you get calculating those sums?
2017 Princeton University Math Competition, A7
The sum
\[ \sum_{k=0}^{\infty} \frac{2^{k}}{5^{2^{k}}+1}\]
can be written in the form $\frac{p}{q}$ where $p$ and $q$ are relatively prime positive integers. Find $p+q$.
1983 Iran MO (2nd round), 5
Find the value of $S_n= \arctan \frac 12 + \arctan \frac 18+ \arctan \frac {1}{18} + \cdots + \arctan \frac {1}{2n^2}.$ Also find $\lim_{n \to \infty} S_n.$
2004 District Olympiad, 2
Let $ f:[0,1]\longrightarrow\mathbb{R} $ be a continuous function such that
$$ \int_0^1 f(x)g(x)dx =\int_0^1 f(x)dx\cdot\int_0^1 g(x)dx , $$
for all functions $ g:[0,1]\longrightarrow\mathbb{R} $ that are continuous and non-differentiable.
Prove that $ f $ is constant.
2017 Iran Team Selection Test, 2
Find the largest number $n$ that for which there exists $n$ positive integers such that non of them divides another one, but between every three of them, one divides the sum of the other two.
[i]Proposed by Morteza Saghafian[/i]
2002 IMO Shortlist, 3
The circle $S$ has centre $O$, and $BC$ is a diameter of $S$. Let $A$ be a point of $S$ such that $\angle AOB<120{{}^\circ}$. Let $D$ be the midpoint of the arc $AB$ which does not contain $C$. The line through $O$ parallel to $DA$ meets the line $AC$ at $I$. The perpendicular bisector of $OA$ meets $S$ at $E$ and at $F$. Prove that $I$ is the incentre of the triangle $CEF.$
1956 Miklós Schweitzer, 7
[b]7.[/b] Let $(a_n)_{n=0}^{\infty}$ be a sequence of real numbers such that, with some positive number $C$,
$\sum_{k=1}^{n}k\mid a_k \mid<n C$ ($n=1,2, \dots $)
Putting $s_n= a_0 +a_1+\dots+a_n$, suppose that
$\lim_{n \to \infty }(\frac{s_{0}+s_{1}+\dots+s_n}{n+1})= s$
exists. Prove that
$\lim_{n \to \infty }(\frac{s_{0}^2+s_{1}^2+\dots+s_n^2}{n+1})= s^2$
[b](S. 7)[/b]
2019 Serbia National Math Olympiad, 5
In the spherical shaped planet $X$ there are $2n$ gas stations. Every station is paired with one other station ,
and every two paired stations are diametrically opposite points on the planet.
Each station has a given amount of gas. It is known that : if a car with empty (large enough) tank starting
from any station it is always to reach the paired station with the initial station (it can get extra gas during the journey).
Find all naturals $n$ such that for any placement of $2n$ stations for wich holds the above condotions, holds:
there always a gas station wich the car can start with empty tank and go to all other stations on the planet.(Consider that the car consumes a constant amount of gas per unit length.)
2022-2023 OMMC, 19
Let $\triangle ABC$ be a triangle with $AB = 7$, $AC = 8$, and $BC = 3$. Let $P_1$ and $P_2$ be two distinct points on line $AC$ ($A, P_1, C, P_2$ appear in that order on the line) and $Q_1$ and $Q_2$ be two distinct points on line $AB$ ($A, Q_1, B, Q_2$ appear in that order on the line) such that $BQ_1 = P_1Q_1 = P_1C$ and $BQ_2 = P_2Q_2 = P_2C$. Find the distance between the circumcenters of $BP_1P_2$ and $CQ_1Q_2$.
2022 Malaysia IMONST 2, 2
Without using a calculator, determine which number is greater: $17^{24}$ or $31^{19}$
2004 Junior Balkan Team Selection Tests - Romania, 1
Find all positive reals $a,b,c$ which fulfill the following relation
\[ 4(ab+bc+ca)-1 \geq a^2+b^2+c^2 \geq 3(a^3+b^3+c^3) . \]
created by Panaitopol Laurentiu.
2013 Greece Team Selection Test, 3
Given is a triangle $ABC$.On the extensions of the side $AB$ we consider points $A_1,B_1$ such that $AB_1=BA_1$ (with $A_1$ lying closer to $B$).On the extensions of the side $BC$ we consider points $B_4,C_4$ such that $CB_4=BC_4$ (with $B_4$ lying closer to $C$).On the extensions of the side $AC$ we consider points $C_1,A_4$ such that $AC_1=CA_4$ (with $C_1$ lying closer to $A$).On the segment $A_1A_4$ we consider points $A_2,A_3$ such that $A_1A_2=A_3A_4=mA_1A_4$ where $0<m<\frac{1}{2}$.Points $B_2,B_3$ and $C_2,C_3$ are defined similarly,on the segments $B_1B_4,C_1C_4$ respectively.If $D\equiv BB_2\cap CC_2 \ , \ E\equiv AA_3\cap CC_2 \ , \ F\equiv AA_3\cap BB_3$, $\ G\equiv BB_3\cap CC_3 \ , \ H\equiv AA_2\cap CC_3$ and $I\equiv AA_2\cap BB_2$,prove that the diagonals $DG,EH,FI$ of the hexagon $DEFGHI$ are concurrent.
[hide=Diagram][asy]import graph; size(12cm);
real labelscalefactor = 0.5; /* changes label-to-point distance */
pen dps = linewidth(0.7) + fontsize(10); defaultpen(dps); /* default pen style */
pen dotstyle = black; /* point style */
real xmin = -7.984603447540051, xmax = 21.28710511372557, ymin = -6.555010307713199, ymax = 10.006614273002825; /* image dimensions */
pen aqaqaq = rgb(0.6274509803921569,0.6274509803921569,0.6274509803921569); pen uququq = rgb(0.25098039215686274,0.25098039215686274,0.25098039215686274);
draw((1.1583842866003107,4.638449718549554)--(0.,0.)--(7.,0.)--cycle, aqaqaq);
/* draw figures */
draw((1.1583842866003107,4.638449718549554)--(0.,0.), uququq);
draw((0.,0.)--(7.,0.), uququq);
draw((7.,0.)--(1.1583842866003107,4.638449718549554), uququq);
draw((1.1583842866003107,4.638449718549554)--(1.623345080409327,6.500264738079558));
draw((0.,0.)--(-0.46496079380901606,-1.8618150195300045));
draw((-3.0803965232149757,0.)--(0.,0.));
draw((7.,0.)--(10.080396523214976,0.));
draw((1.1583842866003107,4.638449718549554)--(0.007284204967787214,5.552463941947242));
draw((7.,0.)--(8.151100081632526,-0.9140142233976905));
draw((-0.46496079380901606,-1.8618150195300045)--(8.151100081632526,-0.9140142233976905));
draw((-3.0803965232149757,0.)--(0.007284204967787214,5.552463941947242));
draw((10.080396523214976,0.)--(1.623345080409327,6.500264738079558));
draw((0.,0.)--(3.7376079411107392,4.8751985535596685));
draw((-0.7646359770779035,4.164347956460432)--(7.,0.));
draw((1.1583842866003107,4.638449718549554)--(5.997084862772141,-1.150964422430769));
draw((0.,0.)--(7.966133662513563,1.6250661845198895));
draw((-2.308476341169285,1.3881159854868106)--(7.,0.));
draw((1.1583842866003107,4.638449718549554)--(1.6890544250513695,-1.624864820496926));
draw((2.0395968109217,2.660375186246903)--(2.9561195753832448,0.6030390855677443), linetype("2 2"));
draw((3.4388364046369224,1.909931693481981)--(1.4816619768719694,0.8229159040072803), linetype("2 2"));
draw((1.3969966570225139,1.8221911417546572)--(4.301698851378541,0.8775330211014288), linetype("2 2"));
/* dots and labels */
dot((1.1583842866003107,4.638449718549554),linewidth(3.pt) + dotstyle);
label("$A$", (0.6263408942608304,4.2), NE * labelscalefactor);
dot((0.,0.),linewidth(3.pt) + dotstyle);
label("$B$", (-0.44658827292841696,0.04763072114368767), NE * labelscalefactor);
dot((7.,0.),linewidth(3.pt) + dotstyle);
label("$C$", (7.008893888822507,0.18518574257820614), NE * labelscalefactor);
dot((1.623345080409327,6.500264738079558),linewidth(3.pt) + dotstyle);
label("$B_1$", (1.7267810657369815,6.6777827542874775), NE * labelscalefactor);
dot((-0.46496079380901606,-1.8618150195300045),linewidth(3.pt) + dotstyle);
label("$A_1$", (-1.1068523758141076,-1.6305405403574376), NE * labelscalefactor);
dot((10.080396523214976,0.),linewidth(3.pt) + dotstyle);
label("$B_4$", (10.062615364668826,-0.612633381742001), NE * labelscalefactor);
dot((-3.0803965232149757,0.),linewidth(3.pt) + dotstyle);
label("$C_4$", (-3.3077327187664096,-0.612633381742001), NE * labelscalefactor);
dot((0.007284204967787214,5.552463941947242),linewidth(3.pt) + dotstyle);
label("$C_1$", (0.1036318128096586,5.714897604245849), NE * labelscalefactor);
dot((8.151100081632526,-0.9140142233976905),linewidth(3.pt) + dotstyle);
label("$A_4$", (8.521999124602214,-1.1903644717669786), NE * labelscalefactor);
dot((-2.308476341169285,1.3881159854868106),linewidth(3.pt) + dotstyle);
label("$C_3$", (-2.9776006673235647,1.7808239912186203), NE * labelscalefactor);
dot((-0.7646359770779035,4.164347956460432),linewidth(3.pt) + dotstyle);
label("$C_2$", (-1.1618743843879151,4.504413415622086), NE * labelscalefactor);
dot((1.6890544250513695,-1.624864820496926),linewidth(3.pt) + dotstyle);
label("$A_2$", (1.6167370485893664,-2.125738617521704), NE * labelscalefactor);
dot((5.997084862772141,-1.150964422430769),linewidth(3.pt) + dotstyle);
label("$A_3$", (6.211074764502297,-1.603029536070534), NE * labelscalefactor);
dot((7.966133662513563,1.6250661845198895),linewidth(3.pt) + dotstyle);
label("$B_3$", (8.081823056011753,1.7808239912186203), NE * labelscalefactor);
dot((3.7376079411107392,4.8751985535596685),linewidth(3.pt) + dotstyle);
label("$B_2$", (3.8451283958285725,5.027122497073257), NE * labelscalefactor);
dot((2.0395968109217,2.660375186246903),linewidth(3.pt) + dotstyle);
label("$D$", (1.7542920700238853,2.991308179842383), NE * labelscalefactor);
dot((3.4388364046369224,1.909931693481981),linewidth(3.pt) + dotstyle);
label("$E$", (3.542507348672631,2.083445038374561), NE * labelscalefactor);
dot((4.301698851378541,0.8775330211014288),linewidth(3.pt) + dotstyle);
label("$F$", (4.22,0.93), NE * labelscalefactor);
dot((2.9561195753832448,0.6030390855677443),linewidth(3.pt) + dotstyle);
label("$G$", (2.909754250073844,0.10265272971749505), NE * labelscalefactor);
dot((1.4816619768719694,0.8229159040072803),linewidth(3.pt) + dotstyle);
label("$H$", (0.9839839499905795,0.43278478116033936), NE * labelscalefactor);
dot((1.3969966570225139,1.8221911417546572),linewidth(3.pt) + dotstyle);
label("$I$", (0.9839839499905795,1.8908680083662353), NE * labelscalefactor);
clip((xmin,ymin)--(xmin,ymax)--(xmax,ymax)--(xmax,ymin)--cycle);
/* end of picture */[/asy][/hide]