Last visit was: 19 Nov 2025, 21:42 It is currently 19 Nov 2025, 21:42
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
AA155
Joined: 18 Apr 2025
Last visit: 19 Nov 2025
Posts: 26
Own Kudos:
15
 [1]
Given Kudos: 1
Products:
Posts: 26
Kudos: 15
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
TrinhNguyen157
Joined: 28 Mar 2025
Last visit: 19 Nov 2025
Posts: 9
Own Kudos:
Given Kudos: 2
Location: United States
Posts: 9
Kudos: 6
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
tgsankar10
Joined: 27 Mar 2024
Last visit: 19 Nov 2025
Posts: 281
Own Kudos:
390
 [1]
Given Kudos: 83
Location: India
Posts: 281
Kudos: 390
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
Gmatismybestie
Joined: 27 Jun 2025
Last visit: 01 Aug 2025
Posts: 29
Own Kudos:
24
 [1]
Given Kudos: 2
Schools: UCR '27 (S)
Schools: UCR '27 (S)
Posts: 29
Kudos: 24
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
 


This question was provided by GMAT Club
for the GMAT Club Olympics Competition

Win over $30,000 in prizes such as Courses, Tests, Private Tutoring, and more

 



The infinite sequence of nonzero integers \(a_1\), \(a_2\), \(a_3\), ... is such that \(a_n = (a_{n-1})(a_{n-2})^3\) for \(n > 2\), and \(a_2 = 2\).

Select for \(a_3\) and \(a_5\) the values of \(a_3\) and \(a_5\), respectively, that would be jointly consistent with the given information. Make only two selections, one in each column.
\(a_3\) = \(a_2\)*(\(a_1\))^3 = 2* (\(a_1\))^3
\(a_4\) = \(a_3\)*(\(a_2\))^3 = 2* (\(a_1\))^3 * 2^3 = 16* (\(a_1\))^3
\(a_5\) = \(a_4\)*( \(a_3\))^3 = 16* (\(a_1\))^3 * 2^3* (\(a_1\))^9 = 128* (\(a_1\))^12

Try \(a_1\)= 1
=> \(a_3\) =2 and \(a_5\)=128 (there is no option for -2 but yes option for 128)
Try \(a_1\)= -1
=> \(a_3\)= -2 and \(a_5\)=128 THIS IS THE RIGHT ANSWER!
User avatar
naman.goswami
Joined: 11 Jun 2023
Last visit: 14 Nov 2025
Posts: 31
Own Kudos:
28
 [1]
Given Kudos: 63
Location: India
GMAT 1: 640 Q53 V25
GMAT 1: 640 Q53 V25
Posts: 31
Kudos: 28
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
a3 = (a2)(a1^3)
a3= 2 (a1^3)-----------------------------------eq1

a4= a3(a2^3)= 8 a3

a5= (a4)(a3^3)= (8a3)(a3^3) = 8a3^4---------------------eq2

With this information let's try putting Different values of a3 and check if any of those satisfies eq 2 as well for a5

If a3 = 128
a5 = 8(128^4) does not satisfy any option

If a3= 16
a5 = 8(16^4) does not satisfy any option

if a3 = 8 , a5 = 8(8^4)does not satisfy any option
if a3= -2 , a5 = 8(-2^4) = 128 satisfies the option hence it is the answer
avatar
Nipunh
Joined: 15 Jun 2024
Last visit: 18 Nov 2025
Posts: 168
Own Kudos:
128
 [1]
Given Kudos: 444
Location: India
Concentration: Strategy, Finance
GMAT Focus 1: 635 Q85 V84 DI75
GPA: 3.556
WE:Research (Consulting)
GMAT Focus 1: 635 Q85 V84 DI75
Posts: 168
Kudos: 128
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
we are given a recurrence:
an = (an−1)(an−2)^3 for n > 2
we're also given a2 = 2
we are not directly told a1, so we’ll test the available answer choices for a3 and a5 and work backwards

