Progressions : Easy

This topic has expert replies
Legendary Member
Posts: 829
Joined: Mon Jul 07, 2008 10:09 pm
Location: INDIA
Thanked: 84 times
Followed by:3 members

Progressions : Easy

by sudhir3127 » Fri Aug 08, 2008 11:50 pm
Find the sum of all possible divisiors of 720.

I know a formula to solve the problem,. just exploring different ways of solving this problem.will share my thoughts after some discussion.
Source: — Problem Solving |

GMAT/MBA Expert

User avatar
GMAT Instructor
Posts: 2623
Joined: Mon Jun 02, 2008 3:17 am
Location: Montreal
Thanked: 1090 times
Followed by:355 members
GMAT Score:780

Re: Progressions : Easy

by Ian Stewart » Sat Aug 09, 2008 2:18 am
sudhir3127 wrote:Find the sum of all possible divisiors of 720.

I know a formula to solve the problem,. just exploring different ways of solving this problem.will share my thoughts after some discussion.
I don't think many people will find this problem 'easy', as the title of this thread suggests! Still, it's a useful problem to think about, so I'll put my response in spoiler tags, in the hope that people will attempt the problem before reading a solution.

[spoiler]
If you know the formula, of course the problem is not difficult. Most people won't know the formula, though. From the prime factorization of 720, one can count the number of divisors (thirty), and then could make a good estimate by adding the largest divisors of 720- you might add 720+360+240+180+144+120 = 1764, and then guess that the 'average size' of the remaining 24 divisors is roughly 30, which would give you an estimate of 1764 + 720 = 2484, which is not far off from the correct answer. Still, we can get the exact answer without a formula:

Prime factorize:

720 = (2^4)*(3^2)*(5)

-The divisors of 3^2 * 5 are simply: {1, 3, 5, 3^2, 3*5, (3^2)*5}, or, if you prefer, {1, 3, 5, 9, 15, 45}.
-Notice that we get all of the other divisors of 720 by multiplying the six numbers in the list {1, 3, 5, 9, 15, 45} by 2^1, by 2^2, by 2^3 and by 2^4 (so there are 30 divisors in total).

The sum of the divisors of 45, i.e. of this set: {1, 3, 5, 9, 15, 45}, is:

1 + 3 + 5 + 3^2 + 3*5 + (3^2)*5 = 78

Call this sum S. The sum of the divisors of 720 is thus

S + (2^1)*S + (2^2)*S + (2^3)*S + (2^4)*S
= S*(1 + 2 + 4 + 8 + 16)
= S*31
= 2418
[/spoiler]

I'd be surprised (though not completely shocked) to see this on a GMAT- I think it would be considered a bit too difficult for the test, and possibly too time-consuming. No test-taker would be expected to know the formula.
For online GMAT math tutoring, or to buy my higher-level Quant books and problem sets, contact me at ianstewartgmat at gmail.com

ianstewartgmat.com

Legendary Member
Posts: 1153
Joined: Wed Jun 20, 2007 6:21 am
Thanked: 146 times
Followed by:2 members

by parallel_chase » Sat Aug 09, 2008 3:07 am
Well I think if you know the formula this becomes very easy to solve.

720 = (2^4)(3^2)5


2^4 = (2^5) - 1 = 31
3^2 = [(3^3) - 1]/2 = 13
5^1 = [(5^2) -1]/4 = 6

31*13*6 = 2418

Apart from the above method you can solve this by 3 methods.

The one that Ian has shown above is second fastest method to solve this question.

Another method is to list all the factors of 720 i.e. 30 factors and calculate the sum :)

When listing you will some of the factors are actually consecutive so you can use the formula n/2[2a+(n-1)d], this one also is very time consuming.


Thats my take on this question.

Legendary Member
Posts: 829
Joined: Mon Jul 07, 2008 10:09 pm
Location: INDIA
Thanked: 84 times
Followed by:3 members

by sudhir3127 » Sat Aug 09, 2008 3:54 am
yeah chase..used exactly the same formula stated by you...

thanks Ian and Chase for ur replies...

Master | Next Rank: 500 Posts
Posts: 222
Joined: Fri Jan 04, 2008 8:10 pm
Thanked: 15 times

by sibbineni » Sat Aug 09, 2008 10:12 am
This is the formula

if a,b,c are prime factors and p,q,r are positive integers

(a^(p+1)-1/a-1)*(b^(q+1)-1/b-1)*(c^(r+1)-1/c-1)