Another exponent problem

This topic has expert replies
Source: — Problem Solving |

Master | Next Rank: 500 Posts
Posts: 111
Joined: Sat Sep 27, 2008 12:41 pm
Thanked: 1 times

by tdadic84 » Wed May 27, 2009 11:12 am
i think the question is wrong...

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

and the answer should be x = 15....

Junior | Next Rank: 30 Posts
Posts: 26
Joined: Sat Feb 02, 2008 11:08 pm

by eclaym2003 » Wed May 27, 2009 11:44 am
thanks ... your right it is wrong ... it was right the way that you worked it.

Junior | Next Rank: 30 Posts
Posts: 26
Joined: Sat Feb 02, 2008 11:08 pm

by eclaym2003 » Wed May 27, 2009 11:45 am
How did you get that answer?

Master | Next Rank: 500 Posts
Posts: 111
Joined: Sat Sep 27, 2008 12:41 pm
Thanked: 1 times

by tdadic84 » Wed May 27, 2009 12:39 pm
I know there is a more "formal" way...but i just dumbed it down and it usually works for me

so..for the right side i used 2^3 instead of 2^13 (to make it easier) ...so the right side is (3)2^3 = 24...

now...you know the squares of the first 5 2's is.. 2, 3 , 8, 16, 32....and 32-8=24...

sooo 2^5-2^3 = 3(2^13)....therefore if you see the pattern...
2^x -2^x-2 = 2^15-2^13 = 3(2^13)..hence x=15...

Master | Next Rank: 500 Posts
Posts: 122
Joined: Fri May 22, 2009 10:38 pm
Thanked: 8 times
GMAT Score:700

Solve the equation

by rah_pandey » Thu May 28, 2009 1:30 am
the correct problem if solved is 2^x(3/4)=3*2^13,
2^(x-2)*3=3*2^13 now match the powers of 2on both sides=> x-2=13,=>x=15

Senior | Next Rank: 100 Posts
Posts: 48
Joined: Thu Dec 04, 2008 12:27 pm
Thanked: 1 times

by exhilaration » Thu May 28, 2009 10:54 am
2^x - 2^x-2 = 3(2^13)

1) Factor out the 2^x-2

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

2) Simplify

2^2 = 4

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

3) Divide both sides by 3
2^x-2 = 2 ^13

4) solve for x
x-2 = 13

X= 15

Junior | Next Rank: 30 Posts
Posts: 26
Joined: Sat Feb 02, 2008 11:08 pm

by eclaym2003 » Thu May 28, 2009 4:37 pm
Thanks you guys ... I gainged insight by exhilarations breakdown. I am having one little issue, though. I am lost whenever you factor out 2^x-2. I am a little lost whenever you factor it out of 2^x and how 2^2 results. Everthing else is great... that is my one little gap.

Senior | Next Rank: 100 Posts
Posts: 48
Joined: Thu Dec 04, 2008 12:27 pm
Thanked: 1 times

by exhilaration » Thu May 28, 2009 5:39 pm
eclaym2003 wrote:Thanks you guys ... I gainged insight by exhilarations breakdown. I am having one little issue, though. I am lost whenever you factor out 2^x-2. I am a little lost whenever you factor it out of 2^x and how 2^2 results. Everthing else is great... that is my one little gap.
When you factor out 2^X-2 from 2^X, you are subtracting the exponents. So you get X-(X-2) = X-X+2 = 2, resulting in 2^2.

For example, 5^5 - 5^4.

If you factor out 5^4 = 5^4(5-1)

If you factor out 5^5 = 5^5 (1-1/5)

Junior | Next Rank: 30 Posts
Posts: 26
Joined: Sat Feb 02, 2008 11:08 pm

by eclaym2003 » Fri May 29, 2009 7:16 pm
OMG, that definitely cleared things thanks again!!!