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

Let $a_1,a_2,\cdots, a_n$ and $b_1,b_2,\cdots, b_n$ be two permutations of the numbers $1,2,\cdots, n$. Show that \[\sum_{i=1}^n i(n+1-i) \le \sum_{i=1}^n a_ib_i \le \sum_{i=1}^n i^2\]
Find the smallest positive integer $k$ such that \[(16a^2 + 36b^2 + 81c^2)(81a^2 + 36b^2 + 16c^2) < k(a^2 + b^2 + c^2)^2,\] for some ordered triple of positive integers $(a,b,c)$.
Positive real numbers $a, b, c$ satisfy $abc = 1$. Prove that $$\frac{a}{1+b}+\frac{b}{1+c}+\frac{c}{1+a} \ge \frac32$$
Let $x,y,z$ be nonnegative positive integers. Prove $\frac{x-y}{xy+2y+1}+\frac{y-z}{zy+2z+1}+\frac{z-x}{xz+2x+1}\ge 0$
Let there be a figure with $9$ disks and $11$ edges, as shown below. We will write a real number in each and every disk. Then, for each edge, we will write the square of the difference between the two real numbers written in the two disks that the edge connects. We must write $0$ in disk $A$, and $1$ in disk $I$. Find the minimum sum of all real numbers written in $11$ edges.
Show that there exists no function $f : Z \to Z$ such that for all $m, n \in Z$ $$f(m + f(n)) = f(m) - n.$$
For $a, b, c>0,$ and $k\geq1,$ prove that \[\frac{a^{k+1}}{b^k+c^k}+\frac{b^{k+1}}{c^k+a^k}+\frac{c^{k+1}}{a^k+b^k}\geq\frac{3}{2}\sqrt{\frac{a^{k+1}+b^{k+1}+c^{k+1}}{{a^{k-1}+b^{k-1}+c^{k-1}}}}\] Author: MIHALY BENCZE
Let $\alpha \in \left( 0, \dfrac{\pi}{2}\right)$.Find the minimum value of the expression $$ P = (1+\cos\alpha)\left(1+\frac{1}{\sin \alpha} \right)+(1+\sin \alpha)\left(1+\frac{1}{\cos \alpha} \right) .$$
Find all functions $f: \mathbb {R}^+ \times \mathbb {R}^+ \to \mathbb {R}^+$ that satisfy the following conditions for all positive real numbers $x,y,z:$ $$f\left ( f(x,y),z \right )=x^2y^2f(x,z)$$ $$f\left ( x,1+f(x,y) \right ) \ge x^2 + xyf(x,x)$$ [i]Proposed by Mojtaba Zare, Ali Daei Nabi[/i]
Prove for positive reals $a,b,c$ that $(ab+bc+ca+1)(a+b)(b+c)(c+a) \ge 2abc(a+b+c+1)^2$
Find the maximum value of the expression $ x+y+z, $ where $ x,y,z $ are real numbers satisfying $$ \left\{ \begin{matrix} x^2+yz\le 2 \\y^2+zx\le 2\\ z^2+xy\le 2 \end{matrix} \right. . $$
Find all continuous functions $f: \mathbb{R}\to \mathbb{R}$ such that \[ f(x)-f(y)\in \mathbb{Q}\quad \text{ for all }\quad x-y\in\mathbb{Q} \]
Let $S$ be the set of sequences of length 2018 whose terms are in the set $\{1, 2, 3, 4, 5, 6, 10\}$ and sum to 3860. Prove that the cardinality of $S$ is at most \[2^{3860} \cdot \left(\frac{2018}{2048}\right)^{2018}.\]
Find all functions $f: \mathbb{Z} \rightarrow \mathbb{Z}$ which satisfy \[ f(m + f(n)) = f(m) + n \] for all $m,n \in \mathbb{Z}$.
Let $V$ be the set of all continuous functions $f\colon [0,1]\to \mathbb{R}$, differentiable on $(0,1)$, with the property that $f(0)=0$ and $f(1)=1$. Determine all $\alpha \in \mathbb{R}$ such that for every $f\in V$, there exists some $\xi \in (0,1)$ such that \[f(\xi)+\alpha = f'(\xi)\]
Determine all functions $f: \mathbb{R} \rightarrow \mathbb{R}$ such that $$f(xf(x-y))+yf(x)=x+y+f(x^2),$$ for all real numbers $x$ and $y.$
Fix a positive integer $n\geq 2$. What is the lest value that the expression $$\bigg\lfloor\frac{x_2+x_3+\dots +x_n}{x_1}\bigg\rfloor + \bigg\lfloor\frac{x_1+x_3+\dots +x_n}{x_2}\bigg\rfloor +\dots +\bigg\lfloor\frac{x_1+x_2+\dots +x_{n-1}}{x_n}\bigg\rfloor$$ may achieve, where $x_1,x_2,\dots ,x_n$ are positive real numbers.
In the adjoining figure, two circles of radii 6 and 8 are drawn with their centers 12 units apart. At $P$, one of the points of intersection, a line is drawn in such a way that the chords $QP$ and $PR$ have equal length. Find the square of the length of $QP$. [asy]unitsize(2.5mm); defaultpen(linewidth(.8pt)+fontsize(12pt)); dotfactor=3; pair O1=(0,0), O2=(12,0); path C1=Circle(O1,8), C2=Circle(O2,6); pair P=intersectionpoints(C1,C2)[0]; path C3=Circle(P,sqrt(130)); pair Q=intersectionpoints(C3,C1)[0]; pair R=intersectionpoints(C3,C2)[1]; draw(C1); draw(C2); //draw(O2--O1); //dot(O1); //dot(O2); draw(Q--R); label("$Q$",Q,N); label("$P$",P,dir(80)); label("$R$",R,E); //label("12",waypoint(O1--O2,0.4),S);[/asy]
The Fibonacci sequence $F_n$ is defined by $F_1=F_2=1$ and the recurrence relation $F_n=F_{n-1}+F_{n-2}$ for all integers $n\geq3$. Let $m,n\geq1$ be integers. Find the minimal degree $d$ for which there exists a polynomial $f(x)=a_dx^d+a_{d-1}x^{d-1}+\dots+a_1x+a_0$, which satisfies $f(k)=F_{m+k}$ for all $k=0,1,...,n$.
Let $a$, $b$, $c$ be positive real numbers. Prove that \[ \frac{a}{b+c}+\frac{b}{c+a}+\frac{c}{a+b}+\sqrt{\frac{ab+bc+ca}{a^2+b^2+c^2}}\ge\frac52\] and determine when equality holds.
Let $x; y$ and $z$ be positive real numbers such that $\sqrt{x}+\sqrt{y}+\sqrt{z}= 1$. Prove that $\frac{x^{2}+yz}{\sqrt{2x^{2}(y+z)}}+\frac{y^{2}+zx}{\sqrt{2y^{2}(z+x)}}+\frac{z^{2}+xy}{\sqrt{2z^{2}(x+y)}}\geq 1.$
Let $a,b,c$ be positive real numbers. Prove that \[\left((3a^2+1)^2+2\left(1+\frac{3}{b}\right)^2\right)\left((3b^2+1)^2+2\left(1+\frac{3}{c}\right)^2\right)\left((3c^2+1)^2+2\left(1+\frac{3}{a}\right)^2\right)\geq 48^3\]
Let $a, b, c$ be positive reals. Prove that $\sqrt{2a^2+bc}+\sqrt{2b^2+ac}+\sqrt{2c^2+ab}\ge 3 \sqrt{ab+bc+ca}$
Given a positive integer $ n$, find all integers $ (a_{1},a_{2},\cdots,a_{n})$ satisfying the following conditions: $ (1): a_{1}\plus{}a_{2}\plus{}\cdots\plus{}a_{n}\ge n^2;$ $ (2): a_{1}^2\plus{}a_{2}^2\plus{}\cdots\plus{}a_{n}^2\le n^3\plus{}1.$
Find all functions $f: \mathbb R^+ \rightarrow \mathbb R^+$ satisfying the following condition: for any three distinct real numbers $a,b,c$, a triangle can be formed with side lengths $a,b,c$, if and only if a triangle can be formed with side lengths $f(a),f(b),f(c)$.