I know this is something that will pop up for my math exam tomorrow. When searching for this the only thing I could find was this: Calculate $\sum\limits_{n=1}^\infty (n-1)/10^n$ using pen and paper, but this is for infinite sums. So I'd like to find something about how to calculate a finite sum, typically from 1 to 100. This is something a computer could easily calculate in Maple or MATLAB etc. but we are not allowed to using math programs, not even a calculator, pen and paper only!
Examples from old exams are: Calculate the sum: $$\sum_{i=1}^{100}(2i+1)$$
Another example: Calculate the sum: $$\sum_{i=1}^{99}(6i^2+2i)$$
The only way to do it, that I can think of would be like this:
$$\sum_{i=1}^{100}(2i+1)=(2\cdot1+1)+(2\cdot2+1)+(2\cdot3+1)+(2\cdot4+1)+\dots+(2\cdot100+1)=10200$$
However, this would take way too long. I am sure there are better ways to solve these kinds of problem, but how?