gmat prep question - exponent

This topic has expert replies
Source: — Problem Solving |

Legendary Member
Posts: 2467
Joined: Thu Aug 28, 2008 6:14 pm
Thanked: 331 times
Followed by:11 members

by cramya » Tue Sep 23, 2008 2:13 pm
x= 15

2^x-2^x-2=3(2^13)

= 2^x - 2^x 2 ^ -2 = 3 (2^13) {splitting 2^x-2 as 2 ^ x * 2 ^-2 since a^m a ^n = a ^ m+n here m =x n = -2}

2^x (1 - 1/4) = 3 (2^13) {2 ^ -2 = 1/4 since a ^ -n = 1/a ^n}

2^x * 3/4 = 3 (2^13)

2^x * 3 /2 ^ 2 = 3 (2^13) {4 = 2 ^ 2}

2^x-2 . 3 = 3 ( 2^13)
{2 ^ x / 2^ 2 = 2 ^ x-2
using the rule a ^ m / a ^ n = a ^ m-n here m = x n = 2 }

x - 2 = 13

x =15

If I am not mistaken this problem has been solved in the forum but providing the solution again since I cant remember the link subject off the top of my head.

The key to problems like these like is to get the side where x is to the like bases/exponents to match the other side

Hope this helps!

Senior | Next Rank: 100 Posts
Posts: 31
Joined: Tue Sep 16, 2008 8:29 am
Location: Brazil
GMAT Score:460

by robzoc » Wed Sep 24, 2008 1:25 am
positive !
this helps a lot !

could you explain a little further on this:
2^x (1 - 1/4)

User avatar
Senior | Next Rank: 100 Posts
Posts: 55
Joined: Sun Sep 14, 2008 6:51 am
Location: Netherlands
Thanked: 10 times
GMAT Score:680

by tendays2go » Wed Sep 24, 2008 4:55 am
the reason for 2^x - 2^(x-2) written as 2^x ( 1- 1/4) is:
{ plugging the values ;) }

2^4 - 2^2 = 16- 4 = 12 or
2^4 ( 1- 1/4) = 16 ( 3/4) = 12
or
2^5 - 2^3 = 2^5 ( 1- 1/4) = 32 (3/4) = 24

i hope, it is clear now :)

good luck!

Senior | Next Rank: 100 Posts
Posts: 73
Joined: Tue Sep 16, 2008 4:33 pm
Thanked: 2 times

Re: gmat prep question - exponent

by relaxin99 » Thu Sep 25, 2008 12:08 am
robzoc wrote:2^x-2^x-2=3(2^13)

can some one explain how to solve this ?

thank you
whenever dealing with exponents you always want to factor out the smaller value first, makes life a LOT easier...

2^x - 2^x-2 = 3(2^13)
(factor out 2^x-2 because its the smaller of the two)
2^x-2{2^2 -1} = 3(2^13)
2^x-2{4-1} = 3(2^13)
2^x-2{3) = 3(2^13)
(divide each side by 3 to cancel them out)
2^x-2 = 2^13
x-2 = 13
x = 15

Hope that helps, let me know if you have any questions

Legendary Member
Posts: 1169
Joined: Sun Jul 06, 2008 2:34 am
Thanked: 25 times
Followed by:1 members

by aj5105 » Thu May 07, 2009 9:08 pm
Splitting 2^x into 2^(x-2) * 2^2 is the key step here.