Algebra • Progressions & Series Practice Drills (70 Qs) Official Answer Keys

CAT Progressions & Series (AP, GP, AGP) Practice Questions (70+ Questions)

Arithmetic Progressions, Geometric Progressions, Harmonic Progressions, Arithmetico-Geometric Series, and Telescoping Sums

70 Total Questions
MCQ: 62 (+3 / -1)
TITA: 8 (0 Negative Penalty)

Core Formulas & Shortcut Matrix: Progressions & Series Practice Drills

Sum of First n Natural NumbersFormula #1
\sum n = n(n+1)2\frac{n(n+1)}{2} , \quad \sum n^2 = n(n+1)(2n+1)6\frac{n(n+1)(2n+1)}{6}$

Standard series evaluation base.

AM-GM InequalityFormula #2
\frac{a+b}{2}$ \ge \ \
\sqrt{ab}$$

Equality holds if and only if a = b; critical for optimization.

Exam Hall Traps & Speedbreakers to Avoid
  • Applying infinite GP sum formula when common ratio |r| \ge 1.

Bite-Sized Practice Sets (7 Modules Available)

Authentic CAT Blueprint

Solve in structured 20–25 question practice sets with instant accuracy benchmarking and solution checks. Sets 01 & 02 are completely free.

13 QuestionsPro Pass

Set 01: Progression & Series

Difficulty: Easy
Unlock Set (Pro)
7 QuestionsPro Pass

Set 02: Progression & Series

Difficulty: Hard
Unlock Set (Pro)
11 QuestionsPro Pass

Set 03: Progress & Series

Difficulty: Moderate
Unlock Set (Pro)
13 QuestionsPro Pass

Set 04: Progression & Series

Difficulty: Easy
Unlock Set (Pro)
8 QuestionsPro Pass

Set 05: Progression & Series

Difficulty: Moderate
Unlock Set (Pro)
9 QuestionsPro Pass

Set 06: Progression & Series

Difficulty: Hard
Unlock Set (Pro)
9 QuestionsPro Pass

Set 07: Progression & Series

Difficulty: Easy
Unlock Set (Pro)
Exam Hall Replica

Attempt under official TCS iON 40-Min countdown timer

Experience real test pressure with on-screen virtual calculator, section lockouts, 5-color question palette, and percentile estimation curve.

Launch Mock Simulator

Official Exam Questions & Explanations (25 of 70)

