Lets say that we have these $x$ and $y$ coordinates $x=1,2,3,4,5$ and $y=6,7,8,9,10$ and where $n=5$. How would I use these $x$ coordinates with the first summation? Now, I know that learning is important and it's never a good idea to get other people to do the question for you because you'll never learn so I am hoping that someone can please help me with the first summation. The rest I can do myself after someone explains the first one.
Since my $n=5$ and I have $x=1,2,3,4,5$ does that mean that I have to do the summation of all five individual $x$'s then add all $5$ summations of each individual $x$?
Find the five sums:
$$\sum_{i=1}^n x_i, \quad \sum_{i=1}^n y_i, \quad \sum_{i=1}^n x_i^2, \quad \sum_{i=1}^n y_i^2, \quad \sum_{i=1}^n x_i y_i.$$
$$\sum_{i=1}^5 = x_1 + x_2 + x_3 +x_4 + x_5 = 1+2+3+4+5 = 15 $$
$\textbf{Additional}$: Even though you didn't specify the order of the $x_i 's$, since we have associativity everything is fine.