Last visit was: 23 Apr 2026, 16:16 It is currently 23 Apr 2026, 16:16
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
ctrlaltdel
Joined: 24 Jul 2009
Last visit: 11 Jan 2023
Posts: 59
Own Kudos:
603
 [52]
Given Kudos: 124
Location: United States
GMAT 1: 590 Q48 V24
GMAT 1: 590 Q48 V24
Posts: 59
Kudos: 603
 [52]
3
Kudos
Add Kudos
49
Bookmarks
Bookmark this Post
Most Helpful Reply
User avatar
kp1811
Joined: 30 Aug 2009
Last visit: 05 Sep 2015
Posts: 125
Own Kudos:
386
 [20]
Given Kudos: 5
Location: India
Concentration: General Management
Posts: 125
Kudos: 386
 [20]
10
Kudos
Add Kudos
10
Bookmarks
Bookmark this Post
User avatar
IanStewart
User avatar
GMAT Tutor
Joined: 24 Jun 2008
Last visit: 17 Apr 2026
Posts: 4,143
Own Kudos:
11,273
 [18]
Given Kudos: 99
Expert
Expert reply
Posts: 4,143
Kudos: 11,273
 [18]
11
Kudos
Add Kudos
7
Bookmarks
Bookmark this Post
General Discussion
avatar
vyomb
Joined: 02 Oct 2009
Last visit: 15 Jul 2019
Posts: 7
Own Kudos:
11
 [7]
Given Kudos: 16
Posts: 7
Kudos: 11
 [7]
4
Kudos
Add Kudos
3
Bookmarks
Bookmark this Post
ctrlaltdel
The sum of the squares of the first 15 positive integers (1^2 + 2^2 + 3^2 + . . . + 15^2) is equal to 1240. What is the sum of the squares of the second 15 positive integers (16^2 + 17^2 + 18^2 + . . . + 30^2) ?

(A) 2480
(B) 3490
(C) 6785
(D) 8215
(E) 9255

How do we solve this one?
The simplest approach is to deduct the sum of the squares of first 15 terms from the sum of the squares of the first 30 terms.
Formula to find the sum of the squares of n terms=n(n+1)(2n+1)/6
thus-sum of first 30 terms=30(31)61)/6=9455
so ans is 9455-1240=8215 i.e. D
User avatar
kp1811
Joined: 30 Aug 2009
Last visit: 05 Sep 2015
Posts: 125
Own Kudos:
386
 [3]
Given Kudos: 5
Location: India
Concentration: General Management
Posts: 125
Kudos: 386
 [3]
3
Kudos
Add Kudos
Bookmarks
Bookmark this Post
enigma123
The sum of the squares of the first 15 positive integers (1^2 + 2^2 + 3^2 + . . . + 15^2) is equal to 1240. What is the sum of the squares of the second 15 positive integers (16^2 + 17^2 + 18^2 + . . . + 30^2) ?
(A) 2480
(B) 3490
(C) 6785
(D) 8215
(E) 9255

Any idea guys what will be the answer and how to solve? I don't have an OA.

