Last visit was: 22 Apr 2026, 23:55 It is currently 22 Apr 2026, 23:55
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: 22 Apr 2026
Posts: 109,763
Own Kudos:
Given Kudos: 105,850
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,763
Kudos: 810,707
 [25]
Kudos
Add Kudos
25
Bookmarks
Bookmark this Post
User avatar
sanjitscorps18
Joined: 26 Jan 2019
Last visit: 03 Mar 2026
Posts: 723
Own Kudos:
740
 [1]
Given Kudos: 130
Location: India
Schools: IMD'26
Products:
Schools: IMD'26
Posts: 723
Kudos: 740
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
rayjaycleoful
Joined: 15 May 2021
Last visit: 04 Apr 2026
Posts: 33
Own Kudos:
Given Kudos: 479
Posts: 33
Kudos: 3
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 22 Apr 2026
Posts: 109,763
Own Kudos:
810,707
 [1]
Given Kudos: 105,850
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,763
Kudos: 810,707
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
rayjaycleoful
Bunuel
The sequence \(X_{n}\) is defined as follows: \(X_{n} = 2X_{(n-1)}-1\) whenever n is an integer greater than 1. If \(X_1=3\), what is the value of \(X_{20} - X_{19}\)?


(A) \(2^{16}\)

(B) \(2^{17}\)

(C) \(2^{18}\)

(D) \(2^{19}\)

(E) \(2^{20}\)


Could someone explain how we get 5,9, 17... when we expand X2,X3,X4....?

The formula \(X_{n} = 2X_{(n-1)} - 1\) is used to determine the \(n^{th}\) term of the sequence \(X_n\), given the preceding \(n-1^{th}\) term, \(X_{n-1}\).

Starting with \(X_1 = 3\), the subsequent term, \(X_2\), is calculated as follows:

\(X_{2} = 2X_{1} - 1 = 2 * 3 - 1 = 5\).

Similarly:

\(X_{3} = 2X_{2} - 1 = 2 *5 - 1 = 9\).

And so on.

Check the links below for more:

12. Sequences



For other subjects:
ALL YOU NEED FOR QUANT ! ! !
Ultimate GMAT Quantitative Megathread

Hope it helps.
User avatar
shuvamp
Joined: 28 Nov 2016
Last visit: 06 Jan 2025
Posts: 8
Own Kudos:
Given Kudos: 26
Location: India
Concentration: Operations, Marketing
GMAT 1: 700 Q50 V37
GPA: 3.14
WE:Engineering (Energy)
GMAT 1: 700 Q50 V37
Posts: 8
Kudos: 6
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Xn=2X(n−1)−1...... equation 1
X1=3

Solving equation 1 for n=2,3,4,5..... we get,
X2=2X1-1=2x3-1=5
X3=9
X4=17
X5=33

we observe that, difference between consecutive numbers in the sequence is in 2^n
X2-X1=5-3=2
X3-X2=9-5=4=2^2
X4-X3=17-9=8=2^3
X5-X4=33-17=16=2^4

HENCE, X20-X19=2^19, OPTION D
User avatar
luisdicampo
Joined: 10 Feb 2025
Last visit: 19 Apr 2026
Posts: 480
Own Kudos:
Given Kudos: 328
Products:
Posts: 480
Kudos: 73
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
The sequence \(X_{n}\) is defined as follows: \(X_{n} = 2X_{(n-1)}-1\) whenever n is an integer greater than 1. If \(X_1=3\), what is the value of \(X_{20} - X_{19}\)?


(A) \(2^{16}\)

(B) \(2^{17}\)

(C) \(2^{18}\)

(D) \(2^{19}\)

(E) \(2^{20}\)
Deconstructing the Question
Sequence definition: \(X_n = 2X_{n-1} - 1\) for \(n > 1\).
Initial term: \(X_1 = 3\).
Target: Value of \(X_{20} - X_{19}\).

Method 1: Pattern Recognition
Let's compute the first few terms:
\(X_1 = 3\)
\(X_2 = 2(3) - 1 = 5\)
\(X_3 = 2(5) - 1 = 9\)
\(X_4 = 2(9) - 1 = 17\)

Notice the relationship with powers of 2:
\(X_1 = 2^1 + 1\)
\(X_2 = 2^2 + 1\)
\(X_3 = 2^3 + 1\)
...
General Formula: \(X_n = 2^n + 1\).

Now substitute into the target expression:
\(X_{20} - X_{19} = (2^{20} + 1) - (2^{19} + 1)\)
\(= 2^{20} - 2^{19}\)
Factor out \(2^{19}\):
\(= 2^{19}(2 - 1) = 2^{19}\).

Method 2: Algebraic Simplification
Given \(X_{20} = 2X_{19} - 1\).
Subtract \(X_{19}\) from both sides:
\(X_{20} - X_{19} = 2X_{19} - 1 - X_{19}\)
\(X_{20} - X_{19} = X_{19} - 1\).

Using the pattern \(X_{19} = 2^{19} + 1\):
\(X_{20} - X_{19} = (2^{19} + 1) - 1 = 2^{19}\).

Answer: D
Moderators:
Math Expert
109763 posts
Tuck School Moderator
853 posts