The problem is to calculate the sum $\sum_{i=5}^{20} (2i + 5)$.
2025/5/7
1. Problem Description
The problem is to calculate the sum .
2. Solution Steps
We can split the summation into two parts:
.
The first summation can be written as .
The second summation is simply adding the constant 5 a total of times, so it equals .
We can calculate using the formula for the sum of the first n integers:
.
So, .
Therefore, .
Finally, .
3. Final Answer
480