H.P

This topic has expert replies
Senior | Next Rank: 100 Posts
Posts: 36
Joined: Thu Jun 20, 2013 7:58 pm
Thanked: 1 times

H.P

by Imsukhi » Tue Jul 09, 2013 7:42 am
Find the least value of n for which 3+6+9+...+ to n terms exceeds 500 .

a-18
b-20
c-21
d-22
e-none of above

pls explain
Source: — Problem Solving |

Master | Next Rank: 500 Posts
Posts: 145
Joined: Fri Jan 18, 2013 8:27 am
Thanked: 7 times

by sparkles3144 » Tue Jul 09, 2013 9:42 am
Is the answer A?

Sum of n numbers

Sn = (n/2) (2a1 + (n-1)d)

d = difference between terms = 6-3 = 3
n = number of terms
a1 = first term = 3

Sn = sum > 500

Sn = (n/2) (2a1 + (n-1)d)
500 > (n/2) (2a1 + (n-1)d)
500 > (n/2) (2 X 3 + (n-1)3)
500 > (n/2) (6 + 3n - 3)
500 > (n/2) (3 + 3n)

Substitue 17 and 18

When you substitue 17 (number of terms), the sum will be less than 500

When you substitue 18 (number of terms), the sum will be greater than 500

GMAT Instructor
Posts: 2630
Joined: Wed Sep 12, 2012 3:32 pm
Location: East Bay all the way
Thanked: 625 times
Followed by:119 members
GMAT Score:780

by Matt@VeritasPrep » Tue Jul 09, 2013 3:57 pm
Let's simplify the question first.

The question is essentially asking for the smallest value of n for which the following equation is true:

3*1 + 3*2 + 3*3 + ... + 3*n > 500

The sum of any series is (Average of terms) * (Number of terms). The average of an arithmetic progression (like this one) is (Greatest Term + Least Term)/2, and the number of terms in this series is n, so the sum is

(3n + 3)
-------- * n
2

Simplifying, we get

3n^2 + 3n > 1000

Or n^2 + n > 1000/3

Or n * (n+1) > 1000/3

1000/3 = 333.33...

Hence n * (n+1) must be at least 334. The smallest n that works is n = 18, as 18 * 19 = 342.

The answer is A