The sum of the first k positive integers is equal to k(k+1)/2. What is the sum of the integers from n to m, inclusive, where 0<n<m?
A. m(m+1)/2-(n+1)(n+2)/2
B. m(m+1)/2-n(n+1)/2
C. m(m+1)/2-(n-1)n/2
D. (m-1)m/2-(n+1)(n+2)/2
E. (m-1)m/2-n(n+1)/2
The answer is C
Please help to explain it |