Last visit was: 11 May 2024, 22:55 It is currently 11 May 2024, 22:55

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
SORT BY:
Kudos
Tags:
Difficulty: 555-605 Levelx   Arithmeticx   Number Propertiesx                                 
Show Tags
Hide Tags
Tutor
Joined: 16 Oct 2010
Posts: 14892
Own Kudos [?]: 65235 [2]
Given Kudos: 431
Location: Pune, India
Send PM
User avatar
Current Student
Joined: 23 Oct 2010
Posts: 235
Own Kudos [?]: 1113 [2]
Given Kudos: 73
Location: Azerbaijan
Concentration: Finance
Schools: HEC '15 (A)
GMAT 1: 690 Q47 V38
Send PM
Intern
Intern
Joined: 06 Jan 2015
Status:Studying for GMAT
Posts: 20
Own Kudos [?]: 30 [2]
Given Kudos: 1104
Location: United Kingdom
Send PM
User avatar
Retired Moderator
Joined: 02 Sep 2010
Posts: 615
Own Kudos [?]: 2934 [1]
Given Kudos: 25
Location: London
 Q51  V41
Send PM
Re: For any positive integer n, the sum of the first n positive integers [#permalink]
1
Bookmarks
metallicafan wrote:
For any positive integer n, the sum of the first n positive integers equals \((n*(n+1))/2\). What is the sum of all the even integers between 99 and 301?
(A) 10,100
(B) 20,200
(C) 22,650
(D) 40,200
(E) 45,150


Sum = 100+102+...+300
= 100*101 + (0+2+4+...+200) [Taking 100 from each term in series, there are 101 terms]
= 100*101 + 2*(1+2+..+100) [Taking 2 common]
= 100*101 + 2*100*101/2 [Using formula given]
= 2*100*101
= 20200

Answer is (b)
Math Revolution GMAT Instructor
Joined: 16 Aug 2015
Posts: 10156
Own Kudos [?]: 16673 [1]
Given Kudos: 4
GMAT 1: 760 Q51 V42
GPA: 3.82
Send PM
Re: For any positive integer n, the sum of the first n positive integers [#permalink]
1
Bookmarks
Expert Reply
Sum of all the even integers between 99 and 301:

The first even integer will be 100 and the last will be 300.

The common difference will be 2.

Number of terms: 300 = 100 + (n-1)2

=> 200 = 2n-2

=> 202 = 2n

=> n = 101

Sum: \(\frac{n}{2}\)[first term + last term]

=> \(\frac{101}{2}\)[100+300]

=> \(\frac{101}{2}\) * 400

=> 101 *200

=> 20200



Answer B
User avatar
Manager
Manager
Joined: 21 Feb 2010
Posts: 150
Own Kudos [?]: 102 [0]
Given Kudos: 1
GPA: 3.8
Send PM
Re: For any positive integer n, the sum of the first n positive integers [#permalink]
thanks!! it makes sense now...what about if the problem was changed to ask for the sum of odd integers? can we amend the formula to get it? thanks!!
avatar
Intern
Intern
Joined: 31 Oct 2010
Status:The only power in this world is your mind...
Posts: 5
Own Kudos [?]: 40 [0]
Given Kudos: 1
Concentration: Finance and Investments
Schools:LSE,WARWICK,EDINBURG,HEC,EDHEC,RSM
GPA: 6.8 out of 10
Send PM
Re: For any positive integer n, the sum of the first n positive integers [#permalink]
can someone explain me why do we subtract 49 and no 50 ?
avatar
Intern
Intern
Joined: 05 Feb 2011
Posts: 1
Own Kudos [?]: [0]
Given Kudos: 0
Send PM
Re: For any positive integer n, the sum of the first n positive integers [#permalink]
If there are 100 even integers in the sequence why do you +1 and multiply the average (200) by 101?
Senior Manager
Senior Manager
Joined: 23 Dec 2022
Posts: 317
Own Kudos [?]: 35 [0]
Given Kudos: 199
Send PM
Re: For any positive integer n, the sum of the first n positive integers [#permalink]
To find the sum of all the even integers between 99 and 301, we first need to determine the number of even integers in that range.

The largest even integer within the given range is 300, and the smallest even integer is 100. The set of even integers between 99 and 301 can be expressed as {100, 102, 104, ..., 298, 300}.To find the number of terms in this arithmetic sequence, we can use the formula for the nth term of an arithmetic sequence:

an = a1 + (n - 1)d

In this case, a1 = 100 (the first term), d = 2 (the common difference), and we need to find n.

300 = 100 + (n - 1)2
200 = 2n - 2
202 = 2n
n = 101

Therefore, there are 101 even integers between 99 and 301.

Now, we can calculate the sum using the formula for the sum of an arithmetic series:

Sn = (n/2)(a1 + an)
Sn = (101/2)(100 + 300)
Sn = (101/2)(400)
Sn = 101 * 200
Sn = 20,200

The sum of all the even integers between 99 and 301 is 20,200.

Therefore, the answer is option B.
Intern
Intern
Joined: 15 Aug 2017
Posts: 43
Own Kudos [?]: 9 [0]
Given Kudos: 277
Location: India
Schools: HBS '22
Send PM
Re: For any positive integer n, the sum of the first n positive integers [#permalink]
Bunuel wrote:
For any positive integer n, the sum of the first n positive integers equals n(n+1)/2. What is the sum of all the even integers between 99 and 301?

A. 10,100
B. 20,200
C. 22,650
D. 40,200
E. 45,150

Approach #1:

Even integer between 99 and 301 represent evenly spaced set (aka arithmetic progression): 100, 102, 104, ..., 300. Now, the sum of the elements in any evenly spaced set is the mean (average) multiplied by the number of terms. (Check Number Theory chapter of Math Book for more: https://gmatclub.com/forum/math-number- ... 88376.html)

Average of the set: (largest+smallest)/2=(300+100)/2=200;
# of terms: (largest-smallest)/2+1=(300-100)/2+1=101 (check this: https://gmatclub.com/forum/totally-basi ... ml#p730075);

The sum = 200*101= 20,200.

Answer: B.


Approach #2:

Using the formula of the sum of the first n positive integers: n(n+1)/2.

100+102+...+300=2(50+51+..+150). Now, the sum of the integers from 50 to 150, inclusive equals to the sum of the integers from 1 to 150, inclusive minus the sum of the integers from 1 to 49, inclusive. 2(50+51+..+150)=2*(150(150+1)/2-49(49+1)/2)=20,200.

Answer: B.

Hope it helps.



In approach no. 1 - what would have been the difference if they wouldnt have mentiond 'even' numbers?
Math Expert
Joined: 02 Sep 2009
Posts: 93161
Own Kudos [?]: 623013 [0]
Given Kudos: 81833
Send PM
Re: For any positive integer n, the sum of the first n positive integers [#permalink]
Expert Reply
Rajeet123 wrote:
Bunuel wrote:
For any positive integer n, the sum of the first n positive integers equals n(n+1)/2. What is the sum of all the even integers between 99 and 301?

A. 10,100
B. 20,200
C. 22,650
D. 40,200
E. 45,150

Approach #1:

Even integer between 99 and 301 represent evenly spaced set (aka arithmetic progression): 100, 102, 104, ..., 300. Now, the sum of the elements in any evenly spaced set is the mean (average) multiplied by the number of terms. (Check Number Theory chapter of Math Book for more: https://gmatclub.com/forum/math-number- ... 88376.html)

Average of the set: (largest+smallest)/2=(300+100)/2=200;
# of terms: (largest-smallest)/2+1=(300-100)/2+1=101 (check this: https://gmatclub.com/forum/totally-basi ... ml#p730075);

The sum = 200*101= 20,200.

Answer: B.


Approach #2:

Using the formula of the sum of the first n positive integers: n(n+1)/2.

100+102+...+300=2(50+51+..+150). Now, the sum of the integers from 50 to 150, inclusive equals to the sum of the integers from 1 to 150, inclusive minus the sum of the integers from 1 to 49, inclusive. 2(50+51+..+150)=2*(150(150+1)/2-49(49+1)/2)=20,200.

Answer: B.

Hope it helps.



In approach no. 1 - what would have been the difference if they wouldnt have mentiond 'even' numbers?


If we were asked to find the sum of the integers between 99 and 301, inclusive, we can utilize the fact that the sum of the elements in any evenly spaced set is given by: \(Sum=\frac{a_1+a_n}{2}*n\), the mean multiplied by the number of terms. Therefore, the answer would be (99 + 301)/2*203 = 40,600.
GMAT Club Legend
GMAT Club Legend
Joined: 03 Jun 2019
Posts: 5347
Own Kudos [?]: 3999 [0]
Given Kudos: 160
Location: India
GMAT 1: 690 Q50 V34
WE:Engineering (Transportation)
Send PM
Re: For any positive integer n, the sum of the first n positive integers [#permalink]
Given: For any positive integer n, the sum of the first n positive integers equals n(n+1)/2.
Asked: What is the sum of all the even integers between 99 and 301?

Sum of all even integers between 99 and 301 = 100 + 102 + .... + 300 = (2 + 4 + .... + 300) - (2 + 4 + ... + 98) =
= 2 (1+ 2+ .... + 150) - 2 (1+2+... + 49) = 150*151 - 49*50 = 50 (453 - 49) = 50*404 = 20200

IMO B
Manager
Manager
Joined: 17 Sep 2023
Status:Always questioning myself
Posts: 104
Own Kudos [?]: 46 [0]
Given Kudos: 340
Location: India
Concentration: General Management, International Business
Schools: CBS
GMAT Focus 1:
525 Q74 V82 DI72
GPA: 3.1
WE:Sales (Computer Software)
Send PM
Re: For any positive integer n, the sum of the first n positive integers [#permalink]
My method was similar to approach #1 here, please let me know if this is wrong

No. of terms = 300-100 + 1 = 201 terms

Sum of 201 terms in this sequence = (201(202)) / 2 = 20200
Bunuel wrote:
For any positive integer n, the sum of the first n positive integers equals n(n+1)/2. What is the sum of all the even integers between 99 and 301?

A. 10,100
B. 20,200
C. 22,650
D. 40,200
E. 45,150

Approach #1:

Even integer between 99 and 301 represent evenly spaced set (aka arithmetic progression): 100, 102, 104, ..., 300. Now, the sum of the elements in any evenly spaced set is the mean (average) multiplied by the number of terms. (Check Number Theory chapter of Math Book for more: https://gmatclub.com/forum/math-number- ... 88376.html)

Average of the set: (largest+smallest)/2=(300+100)/2=200;
# of terms: (largest-smallest)/2+1=(300-100)/2+1=101 (check this: https://gmatclub.com/forum/totally-basi ... ml#p730075);

The sum = 200*101= 20,200.

Answer: B.


Approach #2:

Using the formula of the sum of the first n positive integers: n(n+1)/2.

100+102+...+300=2(50+51+..+150). Now, the sum of the integers from 50 to 150, inclusive equals to the sum of the integers from 1 to 150, inclusive minus the sum of the integers from 1 to 49, inclusive. 2(50+51+..+150)=2*(150(150+1)/2-49(49+1)/2)=20,200.

Answer: B.

Hope it helps.

­
Tutor
Joined: 02 Oct 2015
Posts: 68
Own Kudos [?]: 23 [0]
Given Kudos: 4
Send PM
Re: For any positive integer n, the sum of the first n positive integers [#permalink]
Expert Reply
Super easy if you know what to do:­

­
GMAT Club Bot
Re: For any positive integer n, the sum of the first n positive integers [#permalink]
   1   2 
Moderators:
Math Expert
93161 posts
Senior Moderator - Masters Forum
3137 posts

Powered by phpBB © phpBB Group | Emoji artwork provided by EmojiOne