Last visit was: 21 Apr 2026, 17:37 It is currently 21 Apr 2026, 17:37
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: 21 Apr 2026
Posts: 109,728
Own Kudos:
810,468
 [7]
Given Kudos: 105,800
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,728
Kudos: 810,468
 [7]
1
Kudos
Add Kudos
5
Bookmarks
Bookmark this Post
avatar
eddyki
Joined: 17 Dec 2013
Last visit: 23 Mar 2015
Posts: 47
Own Kudos:
41
 [3]
Given Kudos: 35
GMAT Date: 01-08-2015
Posts: 47
Kudos: 41
 [3]
2
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
User avatar
chetan2u
User avatar
GMAT Expert
Joined: 02 Aug 2009
Last visit: 18 Apr 2026
Posts: 11,230
Own Kudos:
44,984
 [1]
Given Kudos: 335
Status:Math and DI Expert
Location: India
Concentration: Human Resources, General Management
GMAT Focus 1: 735 Q90 V89 DI81
Products:
Expert
Expert reply
GMAT Focus 1: 735 Q90 V89 DI81
Posts: 11,230
Kudos: 44,984
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
gmat6nplus1
Joined: 04 Oct 2013
Last visit: 09 Jan 2019
Posts: 141
Own Kudos:
703
 [1]
Given Kudos: 29
Concentration: Finance, Leadership
GMAT 1: 590 Q40 V30
GMAT 2: 730 Q49 V40
WE:Project Management (Media/Entertainment)
GMAT 2: 730 Q49 V40
Posts: 141
Kudos: 703
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
If x, y, and z are different positive integers, is x prime?

(1) xyz = 30
(2) z < x < y

Kudos for a correct solution.

1) case_1 xyz=3*2*5 answer=yes; case_2 xyz=1*2*15 answer no.

Not sufficient

2) Not sufficient

1+2) x is every time going to be a prime number. Sufficient

Answer C.
avatar
DesiGmat
Joined: 27 Oct 2013
Last visit: 06 Feb 2021
Posts: 173
Own Kudos:
237
 [1]
Given Kudos: 79
Location: India
Concentration: General Management, Technology
GMAT Date: 03-02-2015
GPA: 3.88
Posts: 173
Kudos: 237
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Here we go:

x, y, and z are different positive integers

St1: xyz = 30

30 = 2*3*5

x = 2, y = 3 and z = 5 (Is X prime? -> true)
x = 1, y = 6 and z = 5 (Is X prime? -> false)

Not sufficient

St2: z < x < y

Clearly not sufficient

Combining both

z = 2, x = 3, y = 5 (Is X prime? -> true)
z = 1, x = 2, y = 15 (Is X prime? -> true)
z = 1, x = 5, y = 6 (Is X prime? -> true)
z = 1, x = 3, y = 10 (Is X prime? -> true)

So C is the answer
User avatar
santorasantu
Joined: 27 Aug 2014
Last visit: 06 Apr 2023
Posts: 242
Own Kudos:
461
 [1]
Given Kudos: 76
Location: Netherlands
Concentration: Finance, Strategy
Schools: ISB '21 LBS '22
GPA: 3.9
WE:Analyst (Energy)
Schools: ISB '21 LBS '22
Posts: 242
Kudos: 461
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
If x, y, and z are different positive integers, is x prime?

(1) xyz = 30
(2) z < x < y

Kudos for a correct solution.

Answer c:

from stem: x,y and z are positive integers

from 1: xyz = 30, prime factors of 30 are 1,2,3 and 5
consider xyz = 2*3*5 = 30 => x is prime, consider xyz = 6*5*1 = 30, x is not prime, 2 answers NSF
from 2: z<x<y, considering only this statement, nohing is known, so NSF

1+2:
z<x<y, the possible multiples are (note that z, x and y are written accordingly below)
1*2*15 = 30
1*5*6 = 30
1*3*10 = 30
2*3*5 = 30
are the only possible solutions and for all the solutions x is prime, so sufficient.
C
avatar
Derkus
Joined: 18 Oct 2014
Last visit: 28 Mar 2017
Posts: 7
Own Kudos:
32
 [2]
