I have posted a picture since I don't know how to make the summation symbols with the lower and upper summations on keyboard, sorry about that..
$$\sum_{a=1}^9\sum_{b=0}^9(101a+10b)$$
The answer is $49,500$, and I am not sure how I am supposed to solve this. The book does have the steps, but they are all alien to me because it doesn't explain how they got from one step to the other.
To be precise I am confused about how they managed to bring $101a + 10b$ into the middle of the two summations, turning it into $\sum_{a=1}^9 (10(101a)+10)\sum_{b=0}^9 b$
Here is what I am referring to, 

$$\sum_{a=1}^{9}\sum_{b=0}^{9}\left(101a+10b\right)=\sum_{a=1}^{9}\sum_{b=0}^{9}101a+\sum_{a=1}^{9}\sum_{b=0}^{9}10b$$ $$=101\sum_{a=1}^{9}\sum_{b=0}^{9}a+10\sum_{a=1}^{9}\sum_{b=0}^{9}b=101\times10\left(\sum_{a=1}^9a\right)+10\times9\sum_{b=0}^9b=\left(1010\times45\right)+\left(90\times45\right)=49,500$$
In the second summation I first summed over $a$ which is not present and hence $10b$ is added $9$ times. Hence $10 \times 9$.