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

2013 Math Prize for Girls Olympiad, 3

$10000$ nonzero digits are written in a $100$-by-$100$ table, one digit per cell. From left to right, each row forms a $100$-digit integer. From top to bottom, each column forms a $100$-digit integer. So the rows and columns form $200$ integers (each with $100$ digits), not necessarily distinct. Prove that if at least $199$ of these $200$ numbers are divisible by $2013$, then all of them are divisible by $2013$.

2008 Postal Coaching, 4

An $8\times 8$ square board is divided into $64$ unit squares. A ’skew-diagonal’ of the board is a set of $8$ unit squares no two of which are in the same row or same column. Checkers are placed in some of the unit squares so that ’each skew-diagonal contains exactly two squares occupied by checkers’. Prove that there exist two rows or two columns which contain all the checkers.

Kyiv City MO Juniors Round2 2010+ geometry, 2011.9.4

Let two circles be externally tangent at point $C$, with parallel diameters $A_1A_2, B_1B_2$ (i.e. the quadrilateral $A_1B_1B_2A_2$ is a trapezoid with bases $A_1A_2$ and $B_1B_2$ or parallelogram). Circle with the center on the common internal tangent to these two circles, passes through the intersection point of lines $A_1B_2$ and $A_2B_1$ as well intersects those lines at points $M, N$. Prove that the line $MN$ is perpendicular to the parallel diameters $A_1A_2, B_1B_2$. (Yuri Biletsky)

2008 AMC 10, 11

Tags:
Suppose that $ \left(u_n\right)$ is a sequence of real numbers satisfying $ u_{n \plus{} 2} \equal{} 2u_{n \plus{} 1} \plus{} u_{n}$, and that $ u_3 \equal{} 9$ and $ u_6 \equal{} 128$. What is $ u_5$? $ \textbf{(A)}\ 40 \qquad \textbf{(B)}\ 53 \qquad \textbf{(C)}\ 68 \qquad \textbf{(D)}\ 88 \qquad \textbf{(E)}\ 104$

2001 Rioplatense Mathematical Olympiad, Level 3, 4

Find all functions $f: R \to R$ such that, for any $x, y \in R$: $f\left( f\left( x \right)-y \right)\cdot f\left( x+f\left( y \right) \right)={{x}^{2}}-{{y}^{2}}$

2020 IberoAmerican, 2

Let $T_n$ denotes the least natural such that $$n\mid 1+2+3+\cdots +T_n=\sum_{i=1}^{T_n} i$$ Find all naturals $m$ such that $m\ge T_m$. [i]Proposed by Nicolás De la Hoz [/i]

2005 Slovenia National Olympiad, Problem 2

Find all prime numbers $p$ for which the number $p^2+11$ has less than $11$ divisors.

1977 IMO Longlists, 42

The sequence $a_{n,k} \ , k = 1, 2, 3,\ldots, 2^n \ , n = 0, 1, 2,\ldots,$ is defined by the following recurrence formula: \[a_1 = 2,\qquad a_{n,k} = 2a_{n-1,k}^3, \qquad , a_{n,k+2^{n-1}} =\frac 12 a_{n-1,k}^3\]\[\text{for} \quad k = 1, 2, 3,\ldots, 2^{n-1} \ , n = 0, 1, 2,\ldots\] Prove that the numbers $a_{n,k}$ are all different.

2013 IMO Shortlist, A3

Let $\mathbb Q_{>0}$ be the set of all positive rational numbers. Let $f:\mathbb Q_{>0}\to\mathbb R$ be a function satisfying the following three conditions: (i) for all $x,y\in\mathbb Q_{>0}$, we have $f(x)f(y)\geq f(xy)$; (ii) for all $x,y\in\mathbb Q_{>0}$, we have $f(x+y)\geq f(x)+f(y)$; (iii) there exists a rational number $a>1$ such that $f(a)=a$. Prove that $f(x)=x$ for all $x\in\mathbb Q_{>0}$. [i]Proposed by Bulgaria[/i]

2008 Korea - Final Round, 5

Quadrilateral $ABCD$ is inscribed in a circle $O$. Let $AB\cap CD=E$ and $P\in BC, EP\perp BC$, $R\in AD, ER\perp AD$, $EP\cap AD=Q, ER\cap BC=S$ Let $K$ be the midpoint of $QS$ Prove that $E, K, O$ are collinear.

2017 Rioplatense Mathematical Olympiad, Level 3, 4

Is there a number $n$ such that one can write $n$ as the sum of $2017$ perfect squares and (with at least) $2017$ distinct ways?

2022 Purple Comet Problems, 11

Tags:
For positive integer $n,$ let $s(n)$ be the sum of the digits of n when n is expressed in base ten. For example, $s(2022) = 2 + 0 + 2 + 2 = 6.$ Find the sum of the two solutions to the equation $n - 3s(n) = 2022.$

2009 Thailand Mathematical Olympiad, 3

Let $ABCD$ be a convex quadrilateral with the property that $MA \cdot MC + MA \cdot CD = MB \cdot MD$, where $M$ is the intersection of the diagonals $AC$ and $BD$. The angle bisector of $\angle ACD$ is drawn intersecting ray $\overrightarrow{BA}$ at $K$. Prove that $BC = DK$ if and only if $AB \parallel CD$.

2016 ASDAN Math Tournament, 8

Tags:
Let $f$ be a differentiable function such that $f'(0)=4$ and $f(0)=3$. Compute $$\lim_{x\rightarrow\infty}\left(\frac{f\left(\frac{1}{x}\right)}{f(0)}\right)^x.$$

2020 AMC 8 -, 4

