I've been looking around but can't get a exactly clear answer on my question.
I'm provided a table of values of $x_i$ and $y_i$ for $i = 1$ to $i = 5$.
I'm then asked to evaluate $$\sum_{i=1}^5\sum_{j=1}^5x_jy_i$$
I know that they're recognised as similar notation so that $\sum_{i=1}^5y_i\cdot\sum_{i=1}^5x_i$ is the solution, but why are they ($j$ and $i$) recognised to be similar [see edit]? Why not $\sum_{i=1}^5\sum_{i=1}^5x_iy_i$ ?
EDIT: my simplified version: Why does $j = i$? Or why are the values for $i$ used for $j$?
Is $\sum_{i=1}^5\sum_{i=1}^5x_iy_i$ invalid and would $\sum_{i=1}^5x_iy_i$ be the same as the expression for evaluation?
If you extended the table of values to include another set of values for the variable j, would that change the answer or would the original values of i still be used for j?
– Anthony S. Aug 12 '18 at 22:48