At least one solution

This topic has expert replies
Junior | Next Rank: 30 Posts
Posts: 24
Joined: Mon Jul 05, 2010 11:35 pm
Thanked: 1 times

At least one solution

by SubratGmat2011 » Mon Sep 13, 2010 8:19 am
Each of the following equations has at least one solution EXCEPT
-2^n = (-2)^-n
2^-n = (-2)^n
2^n = (-2)^-n
(-2)^n = -2^n
(-2)^-n = -2^-n

Can somebody plz help me out what is the approch for this type of problems?
Source: — Problem Solving |

Master | Next Rank: 500 Posts
Posts: 385
Joined: Sun Jul 12, 2009 10:16 pm
Thanked: 29 times
Followed by:2 members
GMAT Score:710

by debmalya_dutta » Mon Sep 13, 2010 8:53 am
SubratGmat2011 wrote:Each of the following equations has at least one solution EXCEPT
-2^n = (-2)^-n
2^-n = (-2)^n
2^n = (-2)^-n
(-2)^n = -2^n
(-2)^-n = -2^-n

Can somebody plz help me out what is the approch for this type of problems?
Is the answer E ?
(-2)^-n +2^-n = 0
1/ (-2)^n + 1/ 2^n = 0 which can never be the case ......

As an approach , you have to evaluate every option till you hit the right one....
@Deb

User avatar
Master | Next Rank: 500 Posts
Posts: 164
Joined: Sun Jul 18, 2010 5:26 am
Thanked: 49 times
Followed by:4 members
GMAT Score:710

by Maciek » Mon Sep 13, 2010 9:12 am
Hi all!

IMO A

let us plug in numbers 0 and 1

(E) (-2)^-n = -2^-n
n = 0
(-2)^-0 = -2^-0
1 = -1
n = 1
(-2)^-1 = -2^-1
-0.5 = -0.5
n = 1 is a solution, so this answer is incorrect
(D) (-2)^n = -2^n
n = 0
(-2)^0 = -2^0
1 = -1
n = 1
(-2)^1 = -2^1
-2 = -2
n = 1 is a solution, so this answer is incorrect
(C) 2^n = (-2)^-n
n = 0
2^0 = (-2)^-0
1 = 1
n = 0 is a solution, so this answer is incorrect
(B) 2^-n = (-2)^n
n = 0
2^-0 = (-2)^0
1 = 1
n = 0 is a solution, so this answer is incorrect
(A) -2^n = (-2)^-n
n = 0
-2^0 = (-2)^-0
-1 = 1
n = 1
-2^1 = (-2)^-1
-2 = -0.5
All other equations have at least one solution. This one does not have.
It is correct answer

Hope it helps!
Best,
Maciek
"There is no greater wealth in a nation than that of being made up of learned citizens." Pope John Paul II

if you have any questions, send me a private message!

should you find this post useful, please click on "thanks" button :)

Junior | Next Rank: 30 Posts
Posts: 24
Joined: Mon Jul 05, 2010 11:35 pm
Thanked: 1 times

by SubratGmat2011 » Mon Sep 13, 2010 9:43 am
Thanks a Lot Maciek!!! It helps.