Last visit was: 17 Apr 2025, 23:34 It is currently 17 Apr 2025, 23:34
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
DeeptiM
Joined: 16 Feb 2011
Last visit: 01 Mar 2012
Posts: 142
Own Kudos:
1,145
 [93]
Given Kudos: 9
Posts: 142
Kudos: 1,145
 [93]
5
Kudos
Add Kudos
88
Bookmarks
Bookmark this Post
Most Helpful Reply
User avatar
viks4gmat
Joined: 04 Jun 2011
Last visit: 20 Apr 2013
Posts: 99
Own Kudos:
171
 [11]
Given Kudos: 21
Posts: 99
Kudos: 171
 [11]
7
Kudos
Add Kudos
3
Bookmarks
Bookmark this Post
User avatar
PiyushK
Joined: 22 Mar 2013
Last visit: 19 May 2023
Posts: 600
Own Kudos:
4,813
 [8]
Given Kudos: 235
Status:Everyone is a leader. Just stop listening to others.
Location: India
GPA: 3.51
WE:Information Technology (Computer Software)
Products:
Posts: 600
Kudos: 4,813
 [8]
8
Kudos
Add Kudos
Bookmarks
Bookmark this Post
General Discussion
avatar
meshell
Joined: 02 Aug 2011
Last visit: 12 Feb 2012
Posts: 6
Own Kudos:
Given Kudos: 1
Posts: 6
Kudos: 3
Kudos
Add Kudos
Bookmarks
Bookmark this Post
"for starters u could use the substitution technique where n =2 ==> sn = 3

then s(2n) = s(4) = 10 only D satisfies"

Can you explain how you would get s(n) = 3 if n is 2. disregarding the format of the sequence, if n is 2, the sum of the sequence should be at least 12 (10...+ 2).

its clearly much quicker than doing it mathematically! but I did go the math route, and my only falter compared to your calculation is that I cannot see how you've got rid of the division by 2 in the S(n) calculations.

"Therefore Sn = n(1+ n)/2 or n+n^2 = 2Sn -- (1)"

Shouldn't n(1 + n) / 2 become n + n^2 / 2?
User avatar
fluke
User avatar
Retired Moderator
Joined: 20 Dec 2010
Last visit: 24 Oct 2013
Posts: 1,105
Own Kudos:
4,951
 [7]
Given Kudos: 376
Posts: 1,105
Kudos: 4,951
 [7]
6
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
DeeptiM
If S(n) is the sum of sequence 1, 2, 3, 4, ...n, in terms of n and S(n), S(2n)=?
(A) 2*S(n)
(B) n*S(n)
(C) 2n*S(n)
(D) 2S(n)+n^2
(E) S(n)+2n^2

Pls help with the easiest explanation possible..thnx

Let's see the pattern:

For n=5, the sequence will be {1,2,3,4,5}
\(S(n)=S(5)=1+2+3+4+5\)

2n=2*5=10, the sequence will be {1,2,3,4,5,6,7,8,9,10}
\(S(2n)=S(10)=1+2+3+4+5+6+7+8+9+10=1+2+3+4+5+(1+5)+(2+5)+(3+5)+(4+5)+(5+5)\)
\((1+2+3+4+5)+(1+2+3+4+5)+(5+5+5+5+5)\)
\(S(5)+S(5)+5*5=S(5)+S(5)+5^2=2S(5)+5^2\)

Since, n=5
\(2S(5)+5^2=2S(n)+n^2\)

In general terms,
\(S(n)=1+2+3+4,...+n\)
\(S(2n)=1+2+3+4,...+n+(1+n)+(2+n)+(3+n)+(4+n),...+(n+n)\)
\(S(2n)=(1+2+3+4+...+n)+(1+2+3+4+...n)+(n+n+...n-times)\)
\(S(2n)=S(n)+S(n)+n^2\)
\(S(2n)=2S(n)+n^2\)

Ans: "D"
User avatar
viks4gmat
Joined: 04 Jun 2011
Last visit: 20 Apr 2013
Posts: 99
Own Kudos:
171
 [1]
