Last visit was: 25 Apr 2024, 11:56 It is currently 25 Apr 2024, 11:56

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:
Date
Tags:
Show Tags
Hide Tags
User avatar
Manager
Manager
Joined: 07 Feb 2010
Posts: 101
Own Kudos [?]: 3941 [31]
Given Kudos: 101
Send PM
Most Helpful Reply
Math Expert
Joined: 02 Sep 2009
Posts: 92914
Own Kudos [?]: 618997 [20]
Given Kudos: 81595
Send PM
General Discussion
User avatar
Intern
Intern
Joined: 25 Aug 2010
Posts: 40
Own Kudos [?]: 15 [2]
Given Kudos: 1
Send PM
User avatar
Manager
Manager
Joined: 20 Apr 2010
Posts: 154
Own Kudos [?]: 248 [1]
Given Kudos: 28
Concentration: Finacee, General Management
Schools:ISB, HEC, Said
 Q48  V28
Send PM
Re: If S is the infinite sequence S1 = 6, S2 = 12, ..., Sn = Sn-1 + 6 [#permalink]
1
Kudos
are we supposed to know this formula for GMAT?
Tutor
Joined: 16 Oct 2010
Posts: 14823
Own Kudos [?]: 64917 [3]
Given Kudos: 426
Location: Pune, India
Send PM
Re: If S is the infinite sequence S1 = 6, S2 = 12, ..., Sn = Sn-1 + 6 [#permalink]
2
Kudos
1
Bookmarks
Expert Reply
MateoLibre wrote:
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\)
Tutor
Joined: 16 Oct 2010
Posts: 14823
Own Kudos [?]: 64917 [2]
Given Kudos: 426
Location: Pune, India
Send PM
Re: If S is the infinite sequence S1 = 6, S2 = 12, ..., Sn = Sn-1 + 6 [#permalink]
2
Bookmarks
Expert Reply
prashantbacchewar wrote:
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
Intern
Intern
Joined: 22 Apr 2010
Posts: 1
Own Kudos [?]: 6 [0]
Given Kudos: 2
Send PM
Re: If S is the infinite sequence S1 = 6, S2 = 12, ..., Sn = Sn-1 + 6 [#permalink]
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....
Math Expert
Joined: 02 Sep 2009
Posts: 92914
Own Kudos [?]: 618997 [1]
Given Kudos: 81595
Send PM
Re: If S is the infinite sequence S1 = 6, S2 = 12, ..., Sn = Sn-1 + 6 [#permalink]
1
Kudos
Expert Reply
prakarp wrote:
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.
GMAT Club Legend
GMAT Club Legend
Joined: 19 Dec 2014
Status:GMAT Assassin/Co-Founder
Affiliations: EMPOWERgmat
Posts: 21846
Own Kudos [?]: 11666 [0]
Given Kudos: 450
Location: United States (CA)
GMAT 1: 800 Q51 V49
GRE 1: Q170 V170
Send PM
Re: If S is the infinite sequence S1 = 6, S2 = 12, ..., Sn = Sn-1 + 6 [#permalink]
Expert Reply
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
Target Test Prep Representative
Joined: 14 Oct 2015
Status:Founder & CEO
Affiliations: Target Test Prep
Posts: 18761
Own Kudos [?]: 22052 [0]
Given Kudos: 283
Location: United States (CA)
Send PM
Re: If S is the infinite sequence S1 = 6, S2 = 12, ..., Sn = Sn-1 + 6 [#permalink]
Expert Reply
anilnandyala wrote:
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
Senior Manager
Senior Manager
Joined: 19 Oct 2013
Posts: 412
Own Kudos [?]: 306 [1]
Given Kudos: 117
Location: Kuwait
GPA: 3.2
WE:Engineering (Real Estate)
Send PM
Re: If S is the infinite sequence S1 = 6, S2 = 12, ..., Sn = Sn-1 + 6 [#permalink]
1
Kudos
anilnandyala wrote:
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
Manager
Manager
Joined: 12 Sep 2017
Posts: 239
Own Kudos [?]: 117 [0]
Given Kudos: 132
Send PM
Re: If S is the infinite sequence S1 = 6, S2 = 12, ..., Sn = Sn-1 + 6 [#permalink]
Bunuel wrote:
anilnandyala wrote:
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!
Tutor
Joined: 16 Oct 2010
Posts: 14823
Own Kudos [?]: 64917 [1]
Given Kudos: 426
Location: Pune, India
Send PM
If S is the infinite sequence S1 = 6, S2 = 12, ..., Sn = Sn-1 + 6 [#permalink]
1
Kudos
Expert Reply
jfranciscocuencag wrote:
Bunuel wrote:
anilnandyala wrote:
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\)

Originally posted by KarishmaB on 24 Jan 2019, 05:58.
Last edited by KarishmaB on 20 Oct 2022, 05:20, edited 1 time in total.
Director
Director
Joined: 09 Mar 2018
Posts: 783
Own Kudos [?]: 453 [0]
Given Kudos: 123
Location: India
Send PM
Re: If S is the infinite sequence S1 = 6, S2 = 12, ..., Sn = Sn-1 + 6 [#permalink]
anilnandyala wrote:
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
Intern
Intern
Joined: 14 Feb 2021
Posts: 3
Own Kudos [?]: 0 [0]
Given Kudos: 43
Location: Uganda
Concentration: Finance, Strategy
WE:Analyst (Commercial Banking)
Send PM
Re: If S is the infinite sequence S1 = 6, S2 = 12, ..., Sn = Sn-1 + 6 [#permalink]
vitamingmat wrote:
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
Non-Human User
Joined: 09 Sep 2013
Posts: 32676
Own Kudos [?]: 822 [0]
Given Kudos: 0
Send PM
Re: If S is the infinite sequence S1 = 6, S2 = 12, ..., Sn = Sn-1 + 6 [#permalink]
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.
GMAT Club Bot
Re: If S is the infinite sequence S1 = 6, S2 = 12, ..., Sn = Sn-1 + 6 [#permalink]
Moderators:
Math Expert
92914 posts
Senior Moderator - Masters Forum
3137 posts

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