A nice problem that I thought I would share with you math hobbyists:
Let $P$ be a polynomial of even degree $n$ with real coefficients and $n$ real positive roots, defined by $$P(x)=x^n+a_{n-1}x^{n-1}+\cdots+a_2x^2-nx+a_0$$ such that $P(0)\ge 1$. Prove that $P(2)=1$.
PS: I already know a solution. I'm just sharing this for fun.
Since $P$ has $n$ real roots we can write \begin{eqnarray} P(x) & = & x^n+a_{n-1}x^{n-1}+\cdots a_2x^2 -nx + a_0 \\ & = & (x-x_1)(x-x_2)\cdots(x-x_n) \\ & = & x^n + a_{n-1}x^{n-1} + \cdots a_2x^2 +(-1)^{n-1}(\sum_{i=1}^n\prod_{j\neq i} x_j)\, x + x_1x_2\cdots x_n \end{eqnarray} Therefore $x_1x_2\cdots x_n = a_0$ and $(-1)^{n-1}(\sum_{i=1}^n\prod_{j\neq i} x_j) = -n$. But since $n$ is even the latter equality together with $\prod_{j\neq i}x_j = \dfrac{a_0}{x_i}$ gives $\sum_{i=1}^n\dfrac{a_0}{x_i} = n$.
By assumption $P(0)= a_0 = x_1x_2\cdots x_n\geq1$. However, by the AM-GM inequality, $$1=\frac{\sum_{i=1}^n\dfrac{a_0}{x_i}}{n}\geq a_0\left(\frac{1}{x_1x_2\cdots x_n}\right)^\frac{1}{n} = a_0^{1-\frac{1}{n}}\geq 1$$ with equality only at $\dfrac{a_0}{x_1}=\dfrac{a_0}{x_2}=\ldots=\dfrac{a_0}{x_n}$. Because equality holds, we know that all $\dfrac{a_0}{x_i}=1$ and therefore $\dfrac{a_0^n}{x_1x_2\cdots x_n} = a_0^{n-1} = 1$ which implies $a_0=1$ and hence $x_i=1.$ $P(2) = 1$ now follows directly as desired.