Find the value of $$\sum_{n=0}^{15}(1.6^n-12n+1)$$ giving your answer correct to one decimal place.
I separated the summation into two parts:
The summation of $1.6^n$ and the summation of $1-12n$.
I then put the equations into the summation formula:
I got $$\frac{1-1.6^{16}}{1-1.6} + \frac{16}{2}(1+(15)(-12))$$
This gave me an answer of $1640.8$, but the given answer is $1648.8$.
Where did I go wrong?
The $1$ shouldn't have its contribution halved, so the correct answer is $8$ more than you said.