EXPONENTS

This topic has expert replies
Junior | Next Rank: 30 Posts
Posts: 23
Joined: Mon Nov 16, 2009 12:51 am

EXPONENTS

by munaf » Wed Dec 09, 2009 12:39 am
10) 2^x - 2^x-2 = 3(2^13), what is x?
a. 9
b. 11
c. 13
d. 15
e. 17

PLEASE EXPLAIN HOW TO SOLVE THIS

OA-POST SOME DISCUSSION
Source: — Problem Solving |

Junior | Next Rank: 30 Posts
Posts: 23
Joined: Mon Nov 16, 2009 12:51 am

by munaf » Wed Dec 09, 2009 1:18 am
Guys i got it!!
i was sloving another problem on exponents on the forum..and i got that one right..same time i got the idea to solve this one too..
Try solving..its a 700+ type qyestion

User avatar
Legendary Member
Posts: 1560
Joined: Tue Nov 17, 2009 2:38 am
Thanked: 137 times
Followed by:5 members

by thephoenix » Wed Dec 09, 2009 2:53 am
munaf wrote:10) 2^x - 2^x-2 = 3(2^13), what is x?
a. 9
b. 11
c. 13
d. 15
e. 17

PLEASE EXPLAIN HOW TO SOLVE THIS

OA-POST SOME DISCUSSION
2^x-2^(x-2)=2^x-(2^x/2^2)=2^x(1-1/4)=3*2^(x-2)
3*2^(x-2)=3*2^13---->x-2=13---->x=15

Senior | Next Rank: 100 Posts
Posts: 84
Joined: Sat Oct 03, 2009 1:13 pm
Thanked: 11 times

by djkvakin » Wed Dec 09, 2009 10:56 am
2^x-2^(x-2)=2^x-(2^x/2^2)=2^x(1-1/4)=3*2^(x-2)
3*2^(x-2)=3*2^13---->x-2=13---->x=15
How did 2^x(1-1/4) become 3*2^13 ?

Newbie | Next Rank: 10 Posts
Posts: 9
Joined: Thu Dec 10, 2009 3:04 pm
Thanked: 2 times

by qazpt » Thu Dec 10, 2009 4:08 pm
These types of questions you have to figure out what you can factor out.
In this question you can factor out 2^(x-2) by making 2^x into 8^(x-2)
when you factor you get
2^(x-2) (4-1) = 3(2^13)

I notice with these questions that the factor on the other side gives it away. 3 means you need a (4-1) after you factor the 1 means that you need to factor out 2^(x-2). Just find what you need to factor out and then work the math.

If you tried making 2^(x-2) into 8^x you would have a lot of difficulty.

User avatar
GMAT Instructor
Posts: 3225
Joined: Tue Jan 08, 2008 2:40 pm
Location: Toronto
Thanked: 1710 times
Followed by:614 members
GMAT Score:800

by Stuart@KaplanGMAT » Thu Dec 10, 2009 4:26 pm
munaf wrote:10) 2^x - 2^x-2 = 3(2^13), what is x?
a. 9
b. 11
c. 13
d. 15
e. 17

PLEASE EXPLAIN HOW TO SOLVE THIS

OA-POST SOME DISCUSSION
The key to solving this type of question is the basic exponent rule:

x^a * x^b = x^(a+b)

and factoring out powers of x to get the expression in that form.

Let's look an an example using numbers instead of variables:

2^7 + 2^9 = ?

It's impossible to add terms unless they have the same base AND the same power. Accordingly, we need to express both terms similarly.

Using the above-noted rule, we know that:

2^9 = 2^7 * 2^2

So we can rewrite the entire expression as:

2^7 + 2^7 * 2^2 = 1(2^7) + 4(2^7) = 5(2^7)

Basically, we rewrite all the terms with the same power as the term with the smallest exponent.

Some more examples:

3^5 - 3^4 = 3(3^4) - 1(3^4) = 2(3^4)

7^8 + 7^6 = (7^2)(7^6) + 7^6 = 49(7^6) + 1(7^6) = 50(7^6)

Applying that reasoning to this question:

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

we see that our final exponent is 13; therefore, we want to set our lowest exponent to 13.

x-2 is certainly smaller than x, so if we let x-2=13 we get:

2^15 - 2^13 = (2^2)(2^13) - 2^13 = 4(2^13) - 2^13 = 3(2^13).. bingo!

Now, if we were really confident we wouldn't have actually done all that math and would have just solved for:

x-2=13

and chosen x=15 as the correct answer.
Image

Stuart Kovinsky | Kaplan GMAT Faculty | Toronto

Kaplan Exclusive: The Official Test Day Experience | Ready to Take a Free Practice Test? | Kaplan/Beat the GMAT Member Discount
BTG100 for $100 off a full course

Legendary Member
Posts: 869
Joined: Wed Aug 26, 2009 3:49 pm
Location: California
Thanked: 13 times
Followed by:3 members

by heshamelaziry » Fri Dec 11, 2009 11:17 am
Factor 2^x from the left side of the equation gives 2^x ( 1 - 2^-2) = 3(2^13) ---> 2^x ( 1 - 1/4 ) = 3(2^13) ----> 2^x ( 3/4 ) = 3( 2^13) -----> 2^x = (3 (2^13) * 4 ) / 3 -----> 2^x = 2^13 * 4 ------> 2^x = 2^13 * 2^2 -----> 2^x = 2^15 ---> x = 15 .