Given Kudos: 21
Posts: 99
Kudos: 171
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
meshell
"for starters u could use the substitution technique where n =2 ==> sn = 3

then s(2n) = s(4) = 10 only D satisfies"

Can you explain how you would get s(n) = 3 if n is 2. disregarding the format of the sequence, if n is 2, the sum of the sequence should be at least 12 (10...+ 2).

its clearly much quicker than doing it mathematically! but I did go the math route, and my only falter compared to your calculation is that I cannot see how you've got rid of the division by 2 in the S(n) calculations.

"Therefore Sn = n(1+ n)/2 or n+n^2 = 2Sn -- (1)"

Shouldn't n(1 + n) / 2 become n + n^2 / 2?



Michelle, the series is 1,2,3,4,....
and Sn is the sum of the series until n terms .. so the sum of the series for 2 terms or s(2) = 1+2 = 3

and s(4) = 1+2+3+4 = 10


i hope this helps explain your concern on "disregarding the format of the sequence, if n is 2, the sum of the sequence should be at least 12 (10...+ 2). "
if you still have questions, i'll be happy to help.

on the mathematical formula yes sn = [n(1+n)] / 2 and is therefore indeed sn = [n + n^2] / 2
but to avoid confusion, i have pulled the 2 to the other side making it 2* Sn = [n + n^2]

so (n + n^2 ) equals 2*Sn and not just Sn.
User avatar
viks4gmat
Joined: 04 Jun 2011
Last visit: 20 Apr 2013
Posts: 99
Own Kudos:
171
 [1]
Given Kudos: 21
Posts: 99
Kudos: 171
 [1]
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
fluke
DeeptiM
If S(n) is the sum of sequence 1, 2, 3, 4, ...n, in terms of n and S(n), S(2n)=?
(A) 2*S(n)
(B) n*S(n)
(C) 2n*S(n)
(D) 2S(n)+n^2
(E) S(n)+2n^2

Pls help with the easiest explanation possible..thnx

Let's see the pattern:

For n=5, the sequence will be {1,2,3,4,5}
\(S(n)=S(5)=1+2+3+4+5\)

2n=2*5=10, the sequence will be {1,2,3,4,5,6,7,8,9,10}
\(S(2n)=S(10)=1+2+3+4+5+6+7+8+9+10=1+2+3+4+5+(1+5)+(2+5)+(3+5)+(4+5)+(5+5)\)
\((1+2+3+4+5)+(1+2+3+4+5)+(5+5+5+5+5)\)
\(S(5)+S(5)+5*5=S(5)+S(5)+5^2=2S(5)+5^2\)

Since, n=5
\(2S(5)+5^2=2S(n)+n^2\)

In general terms,
\(S(n)=1+2+3+4,...+n\)
\(S(2n)=1+2+3+4,...+n+(1+n)+(2+n)+(3+n)+(4+n),...+(n+n)\)
\(S(2n)=(1+2+3+4+...+n)+(1+2+3+4+...n)+(n+n+...n-times)\)
\(S(2n)=S(n)+S(n)+n^2\)
\(S(2n)=2S(n)+n^2\)

Ans: "D"


Thanks Fluke for saving my back on so many occasions :-) kudos to u!!
avatar
AbhimanyuDhar
Joined: 14 Oct 2016
Last visit: 07 May 2019
Posts: 31
Own Kudos:
Given Kudos: 155
Location: India
WE:Sales (Energy)
Posts: 31
Kudos: 36
Kudos
Add Kudos
Bookmarks
Bookmark this Post
S(n)=n(n+1)/2

S(n)=(n/2 )(n+1)

S(2n)=(2n/2)(2n+1)

S(2n)=n(2n+1)
S(2n)=2n^2+n

