Last visit was: 23 Apr 2026, 08:20 It is currently 23 Apr 2026, 08:20
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)|   Sequences|                                       
User avatar
Walkabout
Joined: 02 Dec 2012
Last visit: 04 Feb 2026
Posts: 172
Own Kudos:
29,261
 [61]
Given Kudos: 51
Products:
Posts: 172
Kudos: 29,261
 [61]
13
Kudos
Add Kudos
47
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,778
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,778
Kudos: 810,790
 [14]
6
Kudos
Add Kudos
8
Bookmarks
Bookmark this Post
User avatar
avigutman
Joined: 17 Jul 2019
Last visit: 30 Sep 2025
Posts: 1,285
Own Kudos:
1,907
 [3]
Given Kudos: 66
Location: Canada
GMAT 1: 780 Q51 V45
GMAT 2: 780 Q50 V47
GMAT 3: 770 Q50 V45
Expert
Expert reply
GMAT 3: 770 Q50 V45
Posts: 1,285
Kudos: 1,907
 [3]
3
Kudos
Add Kudos
Bookmarks
Bookmark this Post
General Discussion
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 23 Apr 2026
Posts: 109,778
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,778
Kudos: 810,790
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bumping for review and further discussion*. Get a kudos point for an alternative solution!

*New project from GMAT Club!!! Check HERE
User avatar
ziko
Joined: 28 Feb 2012
Last visit: 29 Jan 2014
Posts: 91
Own Kudos:
Given Kudos: 17
Concentration: Strategy, International Business
GPA: 3.9
WE:Marketing (Other)
Posts: 91
Kudos: 223
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Walkabout
In a certain sequence, the term \(x_n\) is given by the formula \(x_n=2*x_{n-1}-\frac{1}{2}*x_{n-2}\) for all \(n\geq{2}\). If \(x_0=3\) and \(x_1=2\), what is the value of \(x_3\)?

(A) 2.5
(B) 3.125
(C) 4
(D) 5
(E) 6.75


X(3)= 2*X(2)-X(1)/2
X(2)=2X(1)-X(0)/2=2*2-3/2=5/2
X(3)= 2*5/2-2/2=5-1=4 Answer is C
User avatar
ScottTargetTestPrep
User avatar
Target Test Prep Representative
Joined: 14 Oct 2015
Last visit: 23 Apr 2026
Posts: 22,281
Own Kudos:
26,529
 [1]
Given Kudos: 302
Status:Founder & CEO
Affiliations: Target Test Prep
Location: United States (CA)
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 22,281
Kudos: 26,529
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Walkabout
In a certain sequence, the term \(x_n\) is given by the formula \(x_n=2*x_{n-1}-\frac{1}{2}*x_{n-2}\) for all \(n\geq{2}\). If \(x_0=3\) and \(x_1=2\), what is the value of \(x_3\)?

(A) 2.5
(B) 3.125
(C) 4
(D) 5
(E) 6.75

(Note that the * symbol in both the question stem and in this solution indicates multiplication.)

We are given that X(n) = 2 * X(n-1) – ½ * X(n-2), for all n=>2. This is called a recursive formula, which means that we need to know prior terms before we can compute the subsequent terms. For example, if we want to know X(2), we must know both X(1) and X(0), because X(2) is equal to 2 * X(1) – ½ * X(0).

We are given X(1) = 2 and X(0) = 3. So, when n is 2, X(2) would be calculated as follows:

X(2) = 2 * X(1) – ½ * X(0)

X(2) = 2 * 2 – ½ * 3

X(2) = 4 – 1.5

X(2) = 2.5

Now we are ready to determine the value of X(3). In this case, n = 3, X(1) is 2, and X(2) is 2.5. We plug these values into the recursive formula given in the question stem:

X(3) = 2 * X(2) – ½ * X(1)

X(3) = 2 * 2.5 – ½ * 2

X(3) = 5 – 1

X(3) = 4

Answer is C.
avatar
valepm
Joined: 29 Sep 2016
Last visit: 05 Oct 2017
Posts: 5
Own Kudos:
Given Kudos: 47
Posts: 5
Kudos: 12
Kudos
Add Kudos
Bookmarks
Bookmark this Post
If you have the OG 2017: No! you are not crazy it actually says the formula is used for all n>=2n. And on the answer choices it says n>= 2.

