Read Mode
Arithmetic Progression
Find the sum of n terms of an A.P., whose first term is and the last term is .
Explanation and memory cue
The sum of n terms of an arithmetic progression (A.P.) is given by S_n = n/2 (a + l), where a is the first term and l is the last term. Here, a = 1/n and l = n^2 - n + 1/n. Thus, S_n = n/2 [1/n + (n^2 - n + 1/n)] = n/2 [n^2 - n + 2/n] = n/2 (n^2 - n) + n/2 * 2/n = (n^3 - n^2)/2 + 1 = (n^3 - n^2 + 2)/2. None of the given options exactly match this expression, so the correct choice is 'None of these'.