Tags:
Three hexagons of increasing size are shown below. Suppose the dot pattern continues so that each successive hexagon contains one more band of dots. How many dots are in the next hexagon? [asy] // diagram by SirCalcsALot size(250); real side1 = 1.5; real side2 = 4.0; real side3 = 6.5; real pos = 2.5; pair s1 = (-10,-2.19); pair s2 = (15,2.19); pen grey1 = rgb(100/256, 100/256, 100/256); pen grey2 = rgb(183/256, 183/256, 183/256); fill(circle(origin + s1, 1), grey1); for (int i = 0; i < 6; ++i) { draw(side1*dir(60*i)+s1--side1*dir(60*i-60)+s1,linewidth(1.25)); } fill(circle(origin, 1), grey1); for (int i = 0; i < 6; ++i) { fill(circle(pos*dir(60*i),1), grey2); draw(side2*dir(60*i)--side2*dir(60*i-60),linewidth(1.25)); } fill(circle(origin+s2, 1), grey1); for (int i = 0; i < 6; ++i) { fill(circle(pos*dir(60*i)+s2,1), grey2); fill(circle(2*pos*dir(60*i)+s2,1), grey1); fill(circle(sqrt(3)*pos*dir(60*i+30)+s2,1), grey1); draw(side3*dir(60*i)+s2--side3*dir(60*i-60)+s2,linewidth(1.25)); } [/asy] $\textbf{(A)}\ 35 \qquad \textbf{(B)}\ 37 \qquad \textbf{(C)}\ 39 \qquad \textbf{(D)}\ 43 \qquad \textbf{(E)}\ 49$

2003 AMC 12-AHSME, 4

Tags:
It takes Mary $ 30$ minutes to walk uphill $ 1$ km from her home to school, but it takes her only $ 10$ minutes to walk from school to home along the same route. What is her average speed, in km/hr, for the round trip? $ \textbf{(A)}\ 3 \qquad \textbf{(B)}\ 3.125 \qquad \textbf{(C)}\ 3.5 \qquad \textbf{(D)}\ 4 \qquad \textbf{(E)}\ 4.5$

1982 Miklós Schweitzer, 9

Suppose that $ K$ is a compact Hausdorff space and $ K\equal{} \cup_{n\equal{}0}^{\infty}A_n$, where $ A_n$ is metrizable and $ A_n \subset A_m$ for $ n<m$. Prove that $ K$ is metrizable. [i]Z. Balogh[/i]

2013 NZMOC Camp Selection Problems, 4

Let $C$ be a cube. By connecting the centres of the faces of $C$ with lines we form an octahedron $O$. By connecting the centers of each face of $O$ with lines we get a smaller cube $C'$. What is the ratio between the side length of $C$ and the side length of $C'$?

1983 Poland - Second Round, 2

There are three non-negative numbers $ a, b, c $ such that the sum of each two is not less than the remaining one. Prove that $$ \sqrt{a+b-c} + \sqrt{a-b+c} + \sqrt{-a+b+c} \leq \sqrt{a} + \sqrt{b} + \sqrt{c}.$$

2013 Vietnam Team Selection Test, 5

Let $ABC$ be a triangle with $\angle BAC= 45^o$ . Altitudes $AD, BE, CF$ meet at $H$. $EF$ cuts $BC$ at $P$. $I$ is the midpoint of $BC$, $IF$ cuts $PH$ in $Q$. a) Prove that $\angle IQH = \angle AIE$. b) Let $(K)$ be the circumcircle of triangle $ABC$, $(J)$ be the circumcircle of triangle $KPD$. $CK$ cuts circle $(J)$ at $G$, $IG$ cuts $(J)$ at $M$, $JC$ cuts circle of diameter $BC$ at $N$. Prove that $G, N, M, C$ lie on the same circle.

2021 239 Open Mathematical Olympiad, 6

The alphabet of the tribe AAB consists of the only letters $A$ and $B$. However, if you insert or delete the combination $AAA$ or $BBB$ for any words, the meaning of the word will not change. In addition, if $AB$ is replaced with $BBAA$, or vice versa, the meaning of the word doesn't change. The same holds for $BA$ and $AABB$. Is it true that $AB$ and $BA$ have the same meaning?

2019 Yasinsky Geometry Olympiad, p1

The circle $x^2 + y^2 = 25$ intersects the abscissa in points $A$ and $B$. Let $P$ be a point that lies on the line $x = 11$, $C$ is the intersection point of this line with the $Ox$ axis, and the point $Q$ is the intersection point of $AP$ with the given circle. It turned out that the area of the triangle $AQB$ is four times smaller than the area of the triangle $APC$. Find the coordinates of $Q$.

Putnam 1939, A3

Tags:
The roots of $x^3 + a x^2 + b x + c = 0$ are $\alpha, \beta$ and $\gamma.$ Find the cubic whose roots are $\alpha^3, \beta^3, \gamma^3.$

1988 IMO Longlists, 94

Let $n+1, n \geq 1$ positive integers be formed by taking the product of $n$ given prime numbers (a prime number can appear several times or also not appear at all in a product formed in this way.) Prove that among these $n+1$ one can find some numbers whose product is a perfect square.

2018 Nordic, 4

Let $f = f(x,y,z)$ be a polynomial in three variables $x$, $y$, $z$ such that $f(w,w,w) = 0$ for all $w \in \mathbb{R}$. Show that there exist three polynomials $A$, $B$, $C$ in these same three variables such that $A + B + C = 0$ and \[ f(x,y,z) = A(x,y,z) \cdot (x-y) + B(x,y,z) \cdot (y-z) + C(x,y,z) \cdot (z-x). \] Is there any polynomial $f$ for which these $A$, $B$, $C$ are uniquely determined?