Given Kudos: 2
GMAT 1: 750 Q48 V44
GMAT 1: 750 Q48 V44
Posts: 7
Kudos: 32
 [2]
2
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Quote:
If x, y, and z are different positive integers, is x prime?

(1) xyz = 30
(2) z < x < y

1) X*Y*Z = 30 so X*Y*Z must be two factors of 30 * 1
X = 5, Y = 6, Z = 1: Yes X is prime
X = 6, Y = 5, Z = 1: No X is not prime

2) Z<X<Y
Z = 1 < X = 2 < Y = 3: Yes X is prime
Z = 5 < X = 6 < Y = 7: No X is not prime

1+2) All possible pairs of factors of 30 are: (1,30) (2,15) (3,10) (5,6) but you can eliminate (1,30) from our choices because all numbers must be different. Thus ordered triples are:
Z = 1 < X = 2 < Y = 15
Z = 1 < X = 3 < Y = 10
Z = 1 < X = 5 < Y = 6
Z = 2 < X = 3 < Y = 5

X = 2, 3, or 5, all of which are Prime. X is Prime, so C.

Final Answer: C
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 21 Apr 2026
Posts: 109,728
Own Kudos:
Given Kudos: 105,800
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,728
Kudos: 810,468
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
If x, y, and z are different positive integers, is x prime?

(1) xyz = 30
(2) z < x < y

Kudos for a correct solution.

VERITAS PREP OFFICIAL SOLUTION:

Solution: C

Let’s take statement (2) first: it gives us no values, so it’s INSUFFICIENT. Move on to statement (1). If three different positive integers have a product of 30, those integers must be one of the following sets:{ 1, 3, 10}; {2, 3, 5}; {1, 2, 15}; {1, 5, 6}. X could be prime or not prime; INSUFFICIENT. Combined, consider the four sets of possible integers. The median value is ALWAYS a prime number, so x must be prime. (C).
User avatar
pacifist85
Joined: 07 Apr 2014
Last visit: 20 Sep 2015
Posts: 322
Own Kudos:
Given Kudos: 169
Status:Math is psycho-logical
Location: Netherlands
GMAT Date: 02-11-2015
WE:Psychology and Counseling (Other)
Posts: 322
Kudos: 459
Kudos
Add Kudos
Bookmarks
Bookmark this Post
[1] xyz = 30 | NS because:
2*3*5 = 30, x prime
2*1*15 = 30, x prime
15*1*2 = 30, x not prime

[2] z<x<y | NS because:
2<3<6, x prime
3<8<10, x not prime

[1] and [2], S because:
1<1<30, x prime
1<2<15, x prime
1<3<10, x prime
2<3<5, x prime

So, there is no way for x not to be a prime, since, no matter what, y must be the greatest value of the 3 values that multilied together yield 30. Similarly, trying any factor of 30 (it has 8 factors: 1,2,3,5,6,10,15,30) there is no way that the middle one (x) will not be a prime.
avatar
shmba
Joined: 16 Aug 2018
Last visit: 14 Sep 2018
Posts: 24
Own Kudos:
Given Kudos: 92
Concentration: General Management, Strategy
GMAT 1: 700 Q49 V36
GMAT 1: 700 Q49 V36
Posts: 24
Kudos: 10
Kudos
Add Kudos
Bookmarks
Bookmark this Post
chetan2u
ans C..
1) it tells us that x is a divisor of 30..... x,y,z can be 1,2,3,5,6,10,15
2) insufficient..tells us x is middle value
combined it tells us that x can be only 2,3,5.. so sufficient

1+2 combined: there should be 4 sets of combinations as stated in other posts. not just 2,3,5.
User avatar
bumpbot
User avatar
Non-Human User
Joined: 09 Sep 2013
Last visit: 04 Jan 2021
Posts: 38,956
Own Kudos:
Posts: 38,956
Kudos: 1,117
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Automated notice from GMAT Club BumpBot:

A member just gave Kudos to this thread, showing it’s still useful. I’ve bumped it to the top so more people can benefit. Feel free to add your own questions or solutions.

This post was generated automatically.
Moderators:
Math Expert
109728 posts
498 posts
211 posts