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

1986 China Team Selection Test, 2

Let $ a_1$, $ a_2$, ..., $ a_n$ and $ b_1$, $ b_2$, ..., $ b_n$ be $ 2 \cdot n$ real numbers. Prove that the following two statements are equivalent: [b]i)[/b] For any $ n$ real numbers $ x_1$, $ x_2$, ..., $ x_n$ satisfying $ x_1 \leq x_2 \leq \ldots \leq x_ n$, we have $ \sum^{n}_{k \equal{} 1} a_k \cdot x_k \leq \sum^{n}_{k \equal{} 1} b_k \cdot x_k,$ [b]ii)[/b] We have $ \sum^{s}_{k \equal{} 1} a_k \leq \sum^{s}_{k \equal{} 1} b_k$ for every $ s\in\left\{1,2,...,n\minus{}1\right\}$ and $ \sum^{n}_{k \equal{} 1} a_k \equal{} \sum^{n}_{k \equal{} 1} b_k$.

2018 Baltic Way, 20

Find all the triples of positive integers $(a,b,c)$ for which the number \[\frac{(a+b)^4}{c}+\frac{(b+c)^4}{a}+\frac{(c+a)^4}{b}\] is an integer and $a+b+c$ is a prime.

2010 Contests, 2

In each cell of an $n\times n$ board is a lightbulb. Initially, all of the lights are off. Each move consists of changing the state of all of the lights in a row or of all of the lights in a column (off lights are turned on and on lights are turned off). Show that if after a certain number of moves, at least one light is on, then at this moment at least $n$ lights are on.

2004 China Team Selection Test, 3

Tags: algebra
Find all positive integer $ n$ satisfying the following condition: There exist positive integers $ m$, $ a_1$, $ a_2$, $ \cdots$, $ a_{m\minus{}1}$, such that $ \displaystyle n \equal{} \sum_{i\equal{}1}^{m\minus{}1} a_i(m\minus{}a_i)$, where $ a_1$, $ a_2$, $ \cdots$, $ a_{m\minus{}1}$ may not distinct and $ 1 \leq a_i \leq m\minus{}1$.

2017 Korea Junior Math Olympiad, 2

Let there be a scalene triangle $ABC$, and its incircle hits $BC, CA, AB$ at $D, E, F$. The perpendicular bisector of $BC$ meets the circumcircle of $ABC$ at $P, Q$, where $P$ is on the same side with $A$ with respect to $BC$. Let the line parallel to $AQ$ and passing through $D$ meet $EF$ at $R$. Prove that the intersection between $EF$ and $PQ$ lies on the circumcircle of $BCR$.

2015 ASDAN Math Tournament, 1

Tags:
Rachel has $3$ children, all of which are at least $2$ years old. The ages of the children are all pairwise relatively prime, but Rachel’s age is a multiple of each of her children’s ages. What is Rachel’s minimum possible age?

2000 South africa National Olympiad, 2

Tags:
Solve for $x$, given $36x^4 + 36x^3 - 7x^2 - 6x + 1 = 0$.

2009 Romanian Master of Mathematics, 2

A set $ S$ of points in space satisfies the property that all pairwise distances between points in $ S$ are distinct. Given that all points in $ S$ have integer coordinates $ (x,y,z)$ where $ 1 \leq x,y, z \leq n,$ show that the number of points in $ S$ is less than $ \min \Big((n \plus{} 2)\sqrt {\frac {n}{3}}, n \sqrt {6}\Big).$ [i]Dan Schwarz, Romania[/i]

2010 Sharygin Geometry Olympiad, 23

Tags: geometry
A cyclic hexagon $ABCDEF$ is such that $AB \cdot CF= 2BC \cdot FA, CD \cdot EB = 2 DE \cdot BC$ and $EF \cdot AD = 2FA \cdot DE.$ Prove that the lines $AD, BE$ and $CF$ are concurrent.

1998 Korea Junior Math Olympiad, 6

Tags: inequalities
For positive reals $a \geq b \geq c \geq 0$ prove the following inequality: $$\frac{a}{b}+\frac{b}{c}+\frac{c}{a} \geq \frac{a+b}{a+c}+\frac{b+c}{b+a}+\frac{c+a}{c+b}$$

2016 Peru MO (ONEM), 3

Tags: function , algebra
Find all functions $f\colon \mathbb{R}\to\mathbb{R}$ such that \[f(x + y) + f(x + z) - f(x)f(y + z) \ge 1\] for all $x,y,z \in \mathbb{R}$

2013 Junior Balkan Team Selection Tests - Moldova, 5

The real numbers $a, b, c$ are positive, and the real numbers $p, q, r \in [0,1/2]$ satisfy equality $p + q + r = 1$. Prove the inequality $$pab + qbc + rca \le \frac18 (a + b + c)^2.$$

2005 AMC 12/AHSME, 17

