Question: Find the sum of the first 5 terms of the series 1, 4, 9, 16, ...
Options:
Correct Answer: 31
Solution:
The series is the sum of squares: 1^2 + 2^2 + 3^2 + 4^2 + 5^2 = 1 + 4 + 9 + 16 + 25 = 55.