suppose $X_1,X_2,\ldots,X_n$ is a random sample of distribution with positive values where $E(X)=\text{Var}(X)=1$. We show order statistics of this random sample with $Y_1,Y_2,\ldots,Y_n$. How can show
$E\left(\displaystyle\sum_{i=1}^n \frac{Y_i}{X_i}\right)\geq n$
$E\left(\displaystyle\sum_{i=1}^n Y_iX_i\right)\leq n+n^2$
Here is direct way to establish the second inequality, although Robert's exact result implies it.
Since $X$ is a positive random variable, $$ \sum_{k=1}^n Y_k X_k \leqslant \sum_{k=1}^n Y_k \sum_{i=1}^n X_i = S^2 $$ Taking the expectation: $$ \mathbb{E}\left(\sum_{k=1}^n Y_k X_k\right) \leqslant \mathbb{E}\left(S^2\right) = n^2+n $$ where $\mathbb{E}\left(S^2\right) = \mathbb{Var}(S)+\mathbb{E}(S)^2 = n + n^2$ was used.