Last visit was: 23 Apr 2026, 19:38 It is currently 23 Apr 2026, 19:38
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: 23 Apr 2026
Posts: 109,785
Own Kudos:
Given Kudos: 105,853
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,785
Kudos: 810,875
 [49]
4
Kudos
Add Kudos
45
Bookmarks
Bookmark this Post
Most Helpful Reply
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 23 Apr 2026
Posts: 109,785
Own Kudos:
810,875
 [9]
Given Kudos: 105,853
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,785
Kudos: 810,875
 [9]
6
Kudos
Add Kudos
3
Bookmarks
Bookmark this Post
General Discussion
User avatar
chetan2u
User avatar
GMAT Expert
Joined: 02 Aug 2009
Last visit: 22 Apr 2026
Posts: 11,229
Own Kudos:
45,003
 [3]
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,229
Kudos: 45,003
 [3]
2
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
User avatar
sanjitscorps18
Joined: 26 Jan 2019
Last visit: 03 Mar 2026
Posts: 723
Own Kudos:
741
 [2]
Given Kudos: 130
Location: India
Schools: IMD'26
Products:
Schools: IMD'26
Posts: 723
Kudos: 741
 [2]
1
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
Bunuel
{x, y, z} is an increasing sequence of numbers such that the ratio between the consecutive terms is constant.
{x + 2y, 2x + y + z, x + 3y + z} is an increasing sequence of numbers such that the difference between the consecutive terms is constant.

What is the value of x/z ?

A. 1/4
B. 1/2
C. 1
D. 2
E. 4

 


Enjoy this brand new question we just created for the GMAT Club Tests.

To get 1,600 more questions and to learn more visit: user reviews | learn more

 


Given that y/x = z/y => y^2 = xz

Also 2x + y + z - (x + 2y) = x + 3y + z - (2x + y + z)
=> x - y + z = -x + 2y
=> 2x + z = 3y
=> 2 + z/x = 3y/x
=> 2 + z/x = 3z/y
=> 2 + z/x = 3z/√xz)
=> 2 + z/x = 3√(z/x)

Let √(z/x) = a
=> 2 + a^2 = 3a
=> a^2 -3a + 2 = 0
=> (a-2)(a-1) = 0
=> a = 1 or a = 2
=> √(z/x) = 1 or √(z/x) = 2
Now a can't be 1 because in the question stem x we have an increasing sequence of x, y, z. If a = 1 then z would be equal to x.

Hence √(z/x) = 2 => (z/x) = 4
=> x/z = 1/4
Option A
User avatar
gmatophobia
User avatar
Quant Chat Moderator
Joined: 22 Dec 2016
Last visit: 19 Apr 2026
Posts: 3,173
Own Kudos:
Given Kudos: 1,862
Location: India
Concentration: Strategy, Leadership
Posts: 3,173
Kudos: 11,457
Kudos
Add Kudos
Bookmarks
Bookmark this Post
We can find the relationship between the two equations and then equate the values to obtain a relationship.

Option A
Attachments

Screenshot 2022-09-14 021039.png
Screenshot 2022-09-14 021039.png [ 197.22 KiB | Viewed 9368 times ]

User avatar
Amritaroy1995
Joined: 06 Jun 2017
Last visit: 20 Feb 2026
Posts: 9
Own Kudos:
10
 [4]
Given Kudos: 579
Location: India
Posts: 9
Kudos: 10
 [4]
4
Kudos
Add Kudos
Bookmarks
Bookmark this Post
I plugged in x=5, y=10, and z=20 such that the values satisfy both conditions.

Then, x/z= 5/20=1/4 (A)
User avatar
Kinshook
User avatar
Major Poster
Joined: 03 Jun 2019
Last visit: 23 Apr 2026
Posts: 5,986
Own Kudos:
5,858
 [1]
Given Kudos: 163
Location: India
GMAT 1: 690 Q50 V34
WE:Engineering (Transportation)
Products:
GMAT 1: 690 Q50 V34
Posts: 5,986
Kudos: 5,858
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Given:
{x, y, z} is an increasing sequence of numbers such that the ratio between the consecutive terms is constant.
{x + 2y, 2x + y + z, x + 3y + z} is an increasing sequence of numbers such that the difference between the consecutive terms is constant.

Asked: What is the value of x/z ?

{x, y, z} is an increasing sequence of numbers such that the ratio between the consecutive terms is constant.
y/x = z/y
y^2 = xz

{x + 2y, 2x + y + z, x + 3y + z} is an increasing sequence of numbers such that the difference between the consecutive terms is constant.
(2x+y+z) - (x+2y) = (x+3y+z) - (2x + y+z)
x -y + z = -x + 2y
2x -3y + z = 0
y = (2x+z)/3
y^2 = (2x+z)^2/9 = xz
(2x+z)^2 = 9xz
4x^2 + z^2 + 4xz = 9xz
4x^2 + z^2 - 5xz = 0
4x/z + z/x - 5 = 0

Let t = x/z
4t + 1/t - 5 = 0
4t^2 - 5t + 1 = 0
(4t-1)(t-1) = 0
t = 1 or t= 1/4
t = 1 is not possible since x,y,z are not all equal.
t = 1/4

IMO A
User avatar
bumpbot
User avatar
Non-Human User
Joined: 09 Sep 2013
Last visit: 04 Jan 2021
Posts: 38,964
Own Kudos:
Posts: 38,964
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
109785 posts
Tuck School Moderator
853 posts