Last visit was: 26 Apr 2026, 17:00 It is currently 26 Apr 2026, 17:00
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
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 26 Apr 2026
Posts: 109,910
Own Kudos:
Given Kudos: 105,897
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,910
Kudos: 811,439
 [12]
1
Kudos
Add Kudos
11
Bookmarks
Bookmark this Post
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
avatar
kinghyts
Joined: 22 Sep 2012
Last visit: 26 Apr 2015
Posts: 106
Own Kudos:
151
 [1]
Given Kudos: 49
Concentration: Strategy, Technology
WE:Information Technology (Computer Software)
Posts: 106
Kudos: 151
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
2013gmat
Joined: 23 Oct 2012
Last visit: 02 Jan 2015
Posts: 34
Own Kudos:
Given Kudos: 285
Posts: 34
Kudos: 309
Kudos
Add Kudos
Bookmarks
Bookmark this Post
2^x 5^y z = .00064

statement 1 -

z=20 clearly sufficient.

statement 2 -

x=-1

5^y * z = 128/10^5
5^y * z = 2^2 5^-5

y=-5 and x= -1

xy=5. sufficient.

OA is D.

Bunuel, please confirm.
User avatar
Konstantin1983
Joined: 02 Dec 2014
Last visit: 08 Dec 2021
Posts: 298
Own Kudos:
324
 [3]
Given Kudos: 353
Location: Russian Federation
Concentration: General Management, Economics
GMAT 1: 640 Q44 V33
WE:Sales (Telecommunications)
GMAT 1: 640 Q44 V33
Posts: 298
Kudos: 324
 [3]
3
Kudos
Add Kudos
Bookmarks
Bookmark this Post
If x, y, and z are integers and (2^x)*(5^y)*z = 0.00064, what is the value of xy?

(1) z = 20
(2) x = –1

Here is my version.
1) if z=20 ==> 2^(x)*5^(y)=(0.00064/20)=0.000032 ==> 2^(x)*5^(y)=32*10^(-6) ==> 2^(x)*5^(y)=2^(5)*(2*5)^(-6) ==>x=-1 and y=6 ==>xy=-6
2) We know x=-1 but nothing is said about z. Hence not sufficient. Hope it is clear
avatar
tarikk
Joined: 27 Nov 2014
Last visit: 31 Mar 2015
Posts: 4
Own Kudos:
Given Kudos: 118
Posts: 4
Kudos: 7
Kudos
Add Kudos
Bookmarks
Bookmark this Post
navkaran
Statement 1 can be simplified to achieve 2^x*5^y*z=2*5^(-5)
if z=2^2*5
then 2^x*5^y = 2^-1*5^4
From this we see x=-1, 5=4, thus we can find xy.

Statement 2 is not enough as value of y would depend on value of z which is still unkown.
5^y*z=2^2*5^-5.
Insufficient to find answer

Hi navkaran:

Can you please elaborate how you go from "..if z=2^2*5" to "..then 2^x*5^y = 2^-1*5^4". My reason is that I am getting a different value for y only, just want to make sure my methods aren't incorrect. Thank you.
Kudos
Add Kudos
Bookmarks
Bookmark this Post
The statement asks 2^x . 5^y. z = 0.00064 which can be translated into prime factors as

Statement 1: 2^x . 5^y. z = 2^6 . 10^ -6 = 2^0 . 5^ -6
comparing both the parts we get x= 0 & y=-6 so xy= 0
sufficient.

Statement 2: 5^y . z = 0.000128 which means y & z can take any values. not sufficient.

Therefore A.
User avatar
anairamitch1804
Joined: 26 Oct 2016
Last visit: 20 Apr 2019
Posts: 502
Own Kudos:
3,605
 [2]
Given Kudos: 877
Location: United States
Concentration: Marketing, International Business
Schools: HBS '19
GMAT 1: 770 Q51 V44
GPA: 4
WE:Education (Education)
Schools: HBS '19
GMAT 1: 770 Q51 V44
Posts: 502
Kudos: 3,605
 [2]
1
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
JusTLucK04
If x, y, and z are integers and 2x 5yz = 6.4 × 106, what is the value of xy?
(1) z = 20
(2) x = 9



Posting solution for above problem.
Attachments

official_new.PNG
official_new.PNG [ 94.17 KiB | Viewed 9989 times ]

