AP: sum of first n terms (S_n = n/2 * (2a + (n-1)d) = n/2 * (a + l))

jee-mainjee-advanced

S_n = n/2 * (2a + (n-1)d) = n/2 * (a + l)

What each symbol means

SymbolWhat it stands for
aFirst term
dCommon difference
lLast term a_n
nNumber of terms
S_nSum of first n terms

When to use this

n is count of terms summed.