Explaination of an answer

This topic has expert replies
Newbie | Next Rank: 10 Posts
Posts: 3
Joined: Tue Jan 27, 2009 8:10 am
Location: Toronto

Explaination of an answer

by Heuters » Sun Nov 08, 2009 4:35 pm
Here's the DS problem:

What is the value of (2^x + 2^x)/2^y?
(1) x-y=8
(2) x/y=-3

The correct answer is (A) Statement 1 alone...

When I tried to solve this problem, I didn't simplify the equation, I took statement (1) & (2) and solved for one variable... then solved for the other so I could technically have two integers to plug into the original equation. Therefore I chose (C) Both statements together....

The book says that you should simplify the original equation to 2^x-y+1... therefore you only need to find the answer for x-y to solve. Statement (1) answers this so that is how they solved it.

Why is the approach I took wrong? Should I have simplified the original equation first?

Thanks!
Source: — Data Sufficiency |

Master | Next Rank: 500 Posts
Posts: 199
Joined: Sat Oct 24, 2009 4:43 pm
Thanked: 22 times
GMAT Score:710

by palvarez » Sun Nov 08, 2009 7:42 pm
Just one is sufficient entails that both are sufficient. (one can derive p or q from p being true)


But look at the wording of what A, B, C, D and E are.


C says that both are sufficient and that either alone is not sufficient.


Yes, you should simplify enough to answer "each alone being sufficient".

There is a grid approach, AD/BCE or BD/ACE.

Newbie | Next Rank: 10 Posts
Posts: 7
Joined: Fri Oct 02, 2009 4:01 am
Location: CA
Thanked: 1 times

by bigmikefr » Tue Nov 24, 2009 11:56 am
The way I approach this is (2^x + 2^x)/2^y I try to work out the stimulus to make my life easier when I get to the statements.

(2^x + 2^x)/2^y yields (2^x)*(2)/(2^y)= (2^x-y)*2. This is why x-y is all you need to solve this problem.

(1) It gives you exactly what we worked out above, so A or D

(2) it tells you that x/y= -3 or that x= -3y. If you plug that into the original equation, you will get (2^-3y-y)*(2) or that (2^-4y)*2 and you cannot simplify further

So the answer is (A). Hopefully this helps

Master | Next Rank: 500 Posts
Posts: 177
Joined: Thu Aug 14, 2008 11:59 am
Thanked: 25 times

by mp2437 » Tue Nov 24, 2009 12:46 pm
(1) tells you that x - y = 8,

value of (2^x + 2^x) / 2^y = 2^(x+1) / 2 ^ y = 2 ^ (x + 1 - y)...Rearranging, you get 2 ^ (1 + x -y) = 2 ^ (1 + 8) = 2^9. Sufficient.

Statement 2 gives a ratio, which others have mentioned above is insufficient to solve.