Last visit was: 24 Apr 2026, 07:11 It is currently 24 Apr 2026, 07:11
Close
GMAT Club Daily Prep
Thank you for using the timer - this advanced tool can estimate your performance and suggest more practice questions. We have subscribed you to Daily Prep Questions via email.

Customized
for You

we will pick new questions that match your level based on your Timer History

Track
Your Progress

every week, we’ll send you an estimated GMAT score based on your performance

Practice
Pays

we will pick new questions that match your level based on your Timer History
Not interested in getting valuable practice questions and articles delivered to your email? No problem, unsubscribe here.
Close
Request Expert Reply
Confirm Cancel
avatar
bionication
Joined: 27 Oct 2014
Last visit: 06 Mar 2026
Posts: 19
Own Kudos:
Given Kudos: 38
Posts: 19
Kudos: 47
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
JeffYin
User avatar
Tutor
Joined: 28 Apr 2016
Last visit: 16 Jul 2020
Posts: 40
Own Kudos:
Given Kudos: 9
Location: United States
GMAT 1: 780 Q51 V47
GPA: 3.9
Expert
Expert reply
GMAT 1: 780 Q51 V47
Posts: 40
Kudos: 159
Kudos
Add Kudos
Bookmarks
Bookmark this Post
avatar
bionication
Joined: 27 Oct 2014
Last visit: 06 Mar 2026
Posts: 19
Own Kudos:
Given Kudos: 38
Posts: 19
Kudos: 47
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 24 Apr 2026
Posts: 109,814
Own Kudos:
810,999
 [2]
Given Kudos: 105,871
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,814
Kudos: 810,999
 [2]
2
Kudos
Add Kudos
Bookmarks
Bookmark this Post
bionication
Hey JeffYin, thanks for the explanation. I was wondering if you had a chance to look further into this topic. The question that threw me off was from Q11 in this problem set: https://gmatclub.com/forum/new-tough-an ... 25956.html

If x>0, x^2=2^64 and x^x=2y then what is the value of y?

We know that x=2^32
x^x = 2^32^2^32
Now this could be re-written as 2^(2^5)^(2^5).
But why can't this simplify to 2^2^5^2^2^5? And if so, how do we know if we're going from right -> left or left -> right?

Bunuel, your help would also be appreciated :)

Thanks!

The math rule is clear and there is no ambiguity in it.

\((a^m)^n=a^{mn}\)

\(a^m^n=a^{(m^n)}\) and not \((a^m)^n\) (if exponentiation is indicated by stacked symbols, the rule is to work from the top down).
User avatar
ccooley
User avatar
Manhattan Prep Instructor
Joined: 04 Dec 2015
Last visit: 06 Jun 2020
Posts: 931
Own Kudos:
1,658
 [2]
Given Kudos: 115
GMAT 1: 790 Q51 V49
GRE 1: Q170 V170
Expert
Expert reply
GMAT 1: 790 Q51 V49
GRE 1: Q170 V170
Posts: 931
Kudos: 1,658
 [2]
2
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Quote:
If x>0, x^2=2^64 and x^x=2y then what is the value of y?

I'd recommend pretending there are parentheses around each of the 'x'es in the equation x^x = 2y. That eliminates some of the confusion with how to simplify this. You're allowed to do that, by the way! For instance, if you knew that x = 2+z, then it'd be perfectly valid to write "x^x = (2+z)^(2+z)" with parentheses. You wouldn't have to write it as "2+z^2+z", which is confusing at best.

So, with parentheses, it looks like this:

(2^32)^(2^32) = 2y

In other words,

2^(32*(2^32)) = 2y (because of the rule Bunuel cited)

Look inside of the parentheses first. What's 32*(2^32)? (Ignore the extra 2^ for now - you can add it back in later.) Well, 32 is 2^5, so you've really got (2^5)(2^32) = 2^37.

2^(2^37) = 2y

Here comes the moment of truth - we have to divide the whole thing by 2 in order to find the value of y. That's actually a little tricky. The best approach is to very carefully write out the actual math, and apply the rules even if they seem counterintuitive.

(2^(2^37))/2 = y

2^((2^37)-1) = y

Your answer should look something like that.

Note: I just checked the original problem, and found that it read "2^y" rather than "2y". That's why my answer doesn't agree with the original answer in Bunuel's link!
avatar
bionication
Joined: 27 Oct 2014
Last visit: 06 Mar 2026
Posts: 19
Own Kudos:
Given Kudos: 38
Posts: 19
Kudos: 47
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Hey ccooley. Thanks for the awesome explanation! I've also corrected my post above. Thanks!
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 24 Apr 2026
Posts: 109,814
Own Kudos:
Given Kudos: 105,871
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,814
Kudos: 810,999
Kudos
Add Kudos
Bookmarks
Bookmark this Post
ccooley


I'd recommend pretending there are parentheses around each of the 'x'es in the equation x^x = 2y. That eliminates some of the confusion with how to simplify this. You're allowed to do that, by the way! For instance, if you knew that x = 2+z, then it'd be perfectly valid to write "x^x = (2+z)^(2+z)" with parentheses. You wouldn't have to write it as "2+z^2+z", which is confusing at best.

So, with parentheses, it looks like this:

(2^32)^(2^32) = 2y

In other words,

2^(32*(2^32)) = 2y (because of the rule Bunuel cited)

Look inside of the parentheses first. What's 32*(2^32)? (Ignore the extra 2^ for now - you can add it back in later.) Well, 32 is 2^5, so you've really got (2^5)(2^32) = 2^37.

2^(2^37) = 2y

Here comes the moment of truth - we have to divide the whole thing by 2 in order to find the value of y. That's actually a little tricky. The best approach is to very carefully write out the actual math, and apply the rules even if they seem counterintuitive.

(2^(2^37))/2 = y

2^((2^37)-1) = y

Your answer should look something like that.

Note: I just checked the original problem, and found that it read "2^y" rather than "2y". That's why my answer doesn't agree with the original answer in Bunuel's link!

Original question with solution:

11. If \(x>0\), \(x^2=2^{64}\) and \(x^x=2^y\) then what is the value of \(y\)?
A. 2
B. 2^(11)
C. 2^(32)
D. 2^(37)
E. 2^(64)

\(x^2=2^{64}\) --> \(x=\sqrt{2^{64}}=2^{\frac{64}{2}}=2^{32}\) (note that \(x=-\sqrt{2^{64}}\) is not a valid solution as given that \(x>0\)).

Second step: \(x^x=(2^{32})^{(2^{32})}=2^{32*2^{32}}=2^{2^{5}*2^{32}}=2^{2^{37}}=2^y\) --> \(y=2^{37}\).

OR second step: \(x^x=(2^{32})^x=2^{32x}=2^y\) --> \(y=32x\) --> since \(x=2^{32}\) then \(y=32x=32*2^{32}=2^5*2^{32}=2^{37}\).

Answer: D.

Archived Topic
Hi there,
This topic has been closed and archived due to inactivity or violation of community quality standards. No more replies are possible here.
Where to now? Join ongoing discussions on thousands of quality questions in our Quantitative Questions Forum
Still interested in this question? Check out the "Best Topics" block above for a better discussion on this exact question, as well as several more related questions.
Thank you for understanding, and happy exploring!