pattern

This topic has expert replies
Master | Next Rank: 500 Posts
Posts: 191
Joined: Sat Feb 14, 2009 11:56 am
Thanked: 1 times

pattern

by ST » Mon May 04, 2009 5:36 am
2 + 2 + 2^2 + 2^3 + 2^4 + 2^5 + 2^6 + 2^7 + 2^8 =

1) 2^9
2) 2^10
3) 2^16
4) 2^35
5) 2^37

answer is 1

anyone know why answer is not 5?
Source: — Problem Solving |

Junior | Next Rank: 30 Posts
Posts: 19
Joined: Tue Jan 09, 2007 5:50 am
Thanked: 1 times

by g2000 » Mon May 04, 2009 6:21 am
2 + 2 + 2^2 + 2^3 + 2^4 + 2^5 + 2^6 + 2^7 + 2^8
= 1 + (1 + 2 + 2^2 + 2^3 + ... + 2^8)
= 1 + (2^0 + 2^1 + 2^2 + 2^3 + ... + 2^8)
the portion
(2^0 + 2^1 + 2^2 + 2^3 + ... + 2^8)

take the 1st 2 terms
2^0 + 2^1 = 1 + 2 = 3
it's identical to 2^2 - 1

therefore,
2^0 + 2^1 + ... + 2^8
= 2^9 - 1

If we add the 1 back, we have
2^9-1 + 1 = 2^9

GMAT/MBA Expert

User avatar
GMAT Instructor
Posts: 16207
Joined: Mon Dec 08, 2008 6:26 pm
Location: Vancouver, BC
Thanked: 5254 times
Followed by:1268 members
GMAT Score:770

Re: pattern

by Brent@GMATPrepNow » Mon May 04, 2009 7:08 am
ST wrote:2 + 2 + 2^2 + 2^3 + 2^4 + 2^5 + 2^6 + 2^7 + 2^8 =

1) 2^9
2) 2^10
3) 2^16
4) 2^35
5) 2^37

answer is 1
anyone know why answer is not 5?
Here's another way to look at it.
Please note that 2^7 is half as large as 2^8 and, in general, 2^n is half as large as 2^(n+1)

Let's say that I have a lot of gold. I have 2^9 kg.
Today I give you half of all my gold. In other words, I give you 2^8 (which leaves me with 2^8 kg).
Tomorrow I give you half of my remaining gold. I give you 2^7 (which leaves me with 2^7 kg).
Each day I give you half of my remaining gold.
When I get to the eighth day, I give you 2 kg of gold (which leaves me with 2 kg)
Then, on the last day, I give you my last 2 kg of gold.
I have now given you all of my gold (all 2^9 kg)
So, we can see that 2^8 + 2^7 + 2^6 + 2^5 + 2^4 + 2^3 + 2^2 + 2 + 2 + 2^9
Brent Hanneson - Creator of GMATPrepNow.com
Image

Master | Next Rank: 500 Posts
Posts: 260
Joined: Sun Oct 12, 2008 8:10 pm
Thanked: 4 times

by PAB2706 » Mon May 04, 2009 7:11 am
I think this can be solved in following way...

geometric progression formula

Sum= a1 (r^n-1)
--------------
(r-1)


in given equation a1=2; r=2

gives 2(2^8-1)
2+ -----------
(2-1)

solve you get 2^9 as your answer