This made me take more than 10 minutes to solve because it just did not make sense. Cause if its n>= 2n that means that n = negative integer. BUT we don't have negative integers, so.... wthk am I supposed to do?

JUST WANTED TO LET YOU ALL KNOW! HUGEEEEE MISTAKE ON OG.
User avatar
dave13
Joined: 09 Mar 2016
Last visit: 15 Mar 2026
Posts: 1,086
Own Kudos:
Given Kudos: 3,851
Posts: 1,086
Kudos: 1,137
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
Walkabout
In a certain sequence, the term \(x_n\) is given by the formula \(x_n=2*x_{n-1}-\frac{1}{2}*x_{n-2}\) for all \(n\geq{2}\). If \(x_0=3\) and \(x_1=2\), what is the value of \(x_3\)?

(A) 2.5
(B) 3.125
(C) 4
(D) 5
(E) 6.75

We have a formula to calculate the value of the terms in the sequence starting from \(x_2\): \(x_n=2*x_{n-1}-\frac{1}{2}*x_{n-2}\). Hence:

\(x_2=2*x_{1}-\frac{1}{2}*x_{0}=2*2-\frac{1}{2}*3=\frac{5}{2}\);

\(x_3=2*x_{2}-\frac{1}{2}*x_{1}=2*\frac{5}{2}-\frac{1}{2}*2=4\).

Answer: C.

Hope it's clear.

Hello Bunuel, i always get confused with such long and weired formulas.

A few questions: How do you call mathematecally n-1 and n-2 written as subscript ? and another question how did you figure out that n-1 is 2 and n-2 is 3 when plugging in ? thank you :)
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 23 Apr 2026
Posts: 109,778
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,778
Kudos: 810,790
Kudos
Add Kudos
Bookmarks
Bookmark this Post
dave13
Bunuel
Walkabout
In a certain sequence, the term \(x_n\) is given by the formula \(x_n=2*x_{n-1}-\frac{1}{2}*x_{n-2}\) for all \(n\geq{2}\). If \(x_0=3\) and \(x_1=2\), what is the value of \(x_3\)?

(A) 2.5
(B) 3.125
(C) 4
(D) 5
(E) 6.75

We have a formula to calculate the value of the terms in the sequence starting from \(x_2\): \(x_n=2*x_{n-1}-\frac{1}{2}*x_{n-2}\). Hence:

\(x_2=2*x_{1}-\frac{1}{2}*x_{0}=2*2-\frac{1}{2}*3=\frac{5}{2}\);

\(x_3=2*x_{2}-\frac{1}{2}*x_{1}=2*\frac{5}{2}-\frac{1}{2}*2=4\).

Answer: C.

Hope it's clear.

Hello Bunuel, i always get confused with such long and weired formulas.

A few questions: How do you call mathematecally n-1 and n-2 written as subscript ? and another question how did you figure out that n-1 is 2 and n-2 is 3 when plugging in ? thank you :)

\(x_n=2*x_{n-1}-\frac{1}{2}*x_{n-2}\) is a formula giving nth term in terms of (n-1)st and (n-2)nd terms. For example, it allows to find say, 3rd term if you know 3-1=2nd and 3-2=1st terms.
User avatar
dave13
Joined: 09 Mar 2016
Last visit: 15 Mar 2026
Posts: 1,086
Own Kudos:
Given Kudos: 3,851
Posts: 1,086
Kudos: 1,137
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel thanks! A few more questions if you dont mind :)

What does for all n≥2 mean ?
Yes, you marked these in yellow x0=3 and x1=2
x0=3 this expression means that the zero term is 3 and x1=2 means that the first term is 2 correct?
If we need to find 3rd term isn’t it enough to know 2nd term ?
When you solve for x2, where from did you get 3 ?
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 23 Apr 2026
Posts: 109,778
Own Kudos:
810,790
 [3]
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,778
Kudos: 810,790
 [3]
2
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
dave13
Bunuel thanks! A few more questions if you dont mind :)

