Go Back   TestMagic Forums > Test preparation > GMAT > GMAT Math
Register Forum Rules FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 2009 August 5th, 12:14 AM   #1 (permalink)
Within my grasp!
 
tomintampa's Avatar
 
Join Date: Aug 2006
Posts: 139
tomintampa just joined TestMagic.
"easy" exponent problem, please help

Why, how, what am i missing here, the answer is A? Or do I have the wrong answer, i would guess E


1)2 + 2 + 2^2 + 2^3 + 2^4 + 2^5 + 2^6 + 2^7 +2^8 =
a.2^9
b.2^10
c.2^16
d.2^35
e.2^37
tomintampa is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Google Bookmark this Post!Reddit!
Reply With Quote
Old 2009 August 5th, 12:39 AM   #2 (permalink)
Magoosh, Co-Founder
 
Join Date: Jun 2009
Posts: 134
bkparikh just joined TestMagic.
Looks like you are adding the exponents. You can only add exponents during multiplication with the same base, example: 2^8 * 2^8 = 2^16
general: a^m * a^n = a^(m+n)

When dealing with 2's, you'll notice that:
2^1 + 2^1 = 2^2
2^2 + 2^2 = 2^3
...
2^n + 2^n = 2^(n+1)

Using this, you see that your equation simplifies as follows:
2 + 2 + 2^2 + 2^3 + 2^4 + 2^5 + 2^6 + 2^7 +2^8
2^2 + 2^2 + 2^3 + 2^4 + 2^5 + 2^6 + 2^7 +2^8
2^3 + 2^3 + 2^4 + 2^5 + 2^6 + 2^7 +2^8
2^4 + 2^4 + 2^5 + 2^6 + 2^7 +2^8
...
2^8 + 2^8 = 2^9

Hope that helps!
_ _ _ _ SIG _ _ _ _
Magoosh - Online GMAT Prep
bkparikh is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Google Bookmark this Post!Reddit!
Reply With Quote
Old 2009 August 5th, 03:33 AM   #3 (permalink)
Within my grasp!
 
tomintampa's Avatar
 
Join Date: Aug 2006
Posts: 139
tomintampa just joined TestMagic.
yes, thank you very much. does this pattern hold for other numbers?

Last edited by tomintampa : 2009 August 5th at 04:04 AM.
tomintampa is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Google Bookmark this Post!Reddit!
Reply With Quote
Old 2009 August 5th, 08:12 AM   #4 (permalink)
Magoosh, Co-Founder
 
Join Date: Jun 2009
Posts: 134
bkparikh just joined TestMagic.
the pattern that holds is a*a^n = a^(n+1)
So in 2's case 2*2^n = 2^n + 2^n = 2^(n+1)
For 3's, 3*3^n = 3^n + 3^n + 3^n = 3^(n+1)

Hope that helps!
_ _ _ _ SIG _ _ _ _
Magoosh - Online GMAT Prep
bkparikh is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Google Bookmark this Post!Reddit!
Reply With Quote
Old 2009 August 5th, 08:46 AM   #5 (permalink)
Done with GMAT - 700
 
abhishek_mumbai's Avatar
 
Join Date: Apr 2009
Location: Pune, India
Posts: 1,182
abhishek_mumbai just joined TestMagic.
that was a good trick.. thanks for sharing..
abhishek_mumbai is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Google Bookmark this Post!Reddit!
Reply With Quote
Old 2009 August 5th, 06:44 PM   #6 (permalink)
Within my grasp!
 
tomintampa's Avatar
 
Join Date: Aug 2006
Posts: 139
tomintampa just joined TestMagic.
thank you...i wasnt even thinking progressions!
tomintampa is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Google Bookmark this Post!Reddit!
Reply With Quote
Old 2009 August 6th, 06:29 PM   #7 (permalink)
TestMagic Guru-in-Training
 
Join Date: May 2009
Posts: 723
clock60 just joined TestMagic.
to my mind it is simple geometric series with a1=2 and 8 members of the series. formula for the sum is Sn=a1*(Q^n-1/(Q-1).
we have 8 members (do not count first 2) and Q=2
S8=2*(2^8-1/(2-1)=2*(2^8 -1)=2^9 -2. then destroy first 2 with our and the answer 2^9
clock60 is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Google Bookmark this Post!Reddit!
Reply With Quote
Old 2009 August 11th, 12:55 PM   #8 (permalink)
I JUST got here.
 
Join Date: Aug 2009
Posts: 25
wanderwanderer just joined TestMagic.
Hi
another way to solve ;
2 + 2 + 2^2 + 2^3 + 2^4 + 2^5 + 2^6 + 2^7 +2^8 =
2 + 2 + 2^2 + 2^3 + 2^4 + 2^5 + 2^6 + 2^7(1+2)=
2 + 2 + 2^2 + 2^3 + 2^4 + 2^5 + 2^6 + 2^7 . 3 =
2 + 2 + 2^2 + 2^3 + 2^4 + 2^5 + 2^6 (1+ 2. 3)=
2 + 2 + 2^2 + 2^3 + 2^4 + 2^5 + 2^6 . 7 =
2 + 2 + 2^2 + 2^3 + 2^4 + 2^5 (1 + 2 .7)=
2 + 2 + 2^2 + 2^3 + 2^4 + 2^5 . 15

Beyond this u need not compute becoz u will notice the numbers are 3 , 7 , 15 which 2n + 1

so simply substitutin will give you
2 + 2 + 2^2 .127 = 2 ^2 . 128 = 2^9
wanderwanderer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Google Bookmark this Post!Reddit!
Reply With Quote
Old 2009 August 15th, 12:55 PM   #9 (permalink)
This user's posts are moderated.
 
Crack_Mat's Avatar
 
Join Date: Aug 2009
Posts: 29
Crack_Mat just joined TestMagic.
Quote:
Originally Posted by bkparikh View Post
Looks like you are adding the exponents. You can only add exponents during multiplication with the same base, example: 2^8 * 2^8 = 2^16
general: a^m * a^n = a^(m+n)

When dealing with 2's, you'll notice that:
2^1 + 2^1 = 2^2
2^2 + 2^2 = 2^3
...
2^n + 2^n = 2^(n+1)

Using this, you see that your equation simplifies as follows:
2 + 2 + 2^2 + 2^3 + 2^4 + 2^5 + 2^6 + 2^7 +2^8
2^2 + 2^2 + 2^3 + 2^4 + 2^5 + 2^6 + 2^7 +2^8
2^3 + 2^3 + 2^4 + 2^5 + 2^6 + 2^7 +2^8
2^4 + 2^4 + 2^5 + 2^6 + 2^7 +2^8
...
2^8 + 2^8 = 2^9

Hope that helps!
Nice approach!!
Crack_Mat is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Google Bookmark this Post!Reddit!
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

What you can do
You cannot post new threads
You cannot post replies
You cannot post attachments
You cannot edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 08:59 PM.

Contact TestMagic   TestMagic Forums      Archive   Privacy Statement

TestMagic Locations   Legal   Privacy


SEO by vBSEO 3.2.0
Copyright © 2009 TestMagic
Ad Management by RedTyger

Scroll Up