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: 6530

1997 Turkey Team Selection Test, 3

Tags: inequalities
If $x_{1}, x_{2},\ldots ,x_{n}$ are positive real numbers with $x_{1}^2+x_2^{2}+\ldots +x_{n}^{2}=1$, find the minimum value of $\sum_{i=1}^{n}\frac{x_{i}^{5}}{x_{1}+x_{2}+\ldots +x_{n}-x_{i}}$.

2000 APMO, 4

Let $n,k$ be given positive integers with $n>k$. Prove that: \[ \frac{1}{n+1} \cdot \frac{n^n}{k^k (n-k)^{n-k}} < \frac{n!}{k! (n-k)!} < \frac{n^n}{k^k(n-k)^{n-k}} \]

2002 Austria Beginners' Competition, 3

Find all real numbers $x$ that satisfy the following inequality $|x^2-4x+1|>|x^2-4x+5|$

2004 Abels Math Contest (Norwegian MO), 2

(a) Prove that $(x+y+z)^2 \le 3(x^2 +y^2 +z^2)$ for any real numbers $x,y,z$. (b) If positive numbers $a,b,c$ satisfy $a+b+c \ge abc$, prove that $a^2 +b^2 +c^2 \ge \sqrt3 abc$

2011 AIME Problems, 8

In triangle $ABC$, $BC = 23$, $CA = 27$, and $AB = 30$. Points $V$ and $W$ are on $\overline{AC}$ with $V$ on $\overline{AW}$, points $X$ and $Y$ are on $\overline{BC}$ with $X$ on $\overline{CY}$, and points $Z$ and $U$ are on $\overline{AB}$ with $Z$ on $\overline{BU}$. In addition, the points are positioned so that $\overline{UV} \parallel \overline{BC}$, $\overline{WX} \parallel \overline{AB}$, and $\overline{YZ} \parallel \overline{CA}$. Right angle folds are then made along $\overline{UV}$, $\overline{WX}$, and $\overline{YZ}$. The resulting figure is placed on a level floor to make a table with triangular legs. Let $h$ be the maximum possible height of a table constructed from triangle $ABC$ whose top is parallel to the floor. Then $h$ can be written in the form $\tfrac{k \sqrt{m}}{n}$, where $k$ and $n$ are relatively prime positive integers and $m$ is a positive integer that is not divisible by the square of any prime. Find $k + m + n$. [asy] unitsize(1 cm); pair translate; pair[] A, B, C, U, V, W, X, Y, Z; A[0] = (1.5,2.8); B[0] = (3.2,0); C[0] = (0,0); U[0] = (0.69*A[0] + 0.31*B[0]); V[0] = (0.69*A[0] + 0.31*C[0]); W[0] = (0.69*C[0] + 0.31*A[0]); X[0] = (0.69*C[0] + 0.31*B[0]); Y[0] = (0.69*B[0] + 0.31*C[0]); Z[0] = (0.69*B[0] + 0.31*A[0]); translate = (7,0); A[1] = (1.3,1.1) + translate; B[1] = (2.4,-0.7) + translate; C[1] = (0.6,-0.7) + translate; U[1] = U[0] + translate; V[1] = V[0] + translate; W[1] = W[0] + translate; X[1] = X[0] + translate; Y[1] = Y[0] + translate; Z[1] = Z[0] + translate; draw (A[0]--B[0]--C[0]--cycle); draw (U[0]--V[0],dashed); draw (W[0]--X[0],dashed); draw (Y[0]--Z[0],dashed); draw (U[1]--V[1]--W[1]--X[1]--Y[1]--Z[1]--cycle); draw (U[1]--A[1]--V[1],dashed); draw (W[1]--C[1]--X[1]); draw (Y[1]--B[1]--Z[1]); dot("$A$",A[0],N); dot("$B$",B[0],SE); dot("$C$",C[0],SW); dot("$U$",U[0],NE); dot("$V$",V[0],NW); dot("$W$",W[0],NW); dot("$X$",X[0],S); dot("$Y$",Y[0],S); dot("$Z$",Z[0],NE); dot(A[1]); dot(B[1]); dot(C[1]); dot("$U$",U[1],NE); dot("$V$",V[1],NW); dot("$W$",W[1],NW); dot("$X$",X[1],dir(-70)); dot("$Y$",Y[1],dir(250)); dot("$Z$",Z[1],NE); [/asy]

2019 Saudi Arabia JBMO TST, 1

Let $a, b$ and $c$ be positive real numbers such that $a + b + c = 1$. Prove that $$\frac{a}{b}+\frac{b}{a}+\frac{b}{c}+\frac{c}{b}+\frac{c}{a}+\frac{a}{c} \ge 2\sqrt2 \left( \sqrt{\frac{1-a}{a}}+\sqrt{\frac{1-b}{b}}+\sqrt{\frac{1-c}{c}}\right)$$

2002 China Western Mathematical Olympiad, 1

Find all positive integers $ n$ such that $ n^4\minus{}4n^3\plus{}22n^2\minus{}36n\plus{}18$ is a perfect square.

2010 Kosovo National Mathematical Olympiad, 5

Let $x,y$ be positive real numbers such that $x+y=1$. Prove that $\left(1+\frac {1}{x}\right)\left(1+\frac {1}{y}\right)\geq 9$.

2001 Balkan MO, 3