start by testing a3 options
try a3 = 8
then a3 = (a2)(a1)^3
8 = (2)(a1)^3
so (a1)^3 = 4 → a1 = cube root of 4, which is not an integer → eliminate

try a3 = 16
16 = (2)(a1)^3
(a1)^3 = 8 → a1 = 2
this is valid
so if a1 = 2, a2 = 2, a3 = 16
compute a4 = (a3)(a2)^3 = 16 × 8 = 128
a5 = (a4)(a3)^3 = 128 × (16)^3
16^3 = 4096
a5 = 128 × 4096 = 524288
not among options → eliminate

try a3 = 4
4 = 2 × (a1)^3 → (a1)^3 = 2 → not an integer → eliminate

try a3 = -8
-8 = 2 × (a1)^3 → (a1)^3 = -4 → a1 not integer → eliminate

try a3 = -2
-2 = 2 × (a1)^3 → (a1)^3 = -1 → a1 = -1
possible
a1 = -1, a2 = 2, a3 = -2
a4 = a3 × (a2)^3 = -2 × 8 = -16
a5 = a4 × (a3)^3 = -16 × (−2)^3 = -16 × (−8) = 128
a5 = 128 is in the list

final selections:
a3 = -2
a5 = 128
User avatar
FrontlineCulture
Joined: 18 Apr 2025
Last visit: 15 Oct 2025
Posts: 46
Own Kudos:
Given Kudos: 1
Posts: 46
Kudos: 19
Kudos
Add Kudos
Bookmarks
Bookmark this Post
if a2 = 2
and a2= (a1)(a0) --> 2 is prime, so only factors are 2 and 1, and 2 to the third power = 8, so a1 must equal 2, and a0 must equal 1 to the 3rd power which equals 1.

therefore a3= (a2)(a1)^3 = (2)(2^3) = 16

got lost in the sequence for a5, but 128 seems like logical answer lol.
Bunuel
 


This question was provided by GMAT Club
for the GMAT Club Olympics Competition

Win over $30,000 in prizes such as Courses, Tests, Private Tutoring, and more

 



The infinite sequence of nonzero integers \(a_1\), \(a_2\), \(a_3\), ... is such that \(a_n = (a_{n-1})(a_{n-2})^3\) for \(n > 2\), and \(a_2 = 2\).

Select for \(a_3\) and \(a_5\) the values of \(a_3\) and \(a_5\), respectively, that would be jointly consistent with the given information. Make only two selections, one in each column.
User avatar
LunaticMaestro
Joined: 02 Jul 2023
Last visit: 18 Nov 2025
Posts: 38
Own Kudos:
21
 [1]
Given Kudos: 105
Posts: 38
Kudos: 21
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
a3 = a2 . a1^3 = 2 . (a1 ^ 3)
a4 = a3. a2^3 = 2. (a1^3) . 8 = 16. (a1 ^3)
a5 = a4. a3^3 = 16 (a1 ^3) . [2. a1 ^3]^3 = 16. (a1^3) . 8 . a1^9 = 128. a1^12

so possible ans
a3 = 2; a5= 128
a3 = -2; a5 = 128
... (many more combinations but look at the choices avail and discard)
User avatar
jipandeyji
Joined: 10 Jan 2016
Last visit: 16 Nov 2025
Posts: 27
Own Kudos:
21
 [1]
Given Kudos: 62
Posts: 27
Kudos: 21
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Main trick in this one was to figure out the value of a1 (not given).

By solving a3 = 2 a1^3
And a5= 2^7 a1^12

Now by looking at the options - Only consistent value satisfying bot would be when a1 is -1
Hence a3 = -2 and a5 = 128

Hope this is correct!
User avatar
muuss
Joined: 10 Aug 2024
Last visit: 19 Nov 2025
Posts: 108
Own Kudos:
83
 [1]
