Schaum's Outline to Tensor Calculus — Chapter 1, Solved problem 1.5 — Use the summation convention to write and state the value of $n$ necessary in: $$g^{\LARGE{1}}_{11} + g^{\LARGE{1}}_{12} + g^{\LARGE{1}}_{21} + g^{\LARGE{1}}_{22} + g^{\LARGE{2}}_{11} + g^{\LARGE{2}}_{12} + g^{\LARGE{2}}_{21} + g^{\LARGE{2}}_{22} $$.
My solution. The game plan is just to simplify each of the three indices one at at time in any of the $3 x 2 x 1$ orders. Say I start with the superscript — I'd get $ \forall \, {\LARGE{i}} \in \{1,2\} \, g^i_{11} + g^i_{12} + g^i_{21} + g^i_{22} $.
Then say I pick the second subscript — subsequently $ \forall \, i, k \in \{1,2\} \, g^i_{1k} + g^i_{2k} $.
The ultimate subscript — subsequently $ \forall \, i,j, k \in \{1,2\} \, g^i_{jk} $.
Their solution:
Set $c_i=1$ for each $i$ ($n=2$). Then the expression may be written \begin{align*} g_{11}^i c_i + g_{12}^i c_i + g_{21}^i c_i + g_{22}^i c_i &= (g_{11}^i + g_{12}^i + g_{21}^i + g_{22}^i)\,c_i \\ &= (g_{jk}^i c_j c_k) c_i = g_{jk}^i c_i c_j c_k. \end{align*}
Does their final answer look like mine? But why did they "set $c_i = 1 \, \forall \, i \in \{1,2\}"?$