S(2n)=(n^2)+n +(n^2)
S(2n)= 2S(n)+ n^2
avatar
AD2GMAT
Joined: 30 Jul 2014
Last visit: 30 Jan 2023
Posts: 88
Own Kudos:
Given Kudos: 107
Status:MBA Completed
Affiliations: IIM
Products:
Posts: 88
Kudos: 101
Kudos
Add Kudos
Bookmarks
Bookmark this Post
I calculated 2*S(n) in place of S(2*n) - silly mistake, and hence landed up in the answer option A.
User avatar
Probus
Joined: 10 Apr 2018
Last visit: 22 May 2020
Posts: 181
Own Kudos:
508
 [4]
Given Kudos: 115
Location: United States (NC)
Posts: 181
Kudos: 508
 [4]
3
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Hi,
If S(n) = n(n+1)/ 2
or n^2+n= 2S(n) ....... (i)
then S(2n)= 2n(2n+1)/2
= n(2n+1)
= 2n^2 +n
=n^2+n^2+n
= n^2 + 2S(n) { substituting the value from eq i)

Bunuel,
Can we move this to PS forum.
User avatar
Izzyjolly
Joined: 06 Nov 2016
Last visit: 15 Sep 2023
Posts: 49
Own Kudos:
104
 [5]
Given Kudos: 151
Location: Viet Nam
Concentration: Strategy, International Business
GPA: 3.54
Posts: 49
Kudos: 104
 [5]
3
Kudos
Add Kudos
2
Bookmarks
Bookmark this Post
DeeptiM
If S(n) is the sum of sequence 1, 2, 3, 4, ...n, in terms of n and S(n), S(2n)=?
(A) 2*S(n)
(B) n*S(n)
(C) 2n*S(n)
(D) 2S(n)+n^2
(E) S(n)+2n^2

Pls help with the easiest explanation possible..thnx

1. Number plugging approach: Let n = 3, we have
S(n) = S(3) = 1+2+3 = 6
S(2n) = S(6) = 1+2+3+4+5+6 = 21
--> D is the answer.

2. Mathematical approach:
\(S(n) = 1+2+3+...+(n-1)+n = \frac{(n+1)*n}{2}\)
--> \((n+1)*n = 2* S(n)\)
\(S(2n) = 1+2+3+...+(2n-1)+2n = \frac{(2n+1)*2n}{2}\) = \((2n+1)*n\) = \((n+1)*n\) + \(n*n\) = \(2*S(n)\) + \(n^2\)
--> Answer D.

To moderators
This is a PS question. Please move it to PS subforum.
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 17 April 2025
Posts: 100,738
Own Kudos:
Given Kudos: 93,090
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 100,738
Kudos: 717,293
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Probus
Hi,
If S(n) = n(n+1)/ 2
or n^2+n= 2S(n) ....... (i)
then S(2n)= 2n(2n+1)/2
= n(2n+1)
= 2n^2 +n
=n^2+n^2+n
= n^2 + 2S(n) { substituting the value from eq i)

Bunuel,
Can we move this to PS forum.

_____________
Done. Thank you.
User avatar
GyMrAT
Joined: 14 Dec 2017
Last visit: 03 Nov 2020
Posts: 414
Own Kudos:
Given Kudos: 173
Location: India
Posts: 414
Kudos: 486
Kudos
Add Kudos
Bookmarks
Bookmark this Post
DeeptiM
If S(n) is the sum of sequence 1, 2, 3, 4, ...n, in terms of n and S(n), S(2n)=?
(A) 2*S(n)
(B) n*S(n)
(C) 2n*S(n)
(D) 2S(n)+n^2
(E) S(n)+2n^2

Pls help with the easiest explanation possible..thnx

Given \(S(n) = 1 + 2 + 3 +.....+ n\)

\(S(2n) = 1 + 2 + 3 +......+ n + (n+1) + (n+2) +.......+ (n+n)\)

\(S(2n) - S(n) = (n+1) + (n+2) +.......+ (n+n) = n*n + (1 + 2 + 3 +....n)\)

hence \(S(2n) = n^2 + 2S(n)\)


Answer D.


Thanks,
GyM
User avatar
KanishkM
Joined: 09 Mar 2018
Last visit: 18 Dec 2021
Posts: 765
Own Kudos:
486
 [2]