Given Kudos: 38
GMAT Focus 1: 615 Q84 V81 DI76
Products:
GMAT Focus 1: 615 Q84 V81 DI76
Posts: 108
Kudos: 83
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
We are given the recurrence relation:
an = an-1 × (an-3)^3 for n > 2, and a2 = 2
Assume a1 = -1 ,Then:
a3 = a2 × (a1)^3 = 2 × (-1)^3 = -2
a4= a3× (a2)^3= (-2) × (2)^3 = -2 × 8 = -16
a5 = a4 × (a3)^3 = (-16) × (-2)^3 = -16 × (-8) = 128
So, a3 = -2 and a5= 128
User avatar
sanjitscorps18
Joined: 26 Jan 2019
Last visit: 19 Nov 2025
Posts: 637
Own Kudos:
624
 [1]
Given Kudos: 128
Location: India
Schools: IMD'26
Products:
Schools: IMD'26
Posts: 637
Kudos: 624
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
 


This question was provided by GMAT Club
for the GMAT Club Olympics Competition

Win over $30,000 in prizes such as Courses, Tests, Private Tutoring, and more

 



The infinite sequence of nonzero integers \(a_1\), \(a_2\), \(a_3\), ... is such that \(a_n = (a_{n-1})(a_{n-2})^3\) for \(n > 2\), and \(a_2 = 2\).

Select for \(a_3\) and \(a_5\) the values of \(a_3\) and \(a_5\), respectively, that would be jointly consistent with the given information. Make only two selections, one in each column.

\(a_2\) = 2
Let \(a_1\) = x

From \(a_3\) onwards we have
\(a_n = (a_{n-1})(a_{n-2})^3\)

=> \(a_3\) = \(a_2\) * \({a_1} ^3\) = 2 * \(x^3\)
=> \(a_4\) = \(a_3\) * \({a_2} ^3\) = 2 * \(x^3\) * \(2^3\) = 16 * \(x^3\)
=> \(a_5\) = \(a_4\) * \({a_3} ^3\) = 16 * \(x^3\) * \(2^3 * {x^3} ^3\) = 128 * \(x^{12}\)

Now considering \(a_5\) = 128 * \(x^{12} \) we know the highest number in the option is 128 hence we start by putting the value of 'x' = 1 or -1

=> \(a_5\) = 128 * \(1^{12} \) = 128

Now put the same value of 'x' in \(a_3\) we get
\(a_3\) = 2 * \(1^3\) = 2
However, 2 is not in the options so x cannot be 1

Now using x = -1 we get
=> \(a_5\) = 128 * \({-1}^{12} \) = 128
Now put the same value of 'x' in \(a_3\) we get
\(a_3\) = 2 * \( {-1} ^3\) = -2
This works

Hence the choices are
\(a_3\) = -2
\(a_5\) = 128
User avatar
WrickR
Joined: 22 Dec 2024
Last visit: 02 Aug 2025
Posts: 37
Own Kudos:
26
 [1]
Given Kudos: 51
Location: India
GPA: 3.7
Posts: 37
Kudos: 26
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Let \(a_1=x\) (non-zero integer)
\(a_2=2\)
\(a_3=a_2\times a_1^3=2x^3\)
\(a_4=a_3\times a_2^3=16x^3\)
\(a_5=a_4\times a_3^3=128x^{12}\)

Now, test values for \(a_3\)and \(a_5\)

For \(a_3=4\),
\(2x^3=4 \implies x^3=2 \to\) non-integer

For \(a_3=8\),
\(2x^3=8 \implies x^3=4 \to\) non-integer

For \(a_3=16\),
\(2x^3=16 \implies x^3=8\implies x=2\)
Then \(a_5=128x^{12} \implies128\times2^{12} \to\) too large, not in choices

For \(a_3=-8\),
\(2x^3=-8 \implies x^3=-4 \to\) no integer