sum of squares is
n*(n+1)*(2n+1)/6 [ for 1st n natural number's]

so for 1st 15 ->15*16*31/6 = 5*8*31 = 1240

for 1st 30 -> 30*31*61/6 = 5*31*61 = 9455

9455-1240 = 8215

D
User avatar
IanStewart
User avatar
GMAT Tutor
Joined: 24 Jun 2008
Last visit: 17 Apr 2026
Posts: 4,143
Own Kudos:
11,273
 [4]
Given Kudos: 99
Expert
Expert reply
Posts: 4,143
Kudos: 11,273
 [4]
3
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
You'll never need a formula for the sums of squares on the actual GMAT. You don't need to use that formula here, though it's not all that straightforward to solve without one. Two different approaches:

16^2 + 17^2 + 18^2 + ... + 30^2 = (15 + 1)^2 + (15 + 2)^2 + (15 + 3)^2 + ... + (15 + 15)^2

Now we can expand each square; they are all in the (x + y)^2 = x^2 + 2xy + y^2 pattern.

= (15^2 + 2*15 + 1^2) + (15^2 + 4*15 + 2^2) + (15^2 + 6*15 + 3^2) + ... + (15^2 + 30*15 + 15^2)

Now we have fifteen 15^2 terms, so adding these gives 15*15^2 = 15^3 = 3375. We also have the entire sum 1^2 + 2^2 + ... + 15^2, which we know is equal to 1240. Finally adding the middle terms, we have:

2*15 + 4*15 + 6*15 + ... + 30*15 = 15(2 + 4 + 6 + .... + 30) = 15*2*(1 + 2 + 3 + ... + 15) = 15*2*8*15 = 3600

So the sum must be 3375 + 1240 + 3600 = 8215

Alternatively, we can use a different factoring pattern. We want to find the value of 30^2 + 29^2 + ... + 17^2 + 16^2. Well if we subtract 15^2 + 14^2 + .... + 2^2 + 1^2 from this, the answer will be 1240 less than what we want to find. So if we can find the value of

30^2 + 29^2 + ... + 17^2 + 16^2 - (15^2 + 14^2 + .... + 2^2 + 1^2)

then we can add 1240 to get the answer. Now grouping the terms above to get differences of squares, we have

= (30^2 - 15^2) + (29^2 - 14^2) + ... + (16^2 - 1^2)

and factoring each of these using x^2 - y^2 = (x + y)(x - y), we have

= 45*15 + 43*15 + 41*15 + ... + 17*15 = 15(45 + 43 + 41 + ... + 17)

In brackets we have an equally spaced sum with fifteen terms, which we can evaluate using the familiar formula. So the above equals

15*15*62/2 = 6975

and adding back the 1240, we get the answer of 8215.

I think no matter how you approach the question, the calculation is pretty annoying, so I don't care for the question much.
User avatar
samusa
Joined: 01 Nov 2013
Last visit: 30 Nov 2025
Posts: 240
Own Kudos:
1,067
 [4]
Given Kudos: 410
GMAT 1: 690 Q45 V39
WE:General Management (Energy)
Products:
GMAT 1: 690 Q45 V39
Posts: 240
Kudos: 1,067
 [4]
3
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
I did not know the formula for calculating the sum of the squares of consecutive natural numbers. But I know how to find the sum of consecutive natural numbers.
So I used the following method-

1^2 + 2^2 + 3^2 + . . . + 15^2= 1240 ( A)

16^2 + 17^2 + 18^2 + . . . + 30^2= S (B)

B -A = S- 1240

(16^2 + 17^2 + 18^2 + . . . + 30^2 ) - (1^2 + 2^2 + 3^2 + . . . + 15^2) = S - 1240

the above can be written as-

(16^2-1^2) + (17^2- 2^2).........+(30^2 - 15^2) = S-1240

15* (1+16) + 15 * (2+17)...........+ 15 * (15 + 30) = S- 1240

15 [ 1+ 2+ 3......................................30 ] = S-1240

15 * [sum of first 30 natural numbers] = S-1240

15 * 30/2 * 31 = S-1240

S= 8215


Hope the above helps !!!
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]
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
Hi All,

The answer choices to this question are "spread out" enough that we can use them to our advantage.

Since the GMAT does NOT expect us to know this formula: (N)(N+1)(2N+1)/6...there must be another way to get to the correct answer. A bit of Arithmetic, some pattern-matching skills and a bit of estimation will get us the answer.

First, I'm going to list some "reference" numbers that are easy to calculate:

16^2 = 256
20^2 = 400
25^2 = 625
30^2 = 900

The question asks us for the sum of the squares from 16^2 to 30^2 inclusive. This requires us to think about 15 numbers.

The sums of 16^2, 17^2, 18^2 and 19^2 will be MORE than 1,000 but LESS than 1,600. This is because there are 4 values that are all AT LEAST 256 and LESS THAN 400 each.

The sums of 20^2 through 24^2 will be MORE than 2,000 but LESS than 3,000. There are 5 values in this group.

The sums of of 25^2 through 30^2 will be MORE than 3,600 but LESS than 5,000. there are 6 values in this group.

As an estimate, we can use....1300 + 2500 + 4200 = 8,000 give or take.

There's only one answer that is close to this...

Final Answer:
GMAT assassins aren't born, they're made,
Rich
User avatar
kzivrev
Joined: 06 Jun 2014
Last visit: 19 Sep 2016
Posts: 34
Own Kudos:
103
 [1]
