This website contains problems from math contests. Problems and corresponding tags were obtained from the Art of Problem Solving website.

Tags were heavily modified to better represent problems.

AND:
OR:
NO:

Found problems: 85335

2018 Purple Comet Problems, 4

Tags: geometry
The diagram below shows a large square with each of its sides divided into four equal segments. The shaded square whose sides are diagonals drawn to these division points has area $13$. Find the area of the large square. [img]https://cdn.artofproblemsolving.com/attachments/8/3/bee223ef39dea493d967e7ebd5575816954031.png[/img]

2011 Preliminary Round - Switzerland, 4

Given is a circular bus route with $n\geqslant2$ bus stops. The route can be frequented in both directions. The way between two stops is called [i]section[/i] and one of the bus stops is called [i]Zürich[/i]. A bus shall start at Zürich, pass through all the bus stops [b]at least once[/b] and drive along exactly $n+2$ sections before it returns to Zürich in the end. Assuming that the bus can chance directions at each bus stop, how many possible routes are there? EDIT: Sorry, there was a mistake...corrected now, thanks mavropnevma! :oops:

2018 Tuymaada Olympiad, 3

A point $P$ on the side $AB$ of a triangle $ABC$ and points $S$ and $T$ on the sides $AC$ and $BC$ are such that $AP=AS$ and $BP=BT$. The circumcircle of $PST$ meets the sides $AB$ and $BC$ again at $Q$ and $R$, respectively. The lines $PS$ and $QR$ meet at $L$. Prove that the line $CL$ bisects the segment $PQ$. [i]Proposed by A. Antropov[/i]

1962 Polish MO Finals, 6

Given three lines $ a $, $ b $, $ c $ pairwise skew. Is it possible to construct a parallelepiped whose edges lie on the lines $ a $, $ b $, $ c $?

2008 Bosnia Herzegovina Team Selection Test, 1

Prove that in an isosceles triangle $ \triangle ABC$ with $ AC\equal{}BC\equal{}b$ following inequality holds $ b> \pi r$, where $ r$ is inradius.

2020 CCA Math Bonanza, TB3

Tags:
How many unordered triples $A,B,C$ of distinct lattice points in $0\leq x,y\leq4$ have the property that $2[ABC]$ is an integer divisible by $5$? [i]2020 CCA Math Bonanza Tiebreaker Round #3[/i]

1994 Moldova Team Selection Test, 1

Let $P(X)=X^n+a_1X^{n-1}+\ldots+a_n$ be a plynomial with real roots $x_1. x_2,\ldots,x_n$. Denote $E_k=x_1^k+x_2^k+\ldots+x_n^k, \forall k\in\mathbb{N}$. There exists an $m\in\mathbb{N}$ such that $E_m=E_{m+1}=E_{m+2}=1$. Find $\max\{P(-2),P(2)\}$.

2013 District Olympiad, 4

For a given a positive integer $n$, find all integers $x_1, x_2,... , x_n$ subject to $0 < x_1 < x_2 < ...< x_n < x_{n+1}$ and $$x_nx_{n+1} \le 2(x_1 + x_2 + ... + x_n).$$

2016 Romania National Olympiad, 3

Let be a real number $ a, $ and a function $ f:\mathbb{R}_{>0 }\longrightarrow\mathbb{R}_{>0 } . $ Show that the following relations are equivalent. $ \text{(i)}\quad\varepsilon\in\mathbb{R}_{>0 } \implies\left( \lim_{x\to\infty } \frac{f(x)}{x^{a+\varepsilon }} =0\wedge \lim_{x\to\infty } \frac{f(x)}{x^{a-\varepsilon }} =\infty \right) $ $ \text{(ii)}\quad\lim_{x\to\infty } \frac{\ln f(x)}{\ln x } =a $

2007 Balkan MO Shortlist, G1

Let $\omega$ be a circle with center $O$ and let $A$ be a point outside $\omega$. The tangents from $A$ touch $\omega$ at points $B$, and $C$. Let $D$ be the point at which the line $AO$ intersects the circle such that $O$ is between $A$ and $D$. Denote by $X$ the orthogonal projection of $B$ onto $CD$, by $Y$ the midpoint of the segment $BX$ and by $Z$ the second point of intersection of the line $DY$ with $\omega$. Prove that $ZA$ and $ZC$ are perpendicular to each other.

2008 Gheorghe Vranceanu, 1

Prove that for a positive number $ r>1, $ there is a nondecreasing sequence of positive numbers $ \left( a_v\right)_{v\ge 1} $ such that $$ r=\lim_{n\to\infty }\sum_{i=1}^n \frac{a_i}{a_{i+1}} . $$

2011 Serbia National Math Olympiad, 2

Are there positive integers $a, b, c$ greater than $2011$ such that: $(a+ \sqrt{b})^c=...2010,2011...$?

2015 Bundeswettbewerb Mathematik Germany, 2

A sum of $335$ pairwise distinct positive integers equals $100000$. a) What is the least number of uneven integers in that sum? b) What is the greatest number of uneven integers in that sum?

2007 Princeton University Math Competition, 6