A unit cube is cut twice to form three triangular prisms, two of which are congruent, as shown in Figure 1. The cube is then cut in the same manner along the dashed lines shown in Figure 2. This creates nine pieces. What is the volume of the piece that contains vertex $ W$? [asy]import three; size(200); defaultpen(linewidth(.8pt)+fontsize(10pt)); currentprojection=oblique; path3 p1=(0,2,2)--(0,2,0)--(2,2,0)--(2,2,2)--(0,2,2)--(0,0,2)--(2,0,2)--(2,2,2); path3 p2=(2,2,0)--(2,0,0)--(2,0,2); path3 p3=(0,0,2)--(0,2,1)--(2,2,1)--(2,0,2); path3 p4=(2,2,1)--(2,0,0); pen finedashed=linetype("4 4"); draw(p1^^p2^^p3^^p4); draw(shift((4,0,0))*p1); draw(shift((4,0,0))*p2); draw(shift((4,0,0))*p3); draw(shift((4,0,0))*p4); draw((4,0,2)--(5,2,2)--(6,0,2),finedashed); draw((5,2,2)--(5,2,0)--(6,0,0),finedashed); label("$W$",(3,0,2)); draw((2.7,.3,2)--(2.1,1.9,2),linewidth(.6pt)); draw((3.4,.3,2)--(5.9,1.9,2),linewidth(.6pt)); label("Figure 1",(1,-0.5,2)); label("Figure 2",(5,-0.5,2));[/asy]$ \textbf{(A)}\ \frac {1}{12}\qquad \textbf{(B)}\ \frac {1}{9}\qquad \textbf{(C)}\ \frac {1}{8}\qquad \textbf{(D)}\ \frac {1}{6}\qquad \textbf{(E)}\ \frac {1}{4}$

2016 IFYM, Sozopol, 7

Is the following set of prime numbers $p$ finite or infinite, where each $p$ [b]doesn't[/b] divide the numbers that can be expressed as $n^{2016}+2016^{2016}$ for $n\in \mathbb{N}$, if: a) $p=4k+3$; b) $p=4k+1$?

1961 Polish MO Finals, 3

Prove that if a plane section of a tetrahedron is a parallelogram, then half of its perimeter is contained between the length of the smallest and the length of the largest edge of the tetrahedron.

2017 BMT Spring, 5

Tags: algebra
Find the value of $y$ such that the following equation has exactly three solutions. $$||x -1|-4|= y.$$

2007 Italy TST, 1

Let $ABC$ an acute triangle. (a) Find the locus of points that are centers of rectangles whose vertices lie on the sides of $ABC$; (b) Determine if exist some points that are centers of $3$ distinct rectangles whose vertices lie on the sides of $ABC$.

2004 Germany Team Selection Test, 4

Let the positive integers $x_1$, $x_2$, $...$, $x_{100}$ satisfy the equation \[\frac{1}{\sqrt{x_1}}+\frac{1}{\sqrt{x_2}}+...+\frac{1}{\sqrt{x_{100}}}=20.\] Show that at least two of these integers are equal to each other.

2023 Oral Moscow Geometry Olympiad, 2

Tags: geometry
Points $X_1$ and $X_2$ move along fixed circles with centers $O_1$ and $O_2$, respectively, so that $O_1X_1 \parallel O_2X_2$. Find the locus of the intersection point of lines $O_1X_2$ and $O_2X_1$.

2014 Math Prize for Girls Olympiad, 1

Tags: rhombus , geometry
Say that a convex quadrilateral is [i]tasty[/i] if its two diagonals divide the quadrilateral into four nonoverlapping similar triangles. Find all tasty convex quadrilaterals. Justify your answer.

2024 Stars of Mathematics, P2

For any positive integer $n$ we define $n!!=\prod_{k=0}^{\lceil n/2\rceil -1}(n-2k)$. Prove that if the positive integers $a,b,c$ satisfy $a!=b!!+c!!$, then $b$ and $c$ are odd. [i]Proposed by Mihai Cipu[/i]

2008 Grigore Moisil Intercounty, 3

Let be a $ 2\times 2 $ real matrix $ A $ whose primary diagonal has positive elements and whose secondary diagonal has negative elements. If $ \det A>0, $ show that [b]a)[/b] for any $ 2\times 2 $ matrix $ X $ of positive real numbers there exists a $ 2\times 2 $ matrix of positive real numbers such that $ AY=X. $ [b]b)[/b] there is a $ 2\times 2 $ matrix $ Z $ of positive real numbers having the property that all elements of $ AZ $ are positive. [i]Vasile Pop[/i]

2017 Argentina National Math Olympiad Level 2, 1

On a table, there are $16$ weights of the same appearance, which have all the integer weights from $13$ to $28$ grams, that is, they weigh $13, 14, 15, \dots, 28$ grams. Determine the four weights that weigh $13, 14, 27, 28$ grams, using a two-pan balance at most $26$ times.

2022 BAMO, 4

Ten birds land on a $10$-meter-long wire, each at a random point chosen uniformly along the wire. (That is, if we pick out any $x$-meter portion of the wire, there is an $\tfrac{x}{10}$ probability that a given bird will land there.) What is the probability that every bird sits more than one meter away from its closest neighbor?

2007 Oral Moscow Geometry Olympiad, 4

The midpoints of the opposite sides of the hexagon are connected by segments. It turned out that the points of pairwise intersection of these segments form an equilateral triangle. Prove that the drawn segments are equal. (M. Volchkevich)