Given Kudos: 105
Posts: 34
Kudos: 103
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
This is mine reasoning, of course there is the precise way but it may be time consuming even if do know the way it will take well over 2 mints.

this is what I think, I made 3 groups 16 to 20, 20 to 25 and 25 to 30, the squares will be 256 to 400, 400 to 625, and 625 to 900, now we need to multiiply the numbers with 5 since there are 5 numbers in each group, so we get ( rough estimates in teh interest of the time) 256 *5 = 1250,
so we get 1250 to 2000, 2000 to 3200, 3200 to 4500.
next step is take the rough middle of the gorups 1250 to 2000 is around 1600, next is around 2600 and last is around 3800, add these 1600 + 2600 + 3800 = 8000 so the matching answer would be 8215

Of course this approach is very similar if not the same as EMPOWERgmat above, but I tried to simplifiy it even more.
User avatar
GMATDemiGod
Joined: 23 Sep 2015
Last visit: 05 Feb 2017
Posts: 64
Own Kudos:
Given Kudos: 213
Concentration: General Management, Finance
GMAT 1: 680 Q46 V38
GMAT 2: 690 Q47 V38
GPA: 3.5
GMAT 2: 690 Q47 V38
Posts: 64
Kudos: 52
Kudos
Add Kudos
Bookmarks
Bookmark this Post
This is how I did this question

Sum of first 15 squares = 1240

Let n = 15, and calculate the sum of the next 15 squares

(n+1)^2 + (n+2)^2 + ....+(n+15)^2

Now expand this

(n^2 + 2n + 1^2) + (n^2 + 4n + 2^2) + ..... + (n^2 + 30n + 15^2)

Now collect like terms

15n^2 + [sum of first 30 even numbers, inclusive]n + [sum of first 15 squares]

plus in what we know

15(15)^2 + [mean * number of terms]n + 1240

3375 + [(30+2)/2 * 15]n + 1240

3375 + 240n + 1240

3375 + 240(15) + 1240

3375 + 3600 + 1240

= 8215
User avatar
shyind
Joined: 26 Nov 2014
Last visit: 28 Dec 2015
Posts: 71
Own Kudos:
526
 [2]
Given Kudos: 8
Products:
Posts: 71
Kudos: 526
 [2]
2
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Just a thought,

\(16^2+.....+30^2\) = 256+.....+900

\((\frac{900+256}{2})\)*15= 578*15 = 8670 (close to D)

Can we consider this approach ?
User avatar
VeritasPrepBrian
User avatar
Veritas Prep Representative
Joined: 26 Jul 2010
Last visit: 02 Mar 2022
Posts: 416
Own Kudos:
Given Kudos: 63
Expert
Expert reply
Posts: 416
Kudos: 3,270
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Another way to look at this one with a repeatable strategy for problems that look too big to solve...

A helpful strategy with big numbers and particularly with exponents is to see if you can find patterns. Here, you don't want to calculate all those squares from 16^2 to 30^2, but since they gave you the relationship to the first 15 squares there's good evidence that there would be some relationship between the ones you're asked to calculate and the ones they gave you. So say you just used a small set of 5 of them...not terrible to calculate, and did:

16^2 = 256
17^2 = 289 (NOTE: you can do this pretty easily by saying that 16^2 = 16*16, so to get to 16*17 you add one more 16 to get 272, and then to get from 16*17 to 17*17 you add one more 17 to get 289)
18^2 = 324