Given Kudos: 123
Location: India
Posts: 765
Kudos: 486
 [2]
2
Kudos
Add Kudos
Bookmarks
Bookmark this Post
DeeptiM
If S(n) is the sum of sequence 1, 2, 3, 4, ...n, in terms of n and S(n), S(2n)=?
(A) 2*S(n)
(B) n*S(n)
(C) 2n*S(n)
(D) 2S(n)+n^2
(E) S(n)+2n^2

Pls help with the easiest explanation possible..thnx

For this question, i just assumed a series of 5 numbers 1,2,3,4,5
S(n) = 15 and n = 5

S(2n) = 55 ( 1,2,3,4,5,6,7,8,9,10)

Now we need to find 55 when we substitute the values for n and S(n) in the answer options
(A) 2*S(n) => 2* 15 =30
(B) n*S(n) => 5*15 =75
(C) 2n*S(n) => 10*15 =150
(D) 2S(n)+n^2 => 55
(E) S(n)+2n^2

Answer D
User avatar
CEdward
Joined: 11 Aug 2020
Last visit: 14 Apr 2022
Posts: 1,216
Own Kudos:
Given Kudos: 332
Posts: 1,216
Kudos: 237
Kudos
Add Kudos
Bookmarks
Bookmark this Post
fluke
DeeptiM
If S(n) is the sum of sequence 1, 2, 3, 4, ...n, in terms of n and S(n), S(2n)=?
(A) 2*S(n)
(B) n*S(n)
(C) 2n*S(n)
(D) 2S(n)+n^2
(E) S(n)+2n^2

Pls help with the easiest explanation possible..thnx

Let's see the pattern:

For n=5, the sequence will be {1,2,3,4,5}
\(S(n)=S(5)=1+2+3+4+5\)

2n=2*5=10, the sequence will be {1,2,3,4,5,6,7,8,9,10}
\(S(2n)=S(10)=1+2+3+4+5+6+7+8+9+10=1+2+3+4+5+(1+5)+(2+5)+(3+5)+(4+5)+(5+5)\)
\((1+2+3+4+5)+(1+2+3+4+5)+(5+5+5+5+5)\)
\(S(5)+S(5)+5*5=S(5)+S(5)+5^2=2S(5)+5^2\)

Since, n=5
\(2S(5)+5^2=2S(n)+n^2\)

In general terms,
\(S(n)=1+2+3+4,...+n\)
\(S(2n)=1+2+3+4,...+n+(1+n)+(2+n)+(3+n)+(4+n),...+(n+n)\)
\(S(2n)=(1+2+3+4+...+n)+(1+2+3+4+...n)+(n+n+...n-times)\)
\(S(2n)=S(n)+S(n)+n^2\)
\(S(2n)=2S(n)+n^2\)

Ans: "D"

Very tough problem because it takes a lot of time to see the pattern. Are there other questions like this?
User avatar
Tiffsootmoot8
Joined: 23 Aug 2015
Last visit: 27 Aug 2024
Posts: 53
Own Kudos:
Given Kudos: 85
Location: India
Posts: 53
Kudos: 29
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Keep it simple..
Substitute any value for n and calculate S(n) and S(2n)
For example, for n=4, S(4) = 10 and S(8) = 36.
Now try substituting n=4 for each of the options and see which one matches.
Only D works!
User avatar
bumpbot
User avatar
Non-Human User
Joined: 09 Sep 2013
Last visit: 04 Jan 2021
Posts: 36,907
Own Kudos:
Posts: 36,907
Kudos: 971
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Hello from the GMAT Club BumpBot!

Thanks to another GMAT Club member, I have just discovered this valuable topic, yet it had no discussion for over a year. I am now bumping it up - doing my job. I think you may find it valuable (esp those replies with Kudos).

Want to see all other topics I dig out? Follow me (click follow button on profile). You will receive a summary of all topics I bump in your profile area as well as via email.
Moderators:
Math Expert
100738 posts
PS Forum Moderator
556 posts