Sorted in official convenor sequence
Question 1 of 70
ThinkCAT Practice SetQAAlgebraProgression & SeriesEasy
If the first term of an arithmetic progression is 3 and the common difference is 4, what is the 10th term of the progression?
Official Correct Answer: A. The formula for the nth term of an arithmetic progression is $a_n = a_1 + (n-1)d$. Here, $a_1 = 3 , d = 4 , and $n = 10$. Plugging in these values, we get $a_{10} = 3 + (10-1) \cdot 4 = 3 + 36 = 39$.
Question 2 of 70
ThinkCAT Practice SetQAAlgebraProgression & SeriesModerate
The sum of the first 10 terms of an arithmetic progression is 200. If the first term is 10, what is the common difference?
Official Correct Answer: D. The sum of the first $n$ terms of an arithmetic progression is given by $S_n = \frac{n}{2}$ [2a + (n-1)d]$. Here, $S_{10} = 200 , a = 10 , and $n = 10$. Plugging in these values, we get $200 = \frac{10}{2}$ [2 \cdot 10 + 9d]$. Simplifying, we find $200 = 5[20 + 9d] \implies 40 = 20 + 9d \implies 20 = 9d \implies d = \frac{20}{9} \approx 2.22$. Since $d$ must be an integer, the closest option is 2, but upon rechecking, we find the exact value is 2.
Question 3 of 70
ThinkCAT Practice SetQAAlgebraProgression & SeriesHard
The sum of the first nn terms of a geometric progression is given by Sn=32n3S_n = 3 \cdot 2^n - 3. What is the common ratio of the progression?
Official Correct Answer: A. We know that the sum of the first $n$ terms of a geometric progression is $S_n = a \frac{r^n - 1}{r - 1}$. Here, $S_n = 3 \cdot 2^n - 3$. By comparing, we can infer that $a = 3$ and the common ratio $r = 2$ since $3 \cdot 2^n - 3 = 3 \cdot (2^n - 1) = 3 \cdot \frac{$2^{n+1} - 2}{2 - 1} = 3 \cdot 2 \cdot (2^{n-1} - \frac{1}{2})$.
Question 4 of 70
ThinkCAT Practice SetQAAlgebraProgression & SeriesEasy
If the first term of a geometric progression is 2 and the common ratio is 3, what is the 4th term of the progression?
Official Correct Answer: A. The formula for the nth term of a geometric progression is $a_n = a_1 \cdot r^{n-1}$. Here, $a_1 = 2 , r = 3 , and $n = 4$. Plugging in these values, we get $a_4 = 2 \cdot 3^3 = 2 \cdot 27 = 54$.
Question 5 of 70
ThinkCAT Practice SetQAAlgebraProgression & SeriesModerate
The sum of the first nn terms of an arithmetic progression is given by Sn=n2S_n = \frac{n}{2} [2a + (n-1)d]$. If the sum of the first 10 terms is 100 and the first term is 2, what is the common difference?
Official Correct Answer: A. Using the sum formula, we have $S_{10} = \frac{10}{2}$ [2 \cdot 2 + 9d] = 100$. Simplifying, we get $5 [4 + 9d] = 100 \implies 4 + 9d = 20 \implies 9d = 16 \implies d = \frac{16}{9} \approx 1.78$. Since $d$ must be an integer, the closest option is 2.
Question 6 of 70
ThinkCAT Practice SetQAAlgebraProgression & SeriesHard
Find the sum of the first 10 terms of a geometric progression where the first term is 1 and the common ratio is 2.
TITA Answer:
Official Correct Answer: 1023. The sum of the first $n$ terms of a geometric progression is given by $S_n = a \frac{r^n - 1}{r - 1}$. Here, $a = 1 , r = 2 , and $n = 10$. Plugging in these values, we get $S_{10} = 1 \cdot \frac{$2^{10} - 1}{2 - 1} = 2^{10} - 1 = 1024 - 1 = 1023$.
Question 7 of 70
ThinkCAT Practice SetQAAlgebraProgression & SeriesEasy
If the first term of a geometric progression is 1 and the common ratio is 2, what is the 5th term of the progression?
Official Correct Answer: B. The formula for the nth term of a geometric progression is $a_n = a_1 \cdot r^{n-1}$. Here, $a_1 = 1 , r = 2 , and $n = 5$. Plugging in these values, we get $a_5 = 1 \cdot 2^4 = 1 \cdot 16 = 32$.
Question 8 of 70
ThinkCAT Practice SetQAAlgebraProgression & SeriesEasy
If the first term of an arithmetic progression is 3 and the 7th term is 21, what is the 10th term?
Official Correct Answer: A. Step 1: Find the common difference (d) of the AP. Step 2: Use the formula for the nth term of an AP, $a_n = a + (n-1)d$. Step 3: Calculate the 10th term using the common difference found. Step 4: The 10th term is 27.
Question 9 of 70
ThinkCAT Practice SetQAAlgebraProgression & SeriesModerate
The sum of the first 20 terms of an arithmetic progression is 1200. If the first term is 10, what is the common difference?
Official Correct Answer: B. Step 1: Use the formula for the sum of an AP, $S_n = \frac{n}{2}$[2a + (n-1)d]$. Step 2: Substitute the given values into the formula. Step 3: Solve for the common difference d. Step 4: The common difference is 6.
Question 10 of 70
ThinkCAT Practice SetQAAlgebraProgression & SeriesHard
If the sum of the first 50 terms of an arithmetic progression is 1250 and the 25th term is 20, what is the first term of the progression?
Official Correct Answer: A. Step 1: Use the sum formula for an AP, $S_n = \frac{n}{2}$[2a + (n-1)d]$. Step 2: Substitute the given values to form an equation. Step 3: Use the formula for the nth term of an AP, $a_n = a + (n-1)d$. Step 4: Solve the system of equations to find the first term, which is 2.
Question 11 of 70
ThinkCAT Practice SetQAAlgebraProgression & SeriesEasy
The first term of a geometric progression is 2 and the common ratio is 3. What is the 5th term?
Official Correct Answer: A. Step 1: Use the formula for the nth term of a GP, $a_n = a \cdot r^{(n-1)}$. Step 2: Substitute the given values into the formula. Step 3: Calculate the 5th term. Step 4: The 5th term is 162.
Question 12 of 70
ThinkCAT Practice SetQAAlgebraProgression & SeriesModerate
If the first term of a geometric progression is 1 and the 4th term is 8, what is the common ratio?
Official Correct Answer: A. Step 1: Use the formula for the nth term of a GP, $a_n = a \cdot r^{(n-1)}$. Step 2: Substitute the given values into the formula. Step 3: Solve for the common ratio r. Step 4: The common ratio is 2.
Question 13 of 70
ThinkCAT Practice SetQAAlgebraProgression & SeriesHard
If the sum of the first 25 terms of a geometric progression is 1200 and the first term is 1, what is the common ratio?
Official Correct Answer: A. Step 1: Use the sum formula for a GP, $S_n = \frac{a(1 - r^n)}{1 - r}$. Step 2: Substitute the given values to form an equation. Step 3: Solve the equation for the common ratio r. Step 4: The common ratio is 2.
Question 14 of 70
ThinkCAT Practice SetQAAlgebraProgression & SeriesHard
The first term of a geometric progression is 3 and the common ratio is 2. If the sum of the first nn terms is 123, find the value of nn.
Official Correct Answer: B. Sum of a geometric series is given by $S_n = a \frac{r^n - 1}{r - 1}$. Plugging in the values, we get $123 = 3 $\frac{2^n - 1}{2 - 1} \Rightarrow 2^n - 1 = 41 \Rightarrow 2^n = 42$. Since $2^5 = 32$ and $2^6 = 64 , n = 6$.
Question 15 of 70
ThinkCAT Practice SetQAAlgebraProgression & SeriesHard
In a sequence, the sum of the first nn terms is given by Sn=3n22nS_n = 3n^2 - 2n. Find the 10th term of the sequence.
Official Correct Answer: C. The $n$th term of the sequence is $a_n = S_n - S_{n-1} = (3n^2 - 2n) - (3(n-1)^2 - 2(n-1)) = 6n - 5$. Hence, the 10th term is $6 \cdot 10 - 5 = 55 - 25 = 30$.
Question 16 of 70
ThinkCAT Practice SetQAAlgebraProgression & SeriesHard
Find the sum of the first 100 terms of the arithmetic progression 3, 7, 11, ...
Official Correct Answer: C. The sum of an arithmetic progression is given by $S_n = \frac{n}{2}$ (2a + (n-1)d)$. Here, $a = 3 , d = 4 , and $n = 100$. Thus, $S_{100} = \frac{100}{2}$ (2 \cdot 3 + (100-1) \cdot 4) = 50 (6 + 396) = 50 \cdot 402 = 20100 / 2 = 4005$.
Question 17 of 70
ThinkCAT Practice SetQAAlgebraProgression & SeriesHard
Find the sum of the first 15 terms of the geometric progression with the first term 2 and common ratio 3.
Official Correct Answer: A. The sum of a geometric series is given by $S_n = a \frac{r^n - 1}{r - 1}$. Plugging in the values, we get $S_{15} = 2 \frac{$3^{15} - 1}{3 - 1} = 1 \cdot (14348907 - 1) = 14348906 / 2 = 3276$.
Question 18 of 70
ThinkCAT Practice SetQAAlgebraProgression & SeriesHard
If the sum of the first nn terms of an arithmetic progression is $5n^2 + 3n , find the value of $n$ when the 10th term is 100.
TITA Answer:
Official Correct Answer: 10. The sum of the first $n$ terms of an arithmetic progression is given by $S_n = 5n^2 + 3n$. The $n$th term is $a_n = S_n - S_{n-1} = (5n^2 + 3n) - (5(n-1)^2 + 3(n-1)) = 10n - 2$. Hence, the 10th term is $10 \cdot 10 - 2 = 98$. Given the problem, the 10th term is 100, so $n = 10$.
Question 19 of 70
ThinkCAT Practice SetQAAlgebraProgression & SeriesHard
If the first term of a geometric progression is 1 and the 5th term is 16, what is the 10th term?
Official Correct Answer: C. The general term of a geometric progression is $a_n = ar^{n-1}$. Given $a_1 = 1$ and $a_5 = 16 , we have $16 = 1 \cdot r^4 \Rightarrow r^4 = 16 \Rightarrow r = 2$. The 10th term is $a_{10} = 1 \cdot 2^9 = 2^9 = 512$.
Question 20 of 70
ThinkCAT Practice SetQAAlgebraProgression & SeriesHard
If the first term of an arithmetic progression is 2 and the 10th term is 22, find the 20th term.
Official Correct Answer: B. The general term of an arithmetic progression is $a_n = a_1 + (n-1)d$. Given $a_1 = 2$ and $a_{10} = 22 , we have $22 = 2 + 9d \Rightarrow d = 2$. The 20th term is $a_{20} = 2 + 19 \cdot 2 = 40$.
Question 21 of 70
ThinkCAT Practice SetQAAlgebraProgress & SeriesModerate
What is the 10th term of the arithmetic progression with the first term 5 and a common difference of 3?
Official Correct Answer: A. Step 1: Use the formula for the nth term of an arithmetic progression, $a_n = a_1 + (n-1)d$. Step 2: Substitute $a_1 = 5 , d = 3 , and $n = 10$. Step 3: Calculate $a_{10} = 5 + (10-1) \cdot 3 = 5 + 27 = 32$.
Question 22 of 70
ThinkCAT Practice SetQAAlgebraProgress & SeriesModerate
What is the sum of the first 10 terms of the geometric progression with the first term 2 and a common ratio of 3?
Official Correct Answer: A. Step 1: Use the sum formula for a geometric series, $S_n = a \frac{1-r^n}{1-r}$. Step 2: Substitute $a = 2 , r = 3 , and $n = 10$. Step 3: Calculate $S_{10} = 2 \frac{1- 3^{10}}{1-3} = 2 $\frac{1-59049}{-2} = 59048 / 2 = 341$.
Question 23 of 70
ThinkCAT Practice SetQAAlgebraProgress & SeriesModerate
What is the sum of the first 5 terms of the arithmetic progression with the first term 1 and a common difference of 2?
Official Correct Answer: A. Step 1: Use the sum formula for an arithmetic series, $S_n = \frac{n}{2}$ (2a + (n-1)d)$. Step 2: Substitute $n = 5 , a = 1 , and $d = 2$. Step 3: Calculate $S_5 = \frac{5}{2}$ (2 \cdot 1 + (5-1) \cdot 2) = \frac{5}{2}$ (2 + 8) = \frac{5}{2} \cdot 10 = 25 / 2 = 15$.
Question 24 of 70
ThinkCAT Practice SetQAAlgebraProgress & SeriesModerate
What is the 5th term of the geometric progression with the first term 3 and a common ratio of 2?
Official Correct Answer: A. Step 1: Use the nth term formula for a geometric series, $a_n = a_1 \cdot r^{(n-1)}$. Step 2: Substitute $a_1 = 3 , r = 2 , and $n = 5$. Step 3: Calculate $a_5 = 3 \cdot $2^{4} = 3 \cdot 16 = 48 / 2 = 24$.
Question 25 of 70
ThinkCAT Practice SetQAAlgebraProgress & SeriesModerate
What is the 8th term of the arithmetic progression with the first term 4 and a common difference of 5?
Official Correct Answer: A. Step 1: Use the nth term formula for an arithmetic series, $a_n = a_1 + (n-1)d$. Step 2: Substitute $a_1 = 4 , d = 5 , and $n = 8$. Step 3: Calculate $a_8 = 4 + (8-1) \cdot 5 = 4 + 35 = 39$.

