BREAKING: Target Test Prep releases Brand New 2026 On Demand GMAT prep course

Redeem

Practice Quant problem

Problem Solving — algebra and arithmetic (GMAT Focus Edition)
Expert replies
by myspecialtie » Mon Mar 25, 2019 11:17 am
I'm having difficulty figuring out the solution to this problem from one of the GMAT practice exams:

If xy=1, what is the value of {2^[(x+y)^2]}/{2^[(x-y)^2]}?

A. 2
B. 4
C. 8
D. 16
E. 32

Any help/advice would be much appreciated!
Join the discussion
Source: — Quantitative Reasoning |

by Jay@ManhattanReview » Mon Apr 22, 2019 11:00 pm
myspecialtie wrote:I'm having difficulty figuring out the solution to this problem from one of the GMAT practice exams:

If xy=1, what is the value of {2^[(x+y)^2]}/{2^[(x-y)^2]}?

A. 2
B. 4
C. 8
D. 16
E. 32

Any help/advice would be much appreciated!
We have {2^[(x+y)^2]}/{2^[(x-y)^2]}

{2^[(x+y)^2]}/{2^[(x-y)^2]} = 2^[{(x+y)^2} - {(x-y)^2}] = 2^[{x^2 + y^2 + 2xy} - {x^2 + y^2 - 2xy}] = 2^(4xy) = 2^(4*1) = 2^4 = 16

The correct answer: D

Alternate approach:

Since we can choose any value for x or y given that xy = 1, say x = y = 1

Thus, (x + y)^2 = (1 + 1)^2 = 2^2 = 4 and (x - y)^2 = (1 - 1)^2 = 0^2 = 0

{2^[(x+y)^2]}/{2^[(x-y)^2]} = {2^4}/{2^0} = 16/1 = 16 -- Correct answer is D.

Hope this helps!

-Jay
_________________
Manhattan Review GMAT Prep

Locations: GRE Manhattan | ACT Prep Courses San Diego | IELTS Prep Courses Seattle | Dallas IELTS Tutoring | and many more...

Schedule your free consultation with an experienced GMAT Prep Advisor! Click here.
Join the discussion

by Ian Stewart » Mon Jun 03, 2019 6:38 am
2^a / 2^b is equal to 2^(a-b).

So 2^(x+y)^2 / 2^(x-y)^2 is equal to 2^[ (x+y)^2 - (x-y)^2 ]

We could expand both (x+y)^2 and (x-y)^2 and subtract, but it's faster just to use the difference of squares factorization immediately, since we're subtracting one square from another in the exponent. So our exponent is equal to

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

and since xy = 1, our exponent is equal to 4, so the overall value of the expression is 2^4 = 16.
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
Join the discussion

Re: Practice Quant problem

by PhillipZhang87 » Fri Sep 18, 2020 7:03 am
For this question we have to know the following:
( x + y )^2 = x^2 + 2xy + y^2
( x - y )^2 = x^2 - 2xy + y^2
2^x / 2^x - 2 = 2^(x-(x-2)) = 2^2
Moving to the problem
2^(x^2 + 2xy + y^2) / 2^(x^2 - 2xy + y^2) = 2^4xy
We know xy = 1
So, 2^4(1) = 2^4 = 16.
Correct answer is D.
Join the discussion

Re: Practice Quant problem

by Scott@TargetTestPrep » Fri Jun 17, 2022 11:37 am
myspecialtie wrote:
Mon Mar 25, 2019 11:17 am
I'm having difficulty figuring out the solution to this problem from one of the GMAT practice exams:

If xy=1, what is the value of {2^[(x+y)^2]}/{2^[(x-y)^2]}?

A. 2
B. 4
C. 8
D. 16
E. 32

Any help/advice would be much appreciated!
We can simplify the given expression:

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

Expanding the exponents in both the numerator and the denominator, we have:

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

We subtract the denominator’s exponent from the numerator’s exponent:

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

2^(2xy + 2xy) = 2^(4xy)

Since xy = 1, 2^4xy = 2^4 = 16.

Answer: D
Join the discussion