Find all School-related info fast with the new School-Specific MBA Forum

It is currently 22 May 2013, 09:59
Customize  |  Hide

The sum of the first n positive perfect squares, where n is

  Question banks Downloads My Bookmarks Reviews  
Author Message
TAGS:
SVP
SVP
User avatar
Joined: 01 Sep 2010
Posts: 1745
Followers: 55

Kudos [?]: 575 [0], given: 467

The sum of the first n positive perfect squares, where n is [#permalink] New post 17 May 2012, 13:43
00:00

Question Stats:

99% (02:00) correct 0% (00:00) wrong based on 0 sessions
The sum of the first n positive perfect squares, where n is a positive integer, is given by the formula n^3/3 + c*n^2 + n/6, where c is a constant. What is the sum of the first 15 positive perfect squares?

A. 1,010
B. 1,164
C. 1,240
D. 1,316
E. 1,476
[Reveal] Spoiler: OA

_________________

KUDOS is the good manner to help the entire community.

1 KUDOS received
GMAT Club team member
User avatar
Joined: 02 Sep 2009
Posts: 11565
Followers: 1796

Kudos [?]: 9571 [1] , given: 826

Re: What is the sum of the first 15 positive perfect squares? [#permalink] New post 17 May 2012, 14:50
1
This post received
KUDOS
The sum of the first n positive perfect squares, where n is a positive integer, is given by the formula n^3/3 + c*n^2 + n/6, where c is a constant. What is the sum of the first 15 positive perfect squares?
A. 1,010
B. 1,164
C. 1,240
D. 1,316
E. 1,476

Given that \frac{n^3}{3}+c*n^2+\frac{n}{6} gives the sum of the first n positive perfect squares.

Now, for n=2 the formula should give 1^2+2^2=5 (you can equate it to 1^2 as well) --> \frac{2^3}{3}+c*2^2+\frac{2}{6}=5 --> c=\frac{1}{2}. So the formula is: \frac{n^3}{3}+\frac{1}{2}*n^2+\frac{n}{6}.

Substitute n=15 to get the sum of the first 15 positive perfect squares: \frac{15^3}{3}+\frac{1}{2}*15^2+\frac{15}{6}=1,240.

Answer: C.
_________________

PLEASE READ AND FOLLOW: 11 Rules for Posting!!!

RESOURCES: [GMAT MATH BOOK]; 1. Triangles; 2. Polygons; 3. Coordinate Geometry; 4. Factorials; 5. Circles; 6. Number Theory

COLLECTION OF QUESTIONS:
PS: 1. Tough and Tricky questions; 2. Hard questions; 3. Hard questions part 2; 4. Standard deviation; 5. Tough Problem Solving Questions With Solutions; 6. Probability and Combinations Questions With Solutions; 7 Tough and tricky exponents and roots questions; 8 12 Easy Pieces (or not?); 9 Bakers' Dozen; 10 Algebra set. NEW!!!

DS: 1. DS tough questions; 2. DS tough questions part 2; 3. DS tough questions part 3; 4. DS Standard deviation; 5. Inequalities; 6. 700+ GMAT Data Sufficiency Questions With Explanations; 7 Tough and tricky exponents and roots questions; 8 The Discreet Charm of the DS ; 9 Devil's Dozen!!!; 10 Number Properties set. NEW!!!


What are GMAT Club Tests?
25 extra-hard Quant Tests

Find out what's new at GMAT Club - latest features and updates

1 KUDOS received
Intern
Intern
Joined: 05 Apr 2012
Posts: 45
Followers: 0

Kudos [?]: 8 [1] , given: 12

Re: The sum of the first n positive perfect squares, where n is [#permalink] New post 17 May 2012, 14:55
1
This post received
KUDOS
carcass wrote:
The sum of the first n positive perfect squares, where n is a positive integer, is given by the formula n^3/3 + c*n^2 + n/6, where c is a constant. What is the sum of the first 15 positive perfect squares?

A. 1,010
B. 1,164
C. 1,240
D. 1,316
E. 1,476



Hello Carcass
here it is goes c

The formula I have is

(n(n+1) (2n+1))/6

n= 15

Hence
15 x16 X31/6
1240

Hope this help

best regards
SVP
SVP
User avatar
Joined: 01 Sep 2010
Posts: 1745
Followers: 55

Kudos [?]: 575 [0], given: 467

Re: The sum of the first n positive perfect squares, where n is [#permalink] New post 17 May 2012, 18:34
Thanks keiraria :)

Infact I found the same formula (in that way is more simple) in this post sum-of-squares-90497.html.

So, I would ask to Bunuel two things:

first of all this is a bit unclear: for n=2 the formula should give 1^2+2^2=5 (you can equate it to 1^2 as well) . Please, can you elaborate ?? I would like to attack a problem with as methods as possible, because during the exam if you are stuck, can try to find a solution in another way.

Secondly, I think this formula is very useful but I didn't find it on Gmat math book why ??

Thanks Bunuel.
_________________

KUDOS is the good manner to help the entire community.

GMAT Club team member
User avatar
Joined: 02 Sep 2009
Posts: 11565
Followers: 1796

Kudos [?]: 9571 [0], given: 826

Re: The sum of the first n positive perfect squares, where n is [#permalink] New post 18 May 2012, 01:09
carcass wrote:
Thanks keiraria :)

Infact I found the same formula (in that way is more simple) in this post sum-of-squares-90497.html.

So, I would ask to Bunuel two things:

first of all this is a bit unclear: for n=2 the formula should give 1^2+2^2=5 (you can equate it to 1^2 as well) . Please, can you elaborate ?? I would like to attack a problem with as methods as possible, because during the exam if you are stuck, can try to find a solution in another way.

Secondly, I think this formula is very useful but I didn't find it on Gmat math book why ??

Thanks Bunuel.


1. The formula in the stem (n^3/3 + c*n^2 + n/6) gives the sum of the first n positive perfect squares. Notice that the the value of constant c is unknown, so in order to find the sum of the first 15 positive perfect squares we should find its value. We know that the sum of the first two perfect square is 1^2+2^2=5. So, if we substitute n=2 in the formula it should equal to 5: 2^3/3 + c*2^2 + 2/6=5. From here we can find the value of c --> c=1/2 --> formula becomes: \frac{n^3}{3}+\frac{1}{2}*n^2+\frac{n}{6} and now we can substitute n=15 to get the answer.

2. There is a direct formula (given in my post in the earlier thread) to get the sum of the first n positive perfect squares: \frac{N(N + 1)(2N + 1)}{6} --> if n=15 then Sum=\frac{N(N + 1)(2N + 1)}{6}=\frac{15(15 + 1)(2*15 + 1)}{6}=1240. If you know it that's fine but there are thousands of such kind formulas and you certainly cannot and should not memorize them all. For example this formula is not a must know for the GMAT.
_________________

PLEASE READ AND FOLLOW: 11 Rules for Posting!!!

RESOURCES: [GMAT MATH BOOK]; 1. Triangles; 2. Polygons; 3. Coordinate Geometry; 4. Factorials; 5. Circles; 6. Number Theory

COLLECTION OF QUESTIONS:
PS: 1. Tough and Tricky questions; 2. Hard questions; 3. Hard questions part 2; 4. Standard deviation; 5. Tough Problem Solving Questions With Solutions; 6. Probability and Combinations Questions With Solutions; 7 Tough and tricky exponents and roots questions; 8 12 Easy Pieces (or not?); 9 Bakers' Dozen; 10 Algebra set. NEW!!!

DS: 1. DS tough questions; 2. DS tough questions part 2; 3. DS tough questions part 3; 4. DS Standard deviation; 5. Inequalities; 6. 700+ GMAT Data Sufficiency Questions With Explanations; 7 Tough and tricky exponents and roots questions; 8 The Discreet Charm of the DS ; 9 Devil's Dozen!!!; 10 Number Properties set. NEW!!!


What are GMAT Club Tests?
25 extra-hard Quant Tests

Find out what's new at GMAT Club - latest features and updates

Senior Manager
Senior Manager
User avatar
Joined: 13 Aug 2012
Posts: 468
Followers: 12

Kudos [?]: 75 [0], given: 11

GMAT ToolKit User GMAT Tests User
The sum of the first n positive perfect squares, where n is [#permalink] New post 13 Dec 2012, 00:32
Let n = 1... Sum of 1 perfect squares is 1...

\frac{(1)^3}{3}+c*(1)^2+\frac{1}{6}=1
c=\frac{1}{2}

When n=15:

\frac{(15)^3}{3}+(15)^2/2+\frac{15}{6}=1240

Answer: 1240
Intern
Intern
Joined: 26 May 2012
Posts: 21
Concentration: Marketing, Technology
GMAT Date: 09-17-2012
Followers: 1

Kudos [?]: 1 [0], given: 7

Reviews Badge
Re: The sum of the first n positive perfect squares, where n is [#permalink] New post 19 Dec 2012, 07:25
First we need to find the constant 'c'. The easiest way to find this is for the sum of the first two perfect squares for 1 and 2 = 1 and 4 respectively.

Hence LHS = 1+4 and plug n=2 for RHS and simplify to get c = 1/2.

Plug values of n = 15 and c = 1/2 into the equation and simplify to get the answer 1240.

Option C.
Re: The sum of the first n positive perfect squares, where n is   [#permalink] 19 Dec 2012, 07:25
    Similar topics Author Replies Last post
Similar
Topics:
New posts What is the sum of the square of the first n positive mdf2 3 26 Jan 2005, 23:11
New posts what is the sum of the squares of the first n positive el1981 4 06 Mar 2008, 20:03
New posts What is the sum of the squares of the first n positive HVD1975 5 30 Aug 2008, 12:09
This topic is locked, you cannot edit posts or make further replies. New 11 EXPERTS_POSTS_IN_THIS_TOPIC Is the positive integer N a perfect square? netcaesar 17 13 Aug 2009, 06:49
Popular new posts 9 EXPERTS_POSTS_IN_THIS_TOPIC The sum of the first n positive perfect squares, where n is kirankp 18 30 Nov 2009, 07:32
Display posts from previous: Sort by

The sum of the first n positive perfect squares, where n is

  Question banks Downloads My Bookmarks Reviews  


GMAT Club MBA Forum Home| About| Privacy Policy| Terms and Conditions| GMAT Club Rules| Contact| Sitemap

Powered by phpBB © phpBB Group and phpBB SEO

Kindly note that the GMAT® test is a registered trademark of the Graduate Management Admission Council®, and this site has neither been reviewed nor endorsed by GMAC®.