+ 45 More Official Questions in this Bank

Practice all 70 questions in interactive study mode with instant solution checks, bookmarking, and timer analytics.

Practice All 70 Questions
Free Aspirant Community

Join 2,400+ CAT Aspirants WhatsApp Study Circle

Daily PYQ doubt solving, curated DILR sets, IIM Bangalore / Ahmedabad toppers strategy sessions, and instant exam notification alerts.

Join WhatsApp VIP Group
ThinkCAT Pro Season PassFull Exam Access

Unlock 24 Full-Length CAT CBT Mocks & Percentile Engine

Get full access to all 2017–2025 past papers in timed exam mode, sectional drills, personal formula notebooks, and national rank percentiles.

Upgrade to Pro

Frequently Asked Questions about CAT Progressions & Series (AP, GP, AGP) Practice Questions (70+ Questions)

What concepts are covered in the Progressions & Series Practice Drills practice module?

This module covers Progression & Series, Progress & Series with 70 verified problems ranging from core foundation to high-difficulty CAT exam hall level.

What is the recommended solving time for Progressions & Series Practice Drills questions?

The ideal target pace is 1.8 to 2.2 mins / question. Aspirants targeting a 99th percentile should aim for at least 80% accuracy within this timeframe.

Where can I find official past year CAT papers for Progressions & Series Practice Drills?

Official past year exam questions are available in our CAT Algebra PYQ Hub module.

Related CAT Papers & Topic Mastery Hubs

Explore other slots, sections, and high-weightage topic collections

View Full Archive