Pictures from http://www.math.msu.edu/~dhand/MTH481FS08/Notes7.pdf
I checked out Changing Summation Index Question but I still can't figure this out.

I. First page of PDF. Substitute $a = n - k, b = k$ in the first sum to get the second sum. The first sum's index is $0 \le k \le n \iff$ Variable substitution $ \color{blue}{n} = a + k = \color{blue}{a + b}, \, \color{green}{b = k}$ $\iff 0 \le \color{green}{b} \le \color{blue}{a -b}$.
But the PDF has $a + b = n$. How come?
II. Second page on PDF. What happened to the sum over $a_1 + ... + a_{k - 1} = b$? Did it get substituted into the first sum? Why? In https://math.stackexchange.com/a/448118/87058, James Cook recommends writing out the multiple sums. So we should not rewrite them as one sum.