I'm self-studying from Stroud & Booth's "Engineering Mathematics" and in the "Binomials" chapter, one of the last exercises is to evaluate:
$$\sum_{ r=1}^{16}(5r-7)$$
This has got me confused, as all the examples used the summation going up to $n$, but never to a number (16) in this case.
Can anyone help me out?
$$\sum_{r=1}^{16}(5r-7) = 5\sum_{r=1}^{16} r - 7\sum_{r=1}^{16} 1 = 5\sum_{r=1}^{16} r - 7\cdot 16$$
Now use the fact that $$\sum_{r=1}^{n}r=\frac{n(n+1)}{2}$$ to calculate what $\sum_{r=1}^{16} r$ is equal to (that is, just replace $n$ with $16$).