What does for all n≥2 mean ?
Yes, you marked these in yellow x0=3 and x1=2
x0=3 this expression means that the zero term is 3 and x1=2 means that the first term is 2 correct?
If we need to find 3rd term isn’t it enough to know 2nd term ?
When you solve for x2, where from did you get 3 ?

1. It means that you can apply the given formula to calculate any term starting from x2;
2. Yes.
3. To get x3 you need x2 and x1 because the formula links nth term to TWO proceeding terms, (n-1)st and (n-2)nd

12. Sequences


avatar
JDF
Joined: 20 Apr 2019
Last visit: 30 Apr 2020
Posts: 72
Own Kudos:
Given Kudos: 5
GPA: 3.11
Products:
Posts: 72
Kudos: 25
Kudos
Add Kudos
Bookmarks
Bookmark this Post
The timer says 88% of people got it right but I bet I can count on my fingers the number who did it in two minutes.

Posted from my mobile device
User avatar
woohoo921
Joined: 04 Jun 2020
Last visit: 17 Mar 2023
Posts: 493
Own Kudos:
Given Kudos: 623
Posts: 493
Kudos: 149
Kudos
Add Kudos
Bookmarks
Bookmark this Post
ScottTargetTestPrep
Walkabout
In a certain sequence, the term \(x_n\) is given by the formula \(x_n=2*x_{n-1}-\frac{1}{2}*x_{n-2}\) for all \(n\geq{2}\). If \(x_0=3\) and \(x_1=2\), what is the value of \(x_3\)?

(A) 2.5
(B) 3.125
(C) 4
(D) 5
(E) 6.75

(Note that the * symbol in both the question stem and in this solution indicates multiplication.)

We are given that X(n) = 2 * X(n-1) – ½ * X(n-2), for all n=>2. This is called a recursive formula, which means that we need to know prior terms before we can compute the subsequent terms. For example, if we want to know X(2), we must know both X(1) and X(0), because X(2) is equal to 2 * X(1) – ½ * X(0).

We are given X(1) = 2 and X(0) = 3. So, when n is 2, X(2) would be calculated as follows:

X(2) = 2 * X(1) – ½ * X(0)

X(2) = 2 * 2 – ½ * 3

X(2) = 4 – 1.5

X(2) = 2.5

Now we are ready to determine the value of X(3). In this case, n = 3, X(1) is 2, and X(2) is 2.5. We plug these values into the recursive formula given in the question stem:

X(3) = 2 * X(2) – ½ * X(1)

X(3) = 2 * 2.5 – ½ * 2

X(3) = 5 – 1

X(3) = 4

Answer is C.

ScottTargetTestPrep
I approached this problem by brute force if you will in that I started by plugging in 3 to X (so x sub 3) to see what I was missing. Is this a bad approach to use when solving other recursive formulas? Thank you :)
User avatar
bagad.07
Joined: 22 Aug 2023
Last visit: 03 Jun 2025
Posts: 5
Own Kudos:
Given Kudos: 111
Location: India
Concentration: Real Estate, General Management
GPA: 3.49
WE:Asset Management (Real Estate)
Posts: 5
Kudos: 7
Kudos
Add Kudos
Bookmarks
Bookmark this Post
OG Question Code: PS16100
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 23 Apr 2026
Posts: 109,778
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,778
Kudos: 810,790
Kudos
Add Kudos
Bookmarks
Bookmark this Post
bagad.07
OG Question Code: PS16100


________________________________
Thank you! Added to the first post.
User avatar
totaltestprepNick
Joined: 25 Aug 2014
Last visit: 22 Apr 2026
Posts: 469
Own Kudos:
Given Kudos: 2
GMAT 1: 750 Q49 V42
GMAT 1: 750 Q49 V42
Posts: 469
Kudos: 4
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Walkabout
In a certain sequence, the term \(x_n\) is given by the formula \(x_n=2*x_{n-1}-\frac{1}{2}*x_{n-2}\) for all \(n\geq{2}\). If \(x_0=3\) and \(x_1=2\), what is the value of \(x_3\)?

(A) 2.5
(B) 3.125
(C) 4
(D) 5
(E) 6.75





Nick Slavkovich, GMAT/GRE tutor with 20+ years of experience

[email protected]
Moderators:
Math Expert
109778 posts
Tuck School Moderator
853 posts