User avatar
KrishnakumarKA1
Joined: 05 Jan 2017
Last visit: 13 Oct 2020
Posts: 398
Own Kudos:
Given Kudos: 15
Location: India
Posts: 398
Kudos: 314
Kudos
Add Kudos
Bookmarks
Bookmark this Post
(2^x)(5^y)z = 64 x 10^-5
St 1: z = 20. therefore
(2^x)(5^y) = 32 x 10^-6 = 2^5 x (5 x 2)^-6 = 2^-1 x 5^-6.
Hence, x = -1 and y = -6. xy = 6. ANSWER

St 2: x = 9. no idea about z. INSUFFICIENT.

Option A
User avatar
SonGoku
Joined: 11 May 2018
Last visit: 25 Dec 2022
Posts: 118
Own Kudos:
Given Kudos: 287
Products:
Posts: 118
Kudos: 91
Kudos
Add Kudos
Bookmarks
Bookmark this Post

Please someone explain Statement 2:

statement 2 -

x=-1
substitute x in the given equation.
2^-1 * 5^y * z = 64* 10^-5
5^y * z = 2^2 5^-5

y=-5 and x= -1

xy=5. sufficient.

why cannot the OA be D

Bunuel nightblade354
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 26 Apr 2026
Posts: 109,910
Own Kudos:
Given Kudos: 105,897
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,910
Kudos: 811,439
Kudos
Add Kudos
Bookmarks
Bookmark this Post
SonGoku

Please someone explain Statement 2:

statement 2 -

x=-1
substitute x in the given equation.
2^-1 * 5^y * z = 64* 10^-5
5^y * z = 2^2 5^-5

y=-5 and x= -1

xy=5. sufficient.

why cannot the OA be D

Bunuel nightblade354

From \(5^y * z = 2^2 5^{-5}\) we cannot conclude that y = -5. What if say y = -6 and z = 20? Or y = -7 and z = 100? ...
User avatar
BrentGMATPrepNow
User avatar
Major Poster
Joined: 12 Sep 2015
Last visit: 31 Oct 2025
Posts: 6,733
Own Kudos:
36,471
 [3]
Given Kudos: 799
Location: Canada
Expert
Expert reply
Posts: 6,733
Kudos: 36,471
 [3]
3
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel

Tough and Tricky questions: Exponents.



If x, y, and z are integers and (2^x)*(5^y)*z = 0.00064, what is the value of xy?

(1) z = 20
(2) x = –1

Kudos for a correct solution.

Given: x, y, and z are integers and (2^x)*(5^y)*z = 0.00064
0.00064 = (64)(1/100,000) = (64)(10^-5)
= (2^6)(5^-5)(2^-5)
So, ONE possibility is that x = 6, y = -5 and z = 2^-5

However, we could also take (2^6)(5^-5)(2^-5) and combine the powers of 2 to get: (2^1)(5^-5)(1)
So, ANOTHER possibility is that x = 1, y = -5 and z = 1

As you can see, there are several possible outcomes.

Target question: What is the value of xy?

Statement 1: z = 20
So, we have: (2^x)(5^y)(20)= 0.00064
Divide both sides by 20 to get: (2^x)(5^y)= 0.00064/20
Simplify to get: (2^x)(5^y)= 0.00064/2
= 0.000032
= (32)(1/1,000,000)
= (2^5)(10^-6)
= (2^5)(2^-6)(5^-6)
= (2^-1)(5^-6)

If (2^x)(5^y) = (2^-1)(5^-6), then x = -1 and y = -6, which means xy = (-1)(-6) = 6
Since we can answer the target question with certainty, statement 1 is SUFFICIENT

Statement 2: x = –1
Given: (2^x)(5^y)(z) = 0.00064
If x = -1, we get: (2^-1)(5^y)(z) = 0.00064
Simplify to get: (1/2)(5^y)(z) = 0.00064
Multiply both sides by 2 to get: (5^y)(z) = 0.00128

0.00128 = (128)(1/100,000)
= (2^7)(10^-5)
= (2^7)(2^-5)(5^-5)
= (2^2)(5^-5)
= (5^-5)(2^2)

In other words, (5^y)(z) = (5^-5)(2^2)
So, we COULD say that x = -1, y = -5 and z = 2^2, which means xy = (-1)(-5) = 5

HOWEVER, we could also take (5^-5)(2^2) and rewrite it as: (5^-6)(5^1)(2^2)
Then evaluate parts to get: (5^-6)(5)(4), which equals (5^-6)(20)
In other words, (5^y)(z) = (5^-6)(20)
So, we could ALSO say that x = -1, y = -6 and z = 20, which means xy = (-1)(-6) = 6
Since we cannot answer the target question with certainty, statement 2 is NOT SUFFICIENT


Answer: A

Cheers,
Brent
Moderators:
Math Expert
109910 posts
498 posts
212 posts