Difficulty: Easy
Correct Answer: 240
Explanation:
Given data
Concept / Approach
Step-by-step calculation
First term a = 2; last term l = 30; d = 2Number of terms n = ((l − a)/d) + 1 = ((30 − 2)/2) + 1 = 14 + 1 = 15Sum S = n/2 × (a + l) = 15/2 × 32 = 15 × 16 = 240
Verification
Pairwise: (2+30), (4+28), … each = 32; 15/2 pairs ⇒ 15 × 16 = 240.
Common pitfalls
Final Answer
240
Discussion & Comments