Last visit was: 26 Apr 2026, 05:33 It is currently 26 Apr 2026, 05:33
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
Sub 505 (Easy)|   Exponents|            
avatar
RyanP
Joined: 20 Feb 2012
Last visit: 16 Jun 2014
Posts: 10
Own Kudos:
20
 [13]
Posts: 10
Kudos: 20
 [13]
2
Kudos
Add Kudos
11
Bookmarks
Bookmark this Post
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 26 Apr 2026
Posts: 109,836
Own Kudos:
811,350
 [2]
Given Kudos: 105,893
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,836
Kudos: 811,350
 [2]
2
Kudos
Add Kudos
Bookmarks
Bookmark this Post
avatar
clicker
Joined: 08 Jan 2011
Last visit: 21 Mar 2013
Posts: 13
Own Kudos:
6
 [2]
Given Kudos: 12
Concentration: Entraprenurial
Posts: 13
Kudos: 6
 [2]
2
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
madzstar
Joined: 24 Apr 2013
Last visit: 13 May 2014
Posts: 33
Own Kudos:
Given Kudos: 76
Schools: Duke '16
Schools: Duke '16
Posts: 33
Kudos: 23
Kudos
Add Kudos
Bookmarks
Bookmark this Post
If (2 to the power of X)(2 to the power of Y) and (9 to the power of X) (3 to the power of Y) = 81 then (X,Y) =

(1,2)

(2,1)

(1,1)

(2,2)

(1,3)
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 26 Apr 2026
Posts: 109,836
Own Kudos:
Given Kudos: 105,893
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,836
Kudos: 811,350
Kudos
Add Kudos
Bookmarks
Bookmark this Post
madzstar
If (2 to the power of X)(2 to the power of Y) and (9 to the power of X) (3 to the power of Y) = 81 then (X,Y) =

(1,2)

(2,1)

(1,1)

(2,2)

(1,3)

Merging similar topics. Please refer to the solutions above.
User avatar
Virgilius
Joined: 15 Feb 2013
Last visit: 25 May 2016
Posts: 25
Own Kudos:
61
 [1]
Given Kudos: 11
Status:Currently Preparing the GMAT
Location: United States
GMAT 1: 550 Q47 V23
GPA: 3.7
WE:Analyst (Consulting)
GMAT 1: 550 Q47 V23
Posts: 25
Kudos: 61
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
clicker
you could simply plug in answer choices into the equations and see which one is equal...
answer A.
I think the plug-in method works best in the actual exam when you're fighting against the clock, or when you've exhausted all possible angles of attack on a notoriously difficult problem. :) But during preparation, I believe it is essential to understand how and why the concept work to solve these questions.

To solve this question you should be familiar with the following rules :

- \(a^x * a^y = a^(x+y)\) (1) (notice that for this rule to work, we must have the same base, as in "a")
- \((a^x)^y = a^(x*y)\) (2)
- \(a^x = a^y\) therefore \(x = y\) (3) (same as with rule n°1, we need to have the same base)

Considering our problem, we have :

\(2^x*2^y = 8\) which, according to (1) will yield \(2^(x+y) = 8 = 2^3\) which, according to (3) will yield : \(x + y = 3\)
\(9^x*3^y = 81\)
Since \(9 = 3^2\), then the above equation becomes : \((3^2)^x*3^y = 81\). According to (2), we can write : \(3^(2*x)*3^y = 81\) which, according to (1) will yield \(3^(2x+y) = 81 = 3^4\), which according to (3), will yield : \(2x + y = 4\)

We end up with a linear system of two equations :
\(x + y = 3\)
\(2x + y = 4\)

The solution of which is x = 1 and y = 2. Which is answer choice A.

Hope that helped :-D
User avatar
Abhishek009
User avatar
Board of Directors
Joined: 11 Jun 2011
Last visit: 17 Dec 2025
Posts: 5,902
Own Kudos:
Given Kudos: 463
Status:QA & VA Forum Moderator
Location: India
GPA: 3.5
WE:Business Development (Commercial Banking)
Posts: 5,902
Kudos: 5,456
Kudos
Add Kudos
Bookmarks
Bookmark this Post
RyanP
If (2^x) (2^y) = 8 and (9^x)(3^y) = 81, then (x,y) equals:

A. (1,2)
B. (2,1)
C. (1,1)
D. (2,2)
E. (1,3)


I understand how to cancel out things for the first half of the problem. For the second half, GMATPrep v2 says that (3^2x)(3^y) = 3^4 becomes 32x + y = 34. Can somebody explain how that happens?

\((2^x) (2^y) = 8\)

Or, \(2^{ x + y } = 2^3\)

So, \(x + y = 3\)-------------->(I)

\((9^x)(3^y) = 81\)

Or, \(3^{2x + y } =3^4\)

So, \(2x + y = 4\)----------->(II)

Combine (I) and (II)

\(2x + 2y = 6\)
\(2x + y = 4\)

Solve for \(y\)

\(y = 2\)

Plug in y = 2 in ( I)

\(x + y = 3\)

Or, \(x + 2 = 3\)

So, \(x = 1\)

Hence (x , y ) = ( 1 , 2 )

Thus answer will be (A) (1,2)
avatar
Shiv2016
Joined: 02 Sep 2016
Last visit: 14 Aug 2024
Posts: 509
Own Kudos:
Given Kudos: 277
Posts: 509
Kudos: 215
Kudos
Add Kudos
Bookmarks
Bookmark this Post
If (2^x) (2^y) = 8 and (9^x)(3^y) = 81, then (x,y) equals:

If base is same, we add powers.
So,
x+y= 3 (3 because 2^3=8 and we are comparing/equating powers)
2x+y= 4

Let's subtract the two equations:
2x+y=4
-x-y=-3

x= 1
and thus y=2

A. (1,2)
B. (2,1)
C. (1,1)
D. (2,2)
E. (1,3)
Moderators:
Math Expert
109836 posts
Tuck School Moderator
852 posts