I saw this question, it looks very hard:
there are real positive numbers $\{x_1,x_2,...x_n\}$ , given the inequality: $$4(x_1^2+x_2^2+...+x_n^2)<2(x_1+x_2+...+x_n)<x_1^3+x_2^3+...+x_n^3$$ What is the minimum value of $n$, for this to be possible?
This is what I've tried so far:
$$\sum_{k=1}^nx_k^3>\sum_{k=1}^n4x_k^2\\\sum_{k=1}^nx_k^3-\sum_{k=1}^n4x_k^2>0\\\sum_{k=1}^nx_k^2(x_k-4)>0$$So it must be at least one number that is bigger than $4$.
So I go with trial and error .Example 1;$$x_1=10, n=3001, x_2=x_3=...=x_{3001}=0.1\\4(100+3000\cdot0.01)=520<2(10+3000\cdot0.1)=620<1000+3000\cdot0.001=1003$$ Example 2;$$x_1=6, n=1001, x_2=x_3=...=x_{1001}=0.1\\4(36+1000\cdot0.01)=184<2(6+1000\cdot0.1)=212<216+1000\cdot0.001=217$$ S0 $n$ is getting smaller, but I have no idea how to minimize $n$, or even how to approach this kind of question.
Thanks in advance for any help.
It's 28th Tournament of the Towns, autumn 2006, A-Level, problem 7.
The answer is $516.$
An example for $n=516$.
Let $x_1=40k$, $x_2=x_3=...=x_{516}=k$, where $k>0$.
Thus, we need $$4(40^2+515)k^2<2(40+515)k<(40^3+515)k^3$$ or $$0.13116897...=\sqrt{\frac{74}{4301}}<k<\frac{37}{282}=0.1312056...$$ and $k=0.13117$ is valid.
Thus, it's enough to prove that for all $n\leq515$ our system has no solutions.
Let $n\leq515$ and $x_i$ be positive numbers such that $$4\sum\limits_{i=1}^nx_i^2<2\sum_{i=1}^nx_i<\sum_{i=1}^nx_i^3.$$ Also, let $x_i=ka_i$ such that $k>0$ and $$4\sum\limits_{i=1}^na_i^2=2\sum_{i=1}^na_i.$$ Thus, $$2k^2\sum_{i=1}^na_i^2<k\sum_{i=1}^na_i,$$ which gives $k^2<k$ or $0<k<1$ and we obtain $$\sum_{i=1}^nx_i^3>2\sum_{i=1}^nx_i$$ or $$k^2\sum_{i=1}^na_i^3>2\sum_{i=1}^na_i$$ and since $0<k<1$, we obtain $$\sum_{i=1}^na_i^3>2\sum_{i=1}^na_i,$$ which is a contradiction because we'll prove now that $$\sum_{i=1}^na_i^3\leq2\sum_{i=1}^na_i$$ for all $a_i>0$ such that $$2\sum\limits_{i=1}^na_i^2=\sum_{i=1}^na_i.$$ Indeed, we need to prove that $$\sum_{i=1}^na_i^3\leq2\sum_{i=1}^na_i\cdot\left(\frac{2\sum\limits_{i=1}^na_i^2}{\sum\limits_{i=1}^na_i}\right)^2$$ or $$8\left(\sum_{i=1}^na_i^2\right)^2\geq\sum_{i=1}^na_i^3\sum_{i=1}^na_i.$$
Thus, by the Vasc's EV Method, Corollary 1.8, case 3(b) here
https://www.emis.de/journals/JIPAM/images/059_06_JIPAM/059_06_www.pdf
it's enough to prove the last inequality for an equality case of $n-1$ variables and
since the last inequality is homogeneous, it's enough to assume $a_2=a_3=...=a_n=1$ and $a_1=x\geq1$.
Id est, we need to prove that $$8(x^2+n-1)^2\geq(x^3+n-1)(x+n-1)$$ or $$7(n-1)^2+(16x^2-x^3-x)(n-1)+7x^4\geq0,$$ which is obvious for $16x^2-x^3-x\geq0$ or for $(x^3+x-16x^2)^2-196x^4\leq0$.
Hence, it remains to prove it for $x^3+x>16x^2$ and $(x^3+x-16x^2)^2-196x^4\geq0$,
which is $x^3+x\geq30x^2$ or $x\geq15+4\sqrt{14}.$
Now, let $f(y)=7y^2+(16x^2-x^3-x)y+7x^4$.
Thus, since $$\frac{x^3+x-16x^2}{14}\geq x^2\geq(15+4\sqrt{14})^2>514,$$ we see that $f$ decreases on $[1,514]$ and it's enough to prove that $$7\cdot514^2+(16x^2-x^3-x)514+7x^4\geq0$$ or $$8(x^2+514)^2\geq(x^3+514)(x+514),$$ which is true because $$8(x^2+514)^2-(x^3+514)(x+514)>7\left(x^2-\frac{257x}{7}-152\right)^2\geq0.$$
Done!