Last visit was: 19 May 2025, 14:58 It is currently 19 May 2025, 14:58
Close
GMAT Club Daily Prep
Thank you for using the timer - this advanced tool can estimate your performance and suggest more practice questions. We have subscribed you to Daily Prep Questions via email.

Customized
for You

we will pick new questions that match your level based on your Timer History

Track
Your Progress

every week, we’ll send you an estimated GMAT score based on your performance

Practice
Pays

we will pick new questions that match your level based on your Timer History
Not interested in getting valuable practice questions and articles delivered to your email? No problem, unsubscribe here.
Close
Request Expert Reply
Confirm Cancel
User avatar
MHIKER
Joined: 14 Jul 2010
Last visit: 24 May 2021
Posts: 946
Own Kudos:
5,390
 [183]
Given Kudos: 690
Status:No dream is too large, no dreamer is too small
Concentration: Accounting
Posts: 946
Kudos: 5,390
 [183]
7
Kudos
Add Kudos
176
Bookmarks
Bookmark this Post
Most Helpful Reply
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 19 May 2025
Posts: 101,532
Own Kudos:
Given Kudos: 93,558
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 101,532
Kudos: 725,563
 [36]
16
Kudos
Add Kudos
19
Bookmarks
Bookmark this Post
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 19 May 2025
Posts: 101,532
Own Kudos:
Given Kudos: 93,558
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 101,532
Kudos: 725,563
 [18]
13
Kudos
Add Kudos
5
Bookmarks
Bookmark this Post
General Discussion
avatar
neha1993
Joined: 12 Nov 2015
Last visit: 06 Feb 2017
Posts: 31
Own Kudos:
19
 [3]
Given Kudos: 23
Posts: 31
Kudos: 19
 [3]
3
Kudos
Add Kudos
Bookmarks
Bookmark this Post
The only thing to trick here is that we need the sum of (n-1) integers to be subtracted from the sum of m integers.
User avatar
Kinshook
User avatar
Major Poster
Joined: 03 Jun 2019
Last visit: 19 May 2025
Posts: 5,595
Own Kudos:
5,022
 [2]
Given Kudos: 161
Location: India
GMAT 1: 690 Q50 V34
WE:Engineering (Transportation)
Products:
GMAT 1: 690 Q50 V34
Posts: 5,595
Kudos: 5,022
 [2]
1
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
Baten80
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. \(\frac{m(m+1)}{2} - \frac{(n+1)(n+2)}{2}\)

B. \(\frac{m(m+1)}{2} - \frac{n(n+1)}{2}\)

C. \(\frac{m(m+1)}{2} - \frac{(n-1)n}{2}\)

D. \(\frac{(m-1)m}{2} - \frac{(n+1)(n+2)}{2}\)

E. \(\frac{(m-1)m}{2} - \frac{n(n+1)}{2}\)

Given: The sum of the first k positive integers is equal to k(k+1)/2.

Asked: What is the sum of the integers from n to m, inclusive, where 0<n<m?

Sum of the integers from n to m, inclusive, where 0<n<m = Sum of first m integers - Sum of first (n-1) integers
= \(\frac{m(m+1)}{2} - \frac{(n-1)n}{2}\)

IMO C
User avatar
Dhruv1212
Joined: 13 Sep 2023
Last visit: 21 Mar 2024
Posts: 9
Given Kudos: 1
Posts: 9
Kudos: 0
Kudos
Add Kudos
Bookmarks
Bookmark this Post
can someone explain again why it was n-1
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 19 May 2025
Posts: 101,532
Own Kudos:
725,563
 [7]
Given Kudos: 93,558
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 101,532
Kudos: 725,563
 [7]
5
Kudos
Add Kudos
2
Bookmarks
Bookmark this Post
Dhruv1212
can someone explain again why it was n-1

We need the sum of the integers from n to m, inclusive. So, we need to subtract the sum of the integers from 1 to (n-1), inclusive, from the sum of the integers from 1 to m, inclusive, to get the sum of the integers from n to m, inclusive. For example, to get the sum of the integers from 5 to 10, inclusive (5+6+7+8+9+10), we subtract the sum of the integers from 1 to 4 (1+2+3+4) from the sum of the integers from 1 to 10 (1+2+3+...+10).

Hope it's clear.
User avatar
tdrowberry
Joined: 08 Dec 2023
Last visit: 17 Jun 2024
Posts: 2
Own Kudos:
Given Kudos: 6
Posts: 2
Kudos: 2
Kudos
Add Kudos
Bookmarks
Bookmark this Post
What helped me understand why its (n-1) is set up the equation starting with
(m(m+1)/2) minus (n(n+1)/2)
Then, I realized that n has to be subtracted from the n(n+1)/2 so that it will technically be counted as part of the m(m+1)/2 which took me a while to think about. Just have to realize that for n to be included in m then we have to subtract it out of what will be subtracted... if that makes sense.

So we have (n(n+1)/2)- n

When simplifying we get ((n^2+n)/2)-(2n/2) which simplifies to (n^2+n-2n)/2 which simplifies to n(n-1)/2

Hope that helps
User avatar
babyulikeit
Joined: 04 Jul 2024
Last visit: 14 May 2025
Posts: 25
Own Kudos:
Given Kudos: 34
Location: India
GMAT Focus 1: 695 Q85 V85 DI83
GMAT Focus 1: 695 Q85 V85 DI83
Posts: 25
Kudos: 15
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
Baten80
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. \(\frac{m(m+1)}{2} - \frac{(n+1)(n+2)}{2}\)

B. \(\frac{m(m+1)}{2} - \frac{n(n+1)}{2}\)

