Question: What is the sum of the first 15 terms of an arithmetic progression where the first term is 10 and the common difference is 2?
Options:
Correct Answer: 160
Solution:
The sum of the first n terms S_n = n/2 * (2a + (n-1)d). Here, S_15 = 15/2 * (2*10 + 14*2) = 15/2 * (20 + 28) = 15/2 * 48 = 360.