Exponent Problem

This topic has expert replies
Source: — Problem Solving |

Senior | Next Rank: 100 Posts
Posts: 82
Joined: Tue Mar 17, 2009 3:03 am
Thanked: 2 times
Followed by:1 members

by kyabe » Mon May 25, 2009 3:32 pm
Hey,

This problem will be very simple once you simplify the exponents.

2^(X+y)^2 = 2^(x2 + y2 + 2Xy) and likewise
2^(X-y)^2 = 2^(x2 + y2 - 2Xy)

now if you just plugin Xy = 1 u get

2^(X+y)^2 = 2^(x2 + y2 + 2) --- i
2^(X-y)^2 = 2^(x2 + y2 - 2) --- ii

Now break the exponents

since a^mn can be written as (a^m)(a^n) i and ii can be written as

2^(X+y)^2 = (2^x2)(2^y2)(2^2) and --- iii
2^(X-y)^2 = (2^x2)(2^y2)(2^-2) --- iv

therefore iii and iv gives us

2^(X+y)^2 / 2^(X-y)^2 = (2^2) / (2^-2)

or 2^(X+y)^2 / 2^(X-y)^2 = (2^2)(2^2) = 16

Hope it helps :)

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

by exhilaration » Mon May 25, 2009 4:00 pm
Absolutely, thanks for the clear explanation!

Master | Next Rank: 500 Posts
Posts: 103
Joined: Fri May 22, 2009 3:56 am
Thanked: 4 times
GMAT Score:470

by gmatplayer » Mon May 25, 2009 5:05 pm
There is more simple explanation on this:

We know that

2^(x+y)^2 = 2^(x^2 + 2xy + y^2)

and

2^(x-y)^2 = 2^(x^2 - 2xy + y^2)


so the equation becomes

2^(x^2 + 2xy + y^2 - x^2 + 2xy - y^2)

= 2^(4xy)

= 2^4

=16

Master | Next Rank: 500 Posts
Posts: 103
Joined: Fri May 22, 2009 3:56 am
Thanked: 4 times
GMAT Score:470

by gmatplayer » Mon May 25, 2009 5:05 pm
There is more simple explanation on this:

We know that

2^(x+y)^2 = 2^(x^2 + 2xy + y^2)

and

2^(x-y)^2 = 2^(x^2 - 2xy + y^2)


so the equation becomes

2^(x^2 + 2xy + y^2 - x^2 + 2xy - y^2)

= 2^(4xy)

= 2^4

=16

GMAT/MBA Expert

User avatar
GMAT Instructor
Posts: 2623
Joined: Mon Jun 02, 2008 3:17 am
Location: Montreal
Thanked: 1090 times
Followed by:355 members
GMAT Score:780

by Ian Stewart » Mon May 25, 2009 7:57 pm
Or simpler still, if, as the answer choices indicate, there is an exact numerical answer here *whenever* xy = 1 (there's no answer choice which says 'cannot be determined'), we must get the right answer when we plug in *any* values for x and y that make xy = 1 true. So we can simply plug in x = 1 and y = 1 to get

[2^(1+1)^2] / 2^(1-1)^2 = 2^4/2^0 = 16

Or, algebraically, you might notice that, using our exponent rules:

2^(x+y)^2 / 2^(x-y)^2 = 2^[(x+y)^2 - (x-y)^2]

what we have now in the exponent is a difference of squares:

= 2^[(x + y + x - y)(x + y - x + y)]
= 2^[(2x)(2y)]
= 2^(4xy)
= 2^4
= 16

Of course, the algebraic solutions above are very good as well - I'm just suggesting alternative ways to approach the problem.
For online GMAT math tutoring, or to buy my higher-level Quant books and problem sets, contact me at ianstewartgmat at gmail.com

ianstewartgmat.com

Senior | Next Rank: 100 Posts
Posts: 82
Joined: Tue Mar 17, 2009 3:03 am
Thanked: 2 times
Followed by:1 members

by kyabe » Mon May 25, 2009 11:04 pm
Ian Stewart wrote:Or simpler still, if, as the answer choices indicate, there is an exact numerical answer here *whenever* xy = 1 (there's no answer choice which says 'cannot be determined'), we must get the right answer when we plug in *any* values for x and y that make xy = 1 true. So we can simply plug in x = 1 and y = 1 to get

[2^(1+1)^2] / 2^(1-1)^2 = 2^4/2^0 = 16

Or, algebraically, you might notice that, using our exponent rules:

2^(x+y)^2 / 2^(x-y)^2 = 2^[(x+y)^2 - (x-y)^2]

what we have now in the exponent is a difference of squares:

= 2^[(x + y + x - y)(x + y - x + y)]
= 2^[(2x)(2y)]
= 2^(4xy)
= 2^4
= 16

Of course, the algebraic solutions above are very good as well - I'm just suggesting alternative ways to approach the problem.
Thank Ian.. Never thought that way...

Cheers

User avatar
MBA Student
Posts: 1194
Joined: Sat Aug 16, 2008 9:42 pm
Location: Paris, France
Thanked: 71 times
Followed by:17 members
GMAT Score:710

by gmat740 » Tue May 26, 2009 12:09 pm
Or simpler still, if, as the answer choices indicate, there is an exact numerical answer here *whenever* xy = 1 (there's no answer choice which says 'cannot be determined'), we must get the right answer when we plug in *any* values for x and y that make xy = 1 true. So we can simply plug in x = 1 and y = 1 to get


I plugged in x=2 and y=0.5

sometimes we get wrong answer when we plug in values like x=1, may be we don't arrive at a generalized solution