If $x_1, x_2, ..., x_{100}$ and $y_1, y_2, ..., y_{100}$ are permutations of the set of numbers $1,2,3,...100$, what is the minimum value of $x_1y_1+x_2y_2+...x_{100}y_{100}$?
I'm pretty sure the minimum is when $x_1, x_2, ..., x_{100} = 1,2,...,100$ and $y_1, y_2, ..., y_{100}= 100,99,...,1$. However, I can't figure out the sum of the product $1 \cdot 100 + 2 \cdot 99 + ... + 100 \cdot 1$. Could someone tell me if my work is correct and how to calculate such sums?