Triangle $ABC$ has $AC = 3$, $BC = 5$, $AB = 7$. A circle is drawn internally tangent to the circumcircle of $ABC$ at $C$, and tangent to $AB$. Let $D$ be its point of tangency with $AB$. Find $BD - DA$. [asy] /* File unicodetex not found. */ /* Geogebra to Asymptote conversion, documentation at artofproblemsolving.com/Wiki, go to User:Azjps/geogebra */ import graph; size(6cm); real labelscalefactor = 2.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 = -4.5, xmax = 7.01, ymin = -3, ymax = 8.02; /* image dimensions */ /* draw figures */ draw(circle((1.37,2.54), 5.17)); draw((-2.62,-0.76)--(-3.53,4.2)); draw((-3.53,4.2)--(5.6,-0.44)); draw((5.6,-0.44)--(-2.62,-0.76)); draw(circle((-0.9,0.48), 2.12)); /* dots and labels */ dot((-2.62,-0.76),dotstyle); label("$C$", (-2.46,-0.51), SW * labelscalefactor); dot((-3.53,4.2),dotstyle); label("$A$", (-3.36,4.46), NW * labelscalefactor); dot((5.6,-0.44),dotstyle); label("$B$", (5.77,-0.17), SE * labelscalefactor); dot((0.08,2.37),dotstyle); label("$D$", (0.24,2.61), SW * labelscalefactor); clip((xmin,ymin)--(xmin,ymax)--(xmax,ymax)--(xmax,ymin)--cycle); label("$7$",(-3.36,4.46)--(5.77,-0.17), NE * labelscalefactor); label("$3$",(-3.36,4.46)--(-2.46,-0.51),SW * labelscalefactor); label("$5$",(-2.46,-0.51)--(5.77,-0.17), SE * labelscalefactor); /* end of picture */ [/asy]

2020 Junior Balkаn MO, 4

Find all prime numbers $p$ and $q$ such that $$1 + \frac{p^q - q^p}{p + q}$$ is a prime number. [i]Proposed by Dorlir Ahmeti, Albania[/i]

2017 Sharygin Geometry Olympiad, 6

A median of an acute-angled triangle dissects it into two triangles. Prove that each of them can be covered by a semidisc congruent to a half of the circumdisc of the initial triangle.

2024 CCA Math Bonanza, T3

Tags:
Find the number of triples of integers $(a, b, c)$ where $1 \le a < b < c \le 20$ and $a$, $b$, $c$ form the sides of a non-degenerate triangle. [i]Team #3[/i]

2008 China Girls Math Olympiad, 5

In convex quadrilateral $ ABCD$, $ AB \equal{} BC$ and $ AD \equal{} DC$. Point $ E$ lies on segment $ AB$ and point $ F$ lies on segment $ AD$ such that $ B$, $ E$, $ F$, $ D$ lie on a circle. Point $ P$ is such that triangles $ DPE$ and $ ADC$ are similar and the corresponding vertices are in the same orientation (clockwise or counterclockwise). Point $ Q$ is such that triangles $ BQF$ and $ ABC$ are similar and the corresponding vertices are in the same orientation. Prove that points $ A$, $ P$, $ Q$ are collinear.

2020 Tournament Of Towns, 5

Tags:
On the 8×8 chessboard there are two identical markers in the squares a1 and c3. Alice and Bob in turn make the following moves (the first move is Alice’s): a player picks any marker and moves it horizontally to the right or vertically upwards through any number of squares. The aim of each player is to get tothe square h8. Which player has a winning strategy no matter what does his opponent? (There may be only one marker on a square,the markers may not go through each other.) The 8x8 chessboard consists of columns lettered a to h from left to right and rows numbered 1-8 from bottom to top [img]https://cdn.artofproblemsolving.com/attachments/1/f/4c5548f606fda915e0a50a8cf886ff93e1f86d.png[/img]

2005 Brazil Undergrad MO, 3

Let $v_1,v_2,\ldots,v_n$ vectors in $\mathbb{R}^2$ such that $|v_i|\leq 1$ for $1 \leq i \leq n$ and $\sum_{i=1}^n v_i=0$. Prove that there exists a permutation $\sigma$ of $(1,2,\ldots,n)$ such that $\left|\sum_{j=1}^k v_{\sigma(j)}\right| \leq\sqrt 5$ for every $k$, $1\leq k \leq n$. [i]Remark[/i]: If $v = (x,y)\in \mathbb{R}^2$, $|v| = \sqrt{x^2 + y^2}$.

2015 BAMO, 4

Let $A$ be a corner of a cube. Let $B$ and $C$ the midpoints of two edges in the positions shown on the figure below: [center][img]http://i.imgur.com/tEODnV0.png[/img][/center] The intersection of the cube and the plane containing $A,B,$ and $C$ is some polygon, $P$. [list=a] [*] How many sides does $P$ have? Justify your answer. [*] Find the ratio of the area of $P$ to the area of $\triangle{ABC}$ and prove that your answer is correct.

2009 Korea - Final Round, 3

2008 white stones and 1 black stone are in a row. An 'action' means the following: select one black stone and change the color of neighboring stone(s). Find all possible initial position of the black stone, to make all stones black by finite actions.

2008 Tournament Of Towns, 2

A line parallel to the side $AC$ of triangle $ABC$ cuts the side $AB$ at $K$ and the side $BC$ at $M$. $O$ is the intersection point of $AM$ and $CK$. If $AK = AO$ and $KM = MC$, prove that $AM = KB$.

2021 Saudi Arabia Training Tests, 39

Determine if there exists pairwise distinct positive integers $a_1$, $a_2$,$ ...$, $a_{101}$, $b_1$, $b_2$,$ ...$, $b_{101}$ satisfying the following property: for each non-empty subset $S$ of $\{1, 2, ..., 101\}$ the sum $\sum_{i \in S} a_i$ divides $100! + \sum_{i \in S} b_i$.

2004 Switzerland Team Selection Test, 4

Tags: inequalities
[i]Second Test, May 16[/i] Let $a$, $b$, and $c$ be positive real numbers such that $abc = 1$. Prove that $\frac{ab}{a^{5}+b^{5}+ab}+\frac{bc}{b^{5}+c^{5}+bc}+\frac{ca}{c^{5}+a^{5}+ca}\le 1$ . When does equality hold?