题目信息
The sum of the first k positive integers is equal to $$\frac{k(k+1)}{2}$$. What is the sum of the integers from n to m, inclusive, where $$0<{n}<{m}$$?
A:$$\frac{m(m+1)}{2}-\frac{({n}+{1})({n}+{2})}{2}$$
B:$$\frac{m(m+1)}{2}-\frac{(n-1)n}{2}$$
C:$$\frac{m(m+1)}{2}-\frac{n(n+1)}{2}$$
D:$$\frac{(m-1)m}{2}-\frac{(n+1)(n+2)}{2}$$
E:$$\frac{(m-1)m}{2}-\frac{n(n+1)}{2}$$
参考答案及共享解析

共享解析来源为网络权威资源、GMAT高分考生等; 如有疑问,欢迎在评论区提问与讨论
本题耗时:
已选答案:
正确答案:
B:$$\frac{m(m+1)}{2}-\frac{(n-1)n}{2}$$
权威答案解析正在整理中,即将上线。


题目来源