C. \(\frac{m(m+1)}{2} - \frac{(n-1)n}{2}\)

D. \(\frac{(m-1)m}{2} - \frac{(n+1)(n+2)}{2}\)

E. \(\frac{(m-1)m}{2} - \frac{n(n+1)}{2}\)

The sum of the integers from n to m, inclusive, will be the sum of the first m positive integers minus the sum of the first n-1 integers: \(\frac{m(m+1)}{2}-\frac{(n-1)(n-1+1)}{2}=\frac{m(m+1)}{2}-\frac{(n-1)n}{2}\).

Answer: C.
Bunuel

In this if I subtract the sum of first n integers and from the sum of first m integers and add an n, will it still work?
Thanks!
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 19 May 2025
Posts: 101,532
Own Kudos:
725,563
 [1]
Given Kudos: 93,558
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 101,532
Kudos: 725,563
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
babyulikeit
Bunuel
Baten80
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. \(\frac{m(m+1)}{2} - \frac{(n+1)(n+2)}{2}\)

B. \(\frac{m(m+1)}{2} - \frac{n(n+1)}{2}\)

C. \(\frac{m(m+1)}{2} - \frac{(n-1)n}{2}\)

D. \(\frac{(m-1)m}{2} - \frac{(n+1)(n+2)}{2}\)

E. \(\frac{(m-1)m}{2} - \frac{n(n+1)}{2}\)

The sum of the integers from n to m, inclusive, will be the sum of the first m positive integers minus the sum of the first n-1 integers: \(\frac{m(m+1)}{2}-\frac{(n-1)(n-1+1)}{2}=\frac{m(m+1)}{2}-\frac{(n-1)n}{2}\).

Answer: C.
Bunuel

In this if I subtract the sum of first n integers and from the sum of first m integers and add an n, will it still work?
Thanks!

Yes, you could do:


\(\frac{m(m+1)}{2}-(\frac{n(n+1)}{2}-n)=\)

\( =\frac{m(m+1)}{2}-\frac{(n+1)n-2n}{2}=\)

\( =\frac{m(m+1)}{2}-\frac{n(n-1)}{2}\)


However, solving directly as shown above would save you from performing some extra steps.
User avatar
daynesj24
Joined: 26 May 2024
Last visit: 22 Dec 2024
Posts: 15
Own Kudos:
Given Kudos: 5
Posts: 15
Kudos: 1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
Baten80
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. \(\frac{m(m+1)}{2} - \frac{(n+1)(n+2)}{2}\)

B. \(\frac{m(m+1)}{2} - \frac{n(n+1)}{2}\)

C. \(\frac{m(m+1)}{2} - \frac{(n-1)n}{2}\)

D. \(\frac{(m-1)m}{2} - \frac{(n+1)(n+2)}{2}\)

E. \(\frac{(m-1)m}{2} - \frac{n(n+1)}{2}\)


Or try plug-in method: let m=4 and n=3 --> then m+n=7. Let see which option yields 7.

A. \(\frac{m(m+1)}{2} - \frac{(n+1)(n+2)}{2} = 10-10=0\);

B. \(\frac{m(m+1)}{2} - \frac{n(n+1)}{2} = 10-6=4\);

C. \(\frac{m(m+1)}{2} - \frac{(n-1)n}{2} = 10-3=7\) --> OK;

D. \(\frac{(m-1)m}{2} - \frac{(n+1)(n+2)}{2} = 6-10=-4\);

E. \(\frac{(m-1)m}{2} - \frac{n(n+1)}{2} = 6-6=0\).


Answer: C.
Hi,

Thanks for all the help!! The plug in method seems a lot easier for me here, however, why are we adding the two together? Thats the reason why I missed this question. I don't understand why we add them together to check our answer. Thanks.
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 19 May 2025
Posts: 101,532
Own Kudos:
Given Kudos: 93,558
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 101,532
Kudos: 725,563
Kudos
Add Kudos
Bookmarks
Bookmark this Post
daynesj24
Bunuel
Baten80
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. \(\frac{m(m+1)}{2} - \frac{(n+1)(n+2)}{2}\)

B. \(\frac{m(m+1)}{2} - \frac{n(n+1)}{2}\)

C. \(\frac{m(m+1)}{2} - \frac{(n-1)n}{2}\)

D. \(\frac{(m-1)m}{2} - \frac{(n+1)(n+2)}{2}\)

E. \(\frac{(m-1)m}{2} - \frac{n(n+1)}{2}\)


Or try plug-in method: let m=4 and n=3 --> then m+n=7. Let see which option yields 7.

A. \(\frac{m(m+1)}{2} - \frac{(n+1)(n+2)}{2} = 10-10=0\);

B. \(\frac{m(m+1)}{2} - \frac{n(n+1)}{2} = 10-6=4\);

C. \(\frac{m(m+1)}{2} - \frac{(n-1)n}{2} = 10-3=7\) --> OK;

D. \(\frac{(m-1)m}{2} - \frac{(n+1)(n+2)}{2} = 6-10=-4\);

E. \(\frac{(m-1)m}{2} - \frac{n(n+1)}{2} = 6-6=0\).


Answer: C.
Hi,

Thanks for all the help!! The plug in method seems a lot easier for me here, however, why are we adding the two together? Thats the reason why I missed this question. I don't understand why we add them together to check our answer. Thanks.

The question asks for the option that represents the sum of the integers from n to m, inclusive. So, if we assume m = 4 and n = 3, the sum of the integers from 3 to 4 (inclusive) would be 3 + 4 = 7. Plugging in m = 4 and n = 3 into the options should yield 7.
Moderators:
Math Expert
101532 posts
PS Forum Moderator
585 posts