follow an order

This topic has expert replies
User avatar
GMAT Instructor
Posts: 3650
Joined: Wed Jan 21, 2009 4:27 am
Location: India
Thanked: 267 times
Followed by:80 members
GMAT Score:760

follow an order

by sanju09 » Tue Jul 27, 2010 4:54 am
Ratio of sum of first 'n' integers to that of next 'n' integers is 3/8. What is the ratio of sum of squares of first 'n' integers to that of next 'n' integers?
A. 5
B. 10
C. 1/7
D. 1/6
E. 1/5


[spoiler]Options do not follow an order here. Can this be a GMAT question, overall?

Source: writegmat.com[/spoiler]
The mind is everything. What you think you become. -Lord Buddha



Sanjeev K Saxena
Quantitative Instructor
The Princeton Review - Manya Abroad
Lucknow-226001

www.manyagroup.com
Source: — Problem Solving |

User avatar
Master | Next Rank: 500 Posts
Posts: 324
Joined: Mon Jul 05, 2010 6:44 am
Location: London
Thanked: 70 times
Followed by:3 members

by kmittal82 » Tue Jul 27, 2010 5:43 am
The question doesn't explicitly specify a few details like:

Is this a sum of positive integers?
Is the difference between the integers in the series constant?

Assuming the series starts from 1
Sum of a series of n terms = (first term + last term)*n/2

Sum of first n integers = (1+n)*n/2
Sum of next n integers = (n+1+2n)*n/2

Thus, we have (n+1)/(3n+1) = 3/8 => n = 5

So you need to find sum of square of first 5 integers = 1 + 4 + 9+ 16 + 25 = 55
Sum of squares of next 5 integers = 36 + 49 + 64 + 81 + 100 = 330

Ratio is 55/330 = 1/6

Hence (D)

I'm not sure if this could be a GMAT question, although I have yet to see questions which utilize any "sum of a series with n terms" type arithmetic.