Let $a$, $b$, $c$ be positive real numbers with $abc \leq a+b+c$. Show that \[ a^2 + b^2 + c^2 \geq \sqrt 3 abc. \] [i]Cristinel Mortici, Romania[/i]

2018 239 Open Mathematical Olympiad, 8-9.7

The sequence $a_n$ is defined by the following conditions: $a_1=1$, and for any $n\in \mathbb N$, the number $a_{n+1}$ is obtained from $a_n$ by adding three if $n$ is a member of this sequence, and two if it is not. Prove that $a_n<(1+\sqrt 2)n$ for all $n$. [i]Proposed by Mikhail Ivanov[/i]

2001 India IMO Training Camp, 1

Tags: inequalities
Let $x$ , $y$ , $z>0$. Prove that if $xyz\geq xy+yz+zx$, then $xyz \geq 3(x+ y+z)$.

2010 Contests, 3

Tags: inequalities
Positive real $A$ is given. Find maximum value of $M$ for which inequality $ \frac{1}{x}+\frac{1}{y}+\frac{A}{x+y} \geq \frac{M}{\sqrt{xy}} $ holds for all $x, y>0$

1994 Tuymaada Olympiad, 5

Find the smallest natural number $n$ for which $sin \Big(\frac{1}{n+1934}\Big)<\frac{1}{1994}$ .

2018 China Girls Math Olympiad, 1

Let $a\le 1$ be a real number. Sequence $\{x_n\}$ satisfies $x_0=0, x_{n+1}= 1-a\cdot e^{x_n}$, for all $n\ge 1$, where $e$ is the natural logarithm. Prove that for any natural $n$, $x_n\ge 0$.

1994 India National Olympiad, 2

If $x^5 - x ^3 + x = a,$ prove that $x^6 \geq 2a - 1$.

1998 Poland - Second Round, 3

Tags: inequalities
If $ a$, $ b$, $ c$, $ d$, $ e$, $ f$ are nonnegative real numbers satisfying $ a \plus{} b \plus{} c \plus{} d \plus{} e \plus{} f \equal{} 1$ and $ ace \plus{} bdf \geq \frac {1}{108}$, then prove that \[ abc \plus{} bcd \plus{} cde \plus{} de f \plus{} efa \plus{} fab \leq \frac {1}{36} \]

2016 Israel Team Selection Test, 1

Let $a,b,c$ be positive numbers satisfying $ab+bc+ca+2abc=1$. Prove that $4a+b+c \geq 2$.

2009 Today's Calculation Of Integral, 514

Prove the following inequalities: (1) $ x\minus{}\sin x\leq \tan x\minus{}x\ \ \left(0\leq x<\frac{\pi}{2}\right)$ (2) $ \int_0^x \cos (\tan t\minus{}t)\ dt\leq \sin (\sin x)\plus{}\frac 12 \left(x\minus{}\frac{\sin 2x}{2}\right)\ \left(0\leq x\leq \frac{\pi}{3}\right)$

1970 Poland - Second Round, 1

Prove that $$ |\cos n\beta - \cos n\alpha| \leq n^2 |\cos \beta - \cos\alpha|,$$ where $n$ is a natural number . Check for what values of $ n $, $ \alpha $, $ \beta $ equality holds.

2004 China Western Mathematical Olympiad, 4

Suppose that $ a$, $ b$, $ c$ are positive real numbers, prove that \[ 1 < \frac {a}{\sqrt {a^{2} \plus{} b^{2}}} \plus{} \frac {b}{\sqrt {b^{2} \plus{} c^{2}}} \plus{} \frac {c}{\sqrt {c^{2} \plus{} a^{2}}}\leq\frac {3\sqrt {2}}{2} \]

2020 IMO Shortlist, A1

[i]Version 1[/i]. Let $n$ be a positive integer, and set $N=2^{n}$. Determine the smallest real number $a_{n}$ such that, for all real $x$, \[ \sqrt[N]{\frac{x^{2 N}+1}{2}} \leqslant a_{n}(x-1)^{2}+x . \] [i]Version 2[/i]. For every positive integer $N$, determine the smallest real number $b_{N}$ such that, for all real $x$, \[ \sqrt[N]{\frac{x^{2 N}+1}{2}} \leqslant b_{N}(x-1)^{2}+x . \]

2008 Bosnia And Herzegovina - Regional Olympiad, 2

If $ a$, $ b$ and $ c$ are positive reals prove inequality: \[ \left(1\plus{}\frac{4a}{b\plus{}c}\right)\left(1\plus{}\frac{4b}{a\plus{}c}\right)\left(1\plus{}\frac{4c}{a\plus{}b}\right) > 25.\]

2001 Austrian-Polish Competition, 4

Prove that if $a,b,c,d$ are lengths of the successive sides of a quadrangle (not necessarily convex) with the area equal to $S$, then the following inequality holds \[S \leq \frac{1}{2}(ac+bd).\] For which quadrangles does the inequality become equality?

2004 Baltic Way, 2

Let $ P(x)$ be a polynomial with a non-negative coefficients. Prove that if the inequality $ P\left(\frac {1}{x}\right)P(x)\geq 1$ holds for $ x \equal{} 1$, then this inequality holds for each positive $ x$.

1964 Polish MO Finals, 1

Prove that the inequality $$ \frac{1}{3} \leq \frac{\tan 3\alpha}{\tan \alpha} \leq 3 $$ is not true for any value of $ \alpha $.