Equations

This topic has expert replies
User avatar
Legendary Member
Posts: 1460
Joined: Tue Dec 29, 2009 1:28 am
Thanked: 135 times
Followed by:7 members

Equations

by selango » Sun Jul 11, 2010 12:30 pm
Each of the following equations has at least one solution EXCEPT

A. -2^n = (-2)^-n

B. 2^-n = (-2)^n

C. 2^n = (-2)^-n

D. (-2)^n = -2^n

E.(-2)^-n = -2^-n

OA later
Last edited by selango on Sun Jul 11, 2010 7:34 pm, edited 1 time in total.
--Anand--
Source: — Problem Solving |

Senior | Next Rank: 100 Posts
Posts: 81
Joined: Wed Jul 07, 2010 2:21 pm
Thanked: 12 times
Followed by:2 members
GMAT Score:760

by barcebal » Sun Jul 11, 2010 2:31 pm
Are all of the "-" considered negative signs or minus signs. Please clarify with better parentheses.

GMAT/MBA Expert

User avatar
GMAT Instructor
Posts: 1179
Joined: Sun Apr 11, 2010 9:07 pm
Location: Milpitas, CA
Thanked: 447 times
Followed by:88 members

by Rahul@gurome » Sun Jul 11, 2010 3:23 pm
I think something is missing in the equations. Can you please check that?
Rahul Lakhani
Quant Expert
Gurome, Inc.
https://www.GuroMe.com
On MBA sabbatical (at ISB) for 2011-12 - will stay active as time permits
1-800-566-4043 (USA)
+91-99201 32411 (India)

User avatar
Legendary Member
Posts: 1460
Joined: Tue Dec 29, 2009 1:28 am
Thanked: 135 times
Followed by:7 members

by selango » Sun Jul 11, 2010 7:34 pm
Edited the question.
--Anand--

GMAT/MBA Expert

User avatar
GMAT Instructor
Posts: 1179
Joined: Sun Apr 11, 2010 9:07 pm
Location: Milpitas, CA
Thanked: 447 times
Followed by:88 members

by Rahul@gurome » Sun Jul 11, 2010 8:03 pm
selango wrote:Each of the following equations has at least one solution EXCEPT

A. -2^n = (-2)^-n

B. 2^-n = (-2)^n

C. 2^n = (-2)^-n

D. (-2)^n = -2^n

E.(-2)^-n = -2^-n
(A) -2^n is always negative for all values of n, while (-2)^-n is positive for even values and negative for odd integers.
If n = 0, then -2^n = -1 and (-2)^0 = 1, so for n = 0, it does not hold true.
If n = 1, then -2^n = -2 and (-2)^-n = -1/2, so -2^n is not equal to (-2)^-n and if n = 2, then -2^n = -4 and (-2)^-n = 1/4, again-2^n is not equal to (-2)^-n. This equation gives no solution for any value of n.

(B) If n = 0, then 2^-n = 2^0 =1 and (-2)^n = (-2)^0 = 1. So for n = 0, it holds true.

(C) If n =0, 2^n == 2^0 = 1 and (-2)^-n = (-2)^0 = 1. So for n = 0, it holds true.

(D) If n = 0, (-2)^n = (-2)^0 = 1 and -2^n = -2^0 = -1. But for any odd value, say n = 1, (-2)^1 = -2 and -2^n = -2^1 = -2. So, (-2)^n = -2^n holds true for odd values.

(E) If n = 0, (-2)^-n = (-2)^0 = 1 and -2^-n = -2^0 = -1. If n = 1, (-2)^-1 = -1/2 and -2^-n = -2^-1 = -1/2. So, (-2)^n = -2^n holds true for odd values.

[spoiler]The correct answer is (A).[/spoiler]
Rahul Lakhani
Quant Expert
Gurome, Inc.
https://www.GuroMe.com
On MBA sabbatical (at ISB) for 2011-12 - will stay active as time permits
1-800-566-4043 (USA)
+91-99201 32411 (India)

Master | Next Rank: 500 Posts
Posts: 102
Joined: Fri Nov 05, 2010 7:10 am
Thanked: 8 times
Followed by:2 members
GMAT Score:690

by gmatjeet » Sat Jul 16, 2011 4:58 am
@ Rahul: One query. Is replacing with numbers, the best way to solve such questions?

User avatar
Master | Next Rank: 500 Posts
Posts: 123
Joined: Tue May 31, 2011 12:26 am
Location: Hyderabad
Thanked: 5 times
Followed by:1 members

by jainnikhil02 » Sat Jul 16, 2011 8:48 am
IMO C

what is OA
Nikhil K Jain
____________________

"Life is all about timing" Don't waste your and others time.

Master | Next Rank: 500 Posts
Posts: 111
Joined: Tue Dec 30, 2008 1:25 pm
Location: USA
Thanked: 28 times
GMAT Score:770

by goalevan » Sat Jul 16, 2011 4:03 pm
A. -2^n = (-2)^-n
(-1) * 2^n * (-1)^n * 2^n = 1
(-1)^n * 2^(2n) = -1
Since 2^(2n) is always positive, n must be odd for (-1)^n * 2^(2n) to have a chance at being -1. For 2^(2n) = 1, n must be 0, an even number.

B. 2^-n = (-2)^n
(-1)^n * 2^n * 2^n = 1
(-1)^n * 2^(2n) = 1
Satisfied when n = 0.

C. 2^n = (-2)^-n
(-1)^n * 2^n * 2^n = 1
(-1)^n * 2^(2n) = 1
Satisfied when n = 0.

D. (-2)^n = -2^n
(-1)^n * 2^n = (-1) * 2^n
(-1)^n = -1
Satisfied whenever n is odd.

E. (-2)^-n = -2^-n
(-1) * 2^n = (-1)^n * 2^n
-1 = (-1)^n
Satisfied whenever n is odd.

Notice that the equations in answer choices B/C and D/E are algebraically the same. Being able to recognize this quickly would rule out all answers choices except for A.