For \(a_3=-2\),
\(2x^3=-2 \implies x^3=-1\implies x=-1\)
Then \(a_5=128x^{12} \implies128\times-1^{12} = 128 \to\)Valid Choices

So, \( a_3=-2\) and \(a_5=128\).
User avatar
ledzep10
Joined: 13 May 2025
Last visit: 19 Nov 2025
Posts: 61
Own Kudos:
27
 [1]
Given Kudos: 45
Products:
Posts: 61
Kudos: 27
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
a3 = (a2) (a1)^3 = 2(a1)^3

a4 = (a3) (a2)^3 = 8(a3)

a5 = a4 * (a3)^3

Subsituting values:

a3 = 2(a1)^3 = 128 => a1 = 4, But a5 having (a3)^3 the value will be too high

a3 = 16 => a5 too large

Considering a possible solution for a3
a3 = -2 => a4 = -16 => a5 = -16 * (-2)^3 = -16 * -8 = 128

Therefore a3 = -2
a5 = 128
User avatar
Rahul_Sharma23
Joined: 05 Aug 2023
Last visit: 12 Nov 2025
Posts: 114
Own Kudos:
Given Kudos: 17
Location: India
GMAT Focus 1: 695 Q87 V83 DI83
GPA: 2.5
Products:
GMAT Focus 1: 695 Q87 V83 DI83
Posts: 114
Kudos: 82
Kudos
Add Kudos
Bookmarks
Bookmark this Post
a2 = 2
a3 = a2*a1^3= 2*a1^3
a4 = a3*a2^3 = 8a3 = 16*a1^3
a5 = a4*a3^3= (16*a1^3)*(2*a1^3)^3= 128*a1^12

maximum posssible value given is 128, therefore a1 can either be 1 or -1

Bunuel
 


This question was provided by GMAT Club
for the GMAT Club Olympics Competition

Win over $30,000 in prizes such as Courses, Tests, Private Tutoring, and more

 



The infinite sequence of nonzero integers \(a_1\), \(a_2\), \(a_3\), ... is such that \(a_n = (a_{n-1})(a_{n-2})^3\) for \(n > 2\), and \(a_2 = 2\).

Select for \(a_3\) and \(a_5\) the values of \(a_3\) and \(a_5\), respectively, that would be jointly consistent with the given information. Make only two selections, one in each column.
User avatar
SSWTtoKellogg
Joined: 06 Mar 2024
Last visit: 19 Nov 2025
Posts: 57
Own Kudos:
35
 [1]
Given Kudos: 14
Location: India
GMAT Focus 1: 595 Q83 V78 DI77
GMAT Focus 2: 645 Q87 V79 DI79
GPA: 8.8
Products:
GMAT Focus 2: 645 Q87 V79 DI79
Posts: 57
Kudos: 35
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
an=(an−1)(an−2)^3
=> a3 = 2*(a1)^3
=> a4 = 2*(a1)^3 * 8
=> a5 = 16*(a1)^3 * 8*(a1)^9

Let's assume, a1 = -1; => a3 = -2 ; a5 = 128.
User avatar
andreagonzalez2k
Joined: 15 Feb 2021
Last visit: 26 Jul 2025
Posts: 308
Own Kudos:
497
 [1]
Given Kudos: 14
Posts: 308
Kudos: 497
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
a3=a2*a1^3
a3=2*a1^3

It is better to choose little numbers for a3 because, as the sequence has a power of 3, the following terms grow quickly.
If a1=-1, then a3=-2

a4 = -2*2^3 = -16
a5 = -16 * (-2)^3 = 128

a3=-2 and a5=128
User avatar
twinkle2311
Joined: 05 Nov 2021
Last visit: 18 Nov 2025
Posts: 150
Own Kudos:
167
 [1]
