Math question from the GMATprep

99 Views Asked by At

If $xy=1$ what is the value of: $2^{(x+y)^2}/2^{(x-y)^2}$

A 1
B 2
C 4
D 16
E 19

$(x+y)^2/(x-y)^2$ because $2$ just cancels out from numerator and denominator, right?

2

There are 2 best solutions below

4
On BEST ANSWER

This isn't as hard as you think.

xy = 1*1 or -1*-1

If xy = 1*1 then:

2^(x+y)^2/2^(x-y)^2 = (2^(2)^2)/(2^0^2) = 16/1 = 16

If xy = -1 *-1 then:

2^(x+y)^2/2^(x-y)^2 = (2^(-2)^2)/2^(-1 - (-1) )^2 = 16/1 = 16.

So, D is the answer. Let me know if you're confused

0
On

Using exponentiation rules, it can be simplified.

$$ \frac{2^{(x+y)^2}}{2^{(x-y)^2}} = 2^{(x+y)^² - (x-y)^2} = 2^{x^2 + 2xy + y^2 - (x^2 - 2xy + y^2)} = 2^{4xy} = \left(2^{4}\right)^{xy} = 16 $$