20^2 = 400 (I'll explain why I skipped 19^2 in a second)

Here I'm just jotting down a few easy-ish to calculate numbers to see if I can find a pattern. So then lay these against the first five squares to see:

16^2 vs. 1^2 = 256 vs. 1, so a difference of 255
17^2 vs. 2^2 = 289 vs. 4...which is a difference of 285 (hmm...both end in 5s at least)
18^2 vs. 3^2 = 324 vs. 9...which is a difference of 315
20^2 vs. 5^2 = 400 vs. 25 which is a difference of 375

So...just by testing enough numbers to see if you have a pattern, you can see that the differences between the first square of the old set and the first of the new, the second vs. second, etc. go up 30 every time, from 255 to 285 to 315 to 345 to 375, and with that many data points you can assume (even if it's not guaranteed...you don't want to spend more than 3-4 minutes on this thing on test day) that that pattern will hold. So you can keep counting up by 30s to the 8th term (the middle of the 15 terms) to see that it will be 465, and then know that your sum will be the original sum of 1240 plus the sum of the differences from old to new (so 15 * 465), and that adds up to the correct 8215.

A few clarification points here:

-I skipped 19^2 because I knew 20^2 easily and I only cared about 19^2 if it was an easy to recognize pattern with the other numbers. Once I saw that the differences all ended in 5 and were evenly spaced, then I was interested b/c I knew I had a pattern I could use.

-I looked for the difference between terms in the "old" set (1^2 - 15^2) and the new because they gave us the sum of the "old" set. That's a recognition thing, kind of playing the GMAT's trends - there are a few problems out there where they base a sequence or series on another one, and then give you a piece of information about the one they based it on. Very frequently in those cases, the path is to "fill in the gap" by calculating the difference between the sets and not by trying to calculate the new one alone. So that was a little bit of "I've seen this game before and here's how it's usually played..." to hopefully find a path.

Anyway - just thought that might be interesting since I just used that exact strategy to solve this one in ~2:30 or so while playing around in here on my lunch break (ah, the fascinating life of a GMAT teacher). I always like when I can apply the strategies I tell students to use (when in doubt see if you can jot out a few terms and find a pattern, in this case) and see it work just as advertised!
User avatar
GMATinsight
User avatar
Major Poster
Joined: 08 Jul 2010
Last visit: 23 Apr 2026
Posts: 6,976
Own Kudos:
16,908
 [2]
Given Kudos: 128
Status:GMAT/GRE Tutor l Admission Consultant l On-Demand Course creator
Location: India
GMAT: QUANT+DI EXPERT
Schools: IIM (A) ISB '24
GMAT 1: 750 Q51 V41
WE:Education (Education)
Products:
Expert
Expert reply
Schools: IIM (A) ISB '24
GMAT 1: 750 Q51 V41
Posts: 6,976
Kudos: 16,908
 [2]
2
Kudos
Add Kudos
Bookmarks
Bookmark this Post
ctrlaltdel
The sum of the squares of the first 15 positive integers (1^2 + 2^2 + 3^2 + . . . + 15^2) is equal to 1240. What is the sum of the squares of the second 15 positive integers (16^2 + 17^2 + 18^2 + . . . + 30^2) ?

(A) 2480
(B) 3490
(C) 6785
(D) 8215
(E) 9255

How do we solve this one?

Here are two detailed solutions to the problem.

It also expresses smart approximation at the end.


Watch it!!!

User avatar
Archit3110
User avatar
Major Poster
Joined: 18 Aug 2017
Last visit: 23 Apr 2026
Posts: 8,628
Own Kudos:
5,190
 [1]
Given Kudos: 243
Status:You learn more from failure than from success.
Location: India
Concentration: Sustainability, Marketing
GMAT Focus 1: 545 Q79 V79 DI73
GMAT Focus 2: 645 Q83 V82 DI81
GPA: 4
WE:Marketing (Energy)
Products:
GMAT Focus 2: 645 Q83 V82 DI81
Posts: 8,628
Kudos: 5,190
 [1]
Kudos
Add Kudos
Bookmarks
Bookmark this Post
ctrlaltdel
The sum of the squares of the first 15 positive integers (1^2 + 2^2 + 3^2 + . . . + 15^2) is equal to 1240. What is the sum of the squares of the second 15 positive integers (16^2 + 17^2 + 18^2 + . . . + 30^2) ?

(A) 2480
(B) 3490
(C) 6785
(D) 8215
(E) 9255

How do we solve this one?

sum of squares of consective terms = 1/6 * (n)*(n+1)*(2n+1)
so now to get sum of second 15 +ve integers ;
sum of square from 1 to 30 - sum of square from 1 to 15
we get
1/6 * 30*31*61 - 1/6 * 15*16*31
9455-1240 ; 8215
IMO D
User avatar
bumpbot
User avatar
Non-Human User
Joined: 09 Sep 2013
Last visit: 04 Jan 2021
Posts: 38,964
Own Kudos:
Posts: 38,964
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