Given Kudos: 10
Location: India
Concentration: Finance, Real Estate
GPA: 9.041
Posts: 150
Kudos: 167
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Let a1 = k and a2 = 2
Based upon the info,
a3 = a2 * (a1)^3 = 2 * k^3
a4 = a3 * (a2)^3 = (2 * k^3) * 2^3 = 16 * k^3
a5 = a4 * (a3)^3 = (16 * k^3) * (2 * k^3)^3 -> 16 * k^3 * 8 * k^9 = 128 * k^12

We need a3 and a5 and k should be a nonzero integer. Let's try a few values for k
If k = 1
then a3 = 2 * 1^3 = 2 (not in options)
If k = –1
then a3 = 2 * (–1)^3 = –2
and a5 = 128 * (–1)^12 = 128

Answer: a3 = –2 ; a5 = 128
User avatar
DungThuy
Joined: 18 Dec 2024
Last visit: 11 Nov 2025
Posts: 10
Own Kudos:
9
 [1]
Given Kudos: 5
Posts: 10
Kudos: 9
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
 


This question was provided by GMAT Club
for the GMAT Club Olympics Competition

Win over $30,000 in prizes such as Courses, Tests, Private Tutoring, and more

 



The infinite sequence of nonzero integers \(a_1\), \(a_2\), \(a_3\), ... is such that \(a_n = (a_{n-1})(a_{n-2})^3\) for \(n > 2\), and \(a_2 = 2\).

Select for \(a_3\) and \(a_5\) the values of \(a_3\) and \(a_5\), respectively, that would be jointly consistent with the given information. Make only two selections, one in each column.
a5 = a4 * a3^3
a4 = a3 * a2^3 = 8 * a3
=> a5 = 8 * a3^4
So a5 is a very large number compared to a3 and is always positive, so we try the number with the smallest a3 = -2 => a5 = 128
Final answer: a3 = -2; a5 = 128
User avatar
IIIJOHNNYSIII
Joined: 10 Aug 2023
Last visit: 13 Nov 2025
Posts: 85
Own Kudos:
53
 [1]
Given Kudos: 15
Location: India
Posts: 85
Kudos: 53
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Given = \((a_{n−1})*(a_{n−2})^3; a_2 = 2 \)

We are to find \(a_3\) & \( a_5\),
From the relation we have,

\(a_4 = (a_{4-1})*(a_{4-2})^3\)

\(a_4 = (a_3)*(a_2)^3\); Substituting \(a_2 = 2 \) we get,
\(a_4 = 8(a_3)\)

\(a_5 = (a_{5-1})*(a_{5-2})^3\)
\(a_5 = (a_4)*(a_3)^3\)
\(a_5 = 8(a_3)*(a_3)^3\)
\(a_5 = 8(a_3)^4 \);
This gives us an equation which can be used to find the required answers from the selections(Trial and error)

Giving smaller values from the selection to \(a_3\); \(a_3 = -2\), Then as per the equation we have \(a_5 = 8(-2)^4 = 128\) and this is consistent with the selections given.

Therefore, the correct answers are \(a_3 = -2\) & \(a_5 = 128\)


User avatar
Ryga
Joined: 12 Aug 2023
Last visit: 19 Aug 2025
Posts: 68
Own Kudos:
51
 [1]
Given Kudos: 5
Location: India
Concentration: General Management, Leadership
GMAT Focus 1: 695 Q90 V80 DI83
GMAT Focus 1: 695 Q90 V80 DI83
Posts: 68
Kudos: 51
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Since we don't have the value of a1, let it be x

a3 = (a2)*(a1)^3 = (2)*(x)^3
a4 = (a3)*(a2)^3 = (2x^3)*(2)^3 = (16)*(x)^3
a5 = (a4)*(a3)^3 = 128*x^12

a3=2* x^3
a5=128* x^12

Matching with given options for various values of x:
At x = -1
Answers a3 = -2 , a5 = 128
   1   2   3   4   5   6   
Moderators:
Math Expert
105390 posts
496 posts