Last visit was: 23 Apr 2026, 14:18 It is currently 23 Apr 2026, 14:18
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
anilnandyala
Joined: 07 Feb 2010
Last visit: 19 Jun 2012
Posts: 99
Own Kudos:
4,891
 [37]
Given Kudos: 101
Posts: 99
Kudos: 4,891
 [37]
4
Kudos
Add Kudos
33
Bookmarks
Bookmark this Post
Most Helpful Reply
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 23 Apr 2026
Posts: 109,785
Own Kudos:
Given Kudos: 105,853
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,785
Kudos: 810,852
 [23]
8
Kudos
Add Kudos
15
Bookmarks
Bookmark this Post
General Discussion
User avatar
vitamingmat
Joined: 25 Aug 2010
Last visit: 28 Nov 2011
Posts: 39
Own Kudos:
18
 [2]
Given Kudos: 1
Posts: 39
Kudos: 18
 [2]
Kudos
Add Kudos
2
Bookmarks
Bookmark this Post
User avatar
prashantbacchewar
Joined: 20 Apr 2010
Last visit: 28 Mar 2014
Posts: 150
Own Kudos:
321
 [1]
Given Kudos: 28
Concentration: Finacee, General Management
Schools:ISB, HEC, Said
Posts: 150
Kudos: 321
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
are we supposed to know this formula for GMAT?
User avatar
KarishmaB
Joined: 16 Oct 2010
Last visit: 23 Apr 2026
Posts: 16,441
Own Kudos:
79,396
 [4]
Given Kudos: 484
Location: Pune, India
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 16,441
Kudos: 79,396
 [4]
3
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
MateoLibre
This question comes from Manhattan GMAT. I don't understand how you find the rule for this sequence. I just used the "\(S_n\)=\(S_(n-1)\)+6" to try to find the numbers in the sequence, but I was wrong. It's 6n. Once I see that that is the answer in the solution I can see it, but how can I arrive to that on my own?

If S is the infinite sequence \(S_1\) = 6, \(S_2\) = 12, ..., \(S_n\) = \(S_(n-1)\) + 6,..., what is the sum of all terms in the set {\(S_{13}\), \(S_{14}\), ..., \(S_{28}\)}?
a) 1,800
b) 1,845
c) 1,890
d) 1,968
e) 2,016

This is an arithmetic progression: 6, 12, 18, 24, 30...... (or I can say it is the multiplication table of 6)
When they say S(n) = S(n - 1) + 6, they are giving you that every subsequent term is 6 more but just writing down the first few numbers you will realize that it is just the table of 6. This happens because the first term is 6 so every time you add 6, it just becomes the next number in the multiplication table of 6. How will you learn to observe such things? Just by practice!

First term - 6
Second term - 6x2
Third term - 6x3 and so on
so 13th term will be 6x13
14th term will be 6x14
.
.
28th term will be 6x28
I need to add 6x13 + 6x14 +....6x28 = 6(13 + 14 + ...28)
13 + 14 +..28 = Sum of first 28 terms - Sum of first 12 terms = \(\frac{28*29}{2} - \frac{12*13}{2} = 1968\)
User avatar
KarishmaB
Joined: 16 Oct 2010
Last visit: 23 Apr 2026
Posts: 16,441
Own Kudos:
79,396
 [2]
Given Kudos: 484
Location: Pune, India
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 16,441
Kudos: 79,396
 [2]
Kudos
Add Kudos
2
Bookmarks
Bookmark this Post
prashantbacchewar
are we supposed to know this formula for GMAT?

The formula is simply the formula of the sum of an AP.
If a is the first term, d is the common difference, and n is the number of terms, then

\(S = \frac{n}{2}(2a + (n-1)d)\)
or
\(S = \frac{n}{2}(a + b)\)
b is the last term of the progression which is written as a + (n-1)d.
The logic behind it is that take the average of the AP which is (a + b)/2 and multiply it by n, the number of terms as if the average in added n times rather than individual numbers. It makes complete sense. Look at the example:

AP with 3 terms: 4 7 10
7 is the average. 4 is 3 less than 7 and 10 is 3 more. Rather than adding 4 and 10 to 7, I can add 7 two more times and still get the same answer.

Since GMAT does not focus on formulas, generally you can solve the question in other ways too (like I have done in my solution).
Of course some basic formulas you should be good with and Sum of n consecutive terms starting from 1 = n(n + 1)/2 is one of them.
avatar
prakarp
Joined: 22 Apr 2010
Last visit: 15 Nov 2012
Posts: 1
Own Kudos:
Given Kudos: 2
GMAT 2: 600 Q48 V25
Posts: 1
Kudos: 6
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Can we solve the below sum using this approach

S13-S28 = {S1-S28} - {S1-S13}

S1-S28 = n/2 {2a+(n-1)d} =28/2 { 2*6 + 27*6} = 2436
S1-S13 = n/2{2a+(n-1)d} = 13/2{2*6+12 *6} = 546

S13-S28 =2436-546 =1890

I do not know where I am making mistake. Can some one please help me....
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 23 Apr 2026
Posts: 109,785
Own Kudos:
810,852
 [1]
Given Kudos: 105,853
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,785
Kudos: 810,852
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
prakarp
Can we solve the below sum using this approach

S13-S28 = {S1-S28} - {S1-S13}

S1-S28 = n/2 {2a+(n-1)d} =28/2 { 2*6 + 27*6} = 2436
S1-S13 = n/2{2a+(n-1)d} = 13/2{2*6+12 *6} = 546

S13-S28 =2436-546 =1890

I do not know where I am making mistake. Can some one please help me....

The sum of all terms in the set {S13, S14, ..., S28} means the sum of all the terms from S13 to S28, inclusive. So, it equals to the sum of first 28 terms minus the sum of first 12 terms;

Hence it should be: the sum of first 28 terms minus the sum of first 12 terms = 2436-468=1968.

Hope it's clear.
User avatar
EMPOWERgmatRichC
User avatar
Major Poster
Joined: 19 Dec 2014
Last visit: 31 Dec 2023
Posts: 21,777
Own Kudos:
13,047
 [1]
Given Kudos: 450
Status:GMAT Assassin/Co-Founder
Affiliations: EMPOWERgmat
Location: United States (CA)
GMAT 1: 800 Q51 V49
GRE 1: Q170 V170
Expert
Expert reply
GMAT 1: 800 Q51 V49
GRE 1: Q170 V170
Posts: 21,777
Kudos: 13,047
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Hi All,

While many Test Takers will use a standard, algebraic approach to this question, you can also answer this question by using "bunching"….

Since we're dealing with the 13th through 28th terms, we're dealing with 16 terms….

The sum of the 1st and 16th term = 78 + 168 = 246
The sum of the 2nd and 15th term = 84 + 162 = 246
etc.

So, we have 8 "sets" of 2 terms that all sum to 246

8(246) = 1968

If you calculate JUST the unit's digit, you'll have the correct answer (since only one answer has a units digit of 8).

Final Answer:

GMAT assassins aren't born, they're made,
Rich
User avatar
ScottTargetTestPrep
User avatar
Target Test Prep Representative
Joined: 14 Oct 2015
Last visit: 23 Apr 2026
Posts: 22,283
Own Kudos:
Given Kudos: 302
Status:Founder & CEO
Affiliations: Target Test Prep
Location: United States (CA)
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 22,283
Kudos: 26,531
Kudos
Add Kudos
Bookmarks
Bookmark this Post
anilnandyala
If S is the infinite sequence S1 = 6, S2 = 12, ..., Sn = Sn-1 + 6, ..., what is the sum of all terms in the set {S13, S14, ..., S28}?

A. 1,800
B. 1,845
C. 1,890
D. 1,968
E. 2,016

We see that the sequence is:

6, 12, 18, 24, …

This is an arithmetic sequence with first term S1 = 6 and common difference d = 6.

Recall that S_n = S1 + d(n - 1), so S13 = 6 + 6(13 - 1) = 78 and S28 = 6 + 6(28 - 1) = 168. To find the sum of a list of consecutive terms of an arithmetic sequence, we can use the formula:

(number of terms) x (first term + last term)/2

Here, the number of terms = 28 - 13 + 1 = 16, the first term = S13 = 78, and the last term = S28 = 168; thus; the sum of the terms form S13 to S28, inclusive, is:

16 x (78 + 168)/2

16 x 123

1,968

Answer: D
User avatar
Salsanousi
Joined: 19 Oct 2013
Last visit: 29 Dec 2020
Posts: 391
Own Kudos:
358
 [1]
Given Kudos: 117
Location: Kuwait
GPA: 3.2
WE:Engineering (Real Estate)
Posts: 391
Kudos: 358
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
anilnandyala
If S is the infinite sequence S1 = 6, S2 = 12, ..., Sn = Sn-1 + 6, ..., what is the sum of all terms in the set {S13, S14, ..., S28}?

A. 1,800
B. 1,845
C. 1,890
D. 1,968
E. 2,016

\(S13 = 6* (13-1) + 6 = 78\)
\(S28 = 6* (28-1) + 6 = 168\)

Average of evenly spaced \(= \frac{First + Last}{2} = \frac{78 + 168}{2} = \frac{246}{2} = 123\)

Number of terms = Last - first + 1 = 28 - 13 + 1 = 15 + 1 = 16

16 * 123 = 1,968

Answer chocie D
User avatar
jfranciscocuencag
Joined: 12 Sep 2017
Last visit: 17 Aug 2024
Posts: 227
Own Kudos:
Given Kudos: 132
Posts: 227
Kudos: 144
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
anilnandyala
If S is the infinite sequence S1 = 6, S2 = 12, ..., Sn = Sn-1 + 6,..., what is the sum of all terms in the set {S13, S14, ..., S28}?

a) 1,800

b) 1,845

c) 1,890

d) 1,968

e) 2,016

Hello!

COuld someone please clarify to me how do we get to the following?

\(s_1+6(n-1)\)

Kind regards!
User avatar
KarishmaB
Joined: 16 Oct 2010
Last visit: 23 Apr 2026
Posts: 16,441
Own Kudos:
79,396
 [1]
Given Kudos: 484
Location: Pune, India
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 16,441
Kudos: 79,396
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
jfranciscocuencag
Bunuel
anilnandyala
If S is the infinite sequence S1 = 6, S2 = 12, ..., Sn = Sn-1 + 6,..., what is the sum of all terms in the set {S13, S14, ..., S28}?

a) 1,800

b) 1,845

c) 1,890

d) 1,968

e) 2,016

Hello!

COuld someone please clarify to me how do we get to the following?

\(s_1+6(n-1)\)

Kind regards!

Given \(S_n = S_{n-1} + 6\)
Every subsequent term is 6 more than the previous term. So it is an Arithmetic Progression with common difference 6. In an arithmetic progression,

\(T_n = a + (n - 1)*d\)
where a is the first term, \(T_n\) is the nth term and d is the common difference.

So \(S_n = s_1 + (n - 1)*6\)
User avatar
KanishkM
Joined: 09 Mar 2018
Last visit: 18 Dec 2021
Posts: 755
Own Kudos:
Given Kudos: 123
Location: India
Posts: 755
Kudos: 512
Kudos
Add Kudos
Bookmarks
Bookmark this Post
anilnandyala
If S is the infinite sequence S1 = 6, S2 = 12, ..., Sn = Sn-1 + 6, ..., what is the sum of all terms in the set {S13, S14, ..., S28}?

A. 1,800
B. 1,845
C. 1,890
D. 1,968
E. 2,016

Calculate the number of terms correctly

S13 ........ S28 will be 16 terms, [a+b-1] , one can calculate S13 = a + 12d and S28 = a + 27d

Here a= 6 and d = 6

After that, this series will be a series of multiple of 6
\(S_n\) = n/2 [first term + last term], Sum of n terms in a series

\(S_{16}\) = 16/2 [78 + 168]

Answer D
User avatar
bonny1
Joined: 14 Feb 2021
Last visit: 28 Apr 2025
Posts: 3
Given Kudos: 82
Location: Uganda
Concentration: Finance, Strategy
WE:Analyst (Commercial Banking)
Products:
Posts: 3
Kudos: 0
Kudos
Add Kudos
Bookmarks
Bookmark this Post
vitamingmat
S1 = 6, S2 = 12, ..., Sn = Sn-1 + 6,..., what is the sum of all terms in the set {S13, S14, ..., S28}?

formula = n/2(firstterm + last term)

= s13 to s28 ---> we have 16 terms so n will be = 16
first term = s13 = since term is getting added 6 to the next term, the 13th term will be = 13*6 = 78
s28 = 28*6 = 168

so the sum = n/2(first term + last term) = = > 16/2(78+168) ====> 1968

The best and easiest working ever, thanks so much for simplifying
User avatar
bumpbot
User avatar
Non-Human User
Joined: 09 Sep 2013
Last visit: 04 Jan 2021
Posts: 38,962
Own Kudos:
Posts: 38,962
Kudos: 1,117
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Automated notice from GMAT Club BumpBot:

A member just gave Kudos to this thread, showing it’s still useful. I’ve bumped it to the top so more people can benefit. Feel free to add your own questions or solutions.

This post was generated automatically.
Moderators:
Math Expert
109785 posts
Tuck School Moderator
853 posts