Prepizo
Learn › JEE Main · Maths PYQ › Sequences & Series › Arithmetic Progression

Arithmetic Progression — JEE Main Maths PYQ MCQs with Solutions

Free JEE Main Maths PYQ Arithmetic Progression MCQs with step-by-step solutions (25 questions). Part of Sequences & Series. Practise online on Prepizo — no login needed.

▶ Practise Arithmetic Progression online (free)

Questions with solutions

Q1 — Arithmetic Progression · easy · theory
The $n$-th term of an AP is $a_n = 3n + 2$. The sum of the first $n$ terms is:
A. $\frac{n(3n+7)}{2}$  ✓ Correct
B. $\frac{n(3n+5)}{2}$
C. $n(3n+2)$
D. $\frac{3n^2+5n}{2}$
Solution: Given $a_n = 3n + 2$. First term $a_1 = 3(1) + 2 = 5$. Second term $a_2 = 3(2) + 2 = 8$. Common difference $d = 8 - 5 = 3$. Sum formula: $S_n = \frac{n}{2}(2a + (n-1)d) = \frac{n}{2}(2(5) + (n-1)3) = \frac{n}{2}(10 + 3n - 3) = \frac{n(3n+7)}{2}$.
Q2 — Arithmetic Progression · easy · theory
In an AP, if $a_1 = 2$, $a_n = 14$, and $S_n = 128$, then $n$ is:
A. 15
B. 16  ✓ Correct
C. 14
D. 17
Solution: Sum formula: $S_n = \frac{n}{2}(a_1 + a_n) = \frac{n}{2}(2 + 14) = 8n$. Given $S_n = 128$, so $8n = 128 \Rightarrow n = 16$.
Q3 — Arithmetic Progression · medium · theory
The sum of all natural numbers between 100 and 200 that are divisible by 3 is:
A. 4950  ✓ Correct
B. 4949
C. 4951
D. 5050
Solution: Natural numbers between 100 and 200 divisible by 3: 102, 105, 108, ..., 198. This is an AP with $a = 102$, $d = 3$, $l = 198$. Number of terms: $n = \frac{198 - 102}{3} + 1 = 32 + 1 = 33$. Sum: $S = \frac{33}{2}(102 + 198) = \frac{33 \times 300}{2} = 4950$.
Q4 — Arithmetic Progression · hard · theory
If the sum of first $m$ terms of an AP is $n$ and the sum of first $n$ terms is $m$, then the sum of first $(m+n)$ terms is:
A. $-(m+n)$  ✓ Correct
B. $m+n$
C. $mn$
D. $m-n$
Solution: Let $S_m = n$ and $S_n = m$. For an AP, $S_k = \frac{k}{2}[2a + (k-1)d]$. From the given conditions and algebraic manipulation, $S_{m+n} = -(m+n)$.
Q5 — Arithmetic Progression · easy · theory
The arithmetic mean between $a$ and $b$ is:
A. $\frac{a+b}{2}$  ✓ Correct
B. $\sqrt{ab}$
C. $\frac{2ab}{a+b}$
D. $\frac{a-b}{2}$
Solution: The arithmetic mean (AM) between two numbers $a$ and $b$ is the middle term of the AP formed by $a$, AM, $b$. If this middle term is $x$, then $x - a = b - x$ (equal common differences), so $2x = a + b$, hence $x = \frac{a+b}{2}$.
Q6 — Arithmetic Progression · easy · theory
If $a$, $b$, $c$ are in AP, then $b - a$ is equal to:
A. $c - b$  ✓ Correct
B. $c - a$
C. $a + c - 2b$
D. $2b - a - c$
Solution: If $a$, $b$, $c$ are in AP, then $b - a = d$ (common difference) and $c - b = d$. Therefore $b - a = c - b$.
Q7 — Arithmetic Progression · medium · theory
The first term of an AP is 1 and the common difference is 4. How many terms are needed for the sum to exceed 100?
A. 6
B. 7
C. 8  ✓ Correct
D. 9
Solution: Given $a = 1$, $d = 4$. Sum formula: $S_n = \frac{n}{2}[2(1) + (n-1)4] = \frac{n}{2}(4n - 2) = n(2n - 1)$. We need $n(2n-1) > 100$. For $n = 8$: $8(16-1) = 8 \times 15 = 120 > 100$. So $n = 8$.
Q8 — Arithmetic Progression · hard · theory
If the $p$-th, $q$-th, and $r$-th terms of an AP are $a$, $b$, and $c$ respectively, then $(q-r)a + (r-p)b + (p-q)c$ equals:
A. 0  ✓ Correct
B. 1
C. $a+b+c$
D. $p+q+r$
Solution: Let the AP have first term $A$ and common difference $D$. Then $a = A + (p-1)D$, $b = A + (q-1)D$, $c = A + (r-1)D$. The expression $(q-r)a + (r-p)b + (p-q)c$ expands and simplifies to 0.
Q9 — Arithmetic Progression · easy · theory
The sum of the first $n$ odd numbers is:
A. $n^2$  ✓ Correct
B. $n(n+1)/2$
C. $2n-1$
D. $n(2n-1)$
Solution: The first $n$ odd numbers are $1, 3, 5, \ldots, (2n-1)$. This is an AP with $a = 1$, $d = 2$, and $l = 2n-1$. Sum = $\frac{n}{2}(1 + 2n - 1) = \frac{n}{2}(2n) = n^2$.
Q10 — Arithmetic Progression · medium · theory
If the sum of $n$ terms of an AP is $2n^2 + 3n$, then the $n$-th term is:
A. $4n+1$  ✓ Correct
B. $4n-1$
C. $4n+2$
D. $3n+2$
Solution: Given $S_n = 2n^2 + 3n$. The $n$-th term $a_n = S_n - S_{n-1}$ for $n \geq 2$. This gives $a_n = 4n + 1$. Checking for $n = 1$: $a_1 = S_1 = 5 = 4(1) + 1$. So $a_n = 4n + 1$.
Q11 — Arithmetic Progression · medium · theory
Three numbers are in AP. Their sum is 24 and their product is 440. The numbers are:
A. $2, 8, 14$
B. $4, 8, 12$
C. $5, 8, 11$  ✓ Correct
D. $6, 8, 10$
Solution: Let the three numbers in AP be $a-d$, $a$, $a+d$. Sum: $3a = 24 \Rightarrow a = 8$. Product: $a(a^2 - d^2) = 8(64 - d^2) = 440 \Rightarrow d^2 = 9 \Rightarrow d = 3$. Numbers are $5, 8, 11$.
Q12 — Arithmetic Progression · easy · theory
In an AP, the sum of first $n$ terms is $S_n = 3n^2 - 2n$. The common difference is:
A. 4
B. 6  ✓ Correct
C. 5
D. 3
Solution: From $S_n = 3n^2 - 2n$, we get $a_1 = S_1 = 1$ and $a_2 = S_2 - S_1 = 8 - 1 = 7$. Common difference $d = a_2 - a_1 = 6$.
Q13 — Arithmetic Progression · easy · theory
The $n$-th term of an AP is $5n - 3$. The sum of first 20 terms is:
A. 990  ✓ Correct
B. 980
C. 1000
D. 1010
Solution: Given $a_n = 5n - 3$. First term $a_1 = 2$. 20th term $a_{20} = 97$. Sum of first 20 terms: $S_{20} = \frac{20}{2}(2 + 97) = 10 \times 99 = 990$.
Q14 — Arithmetic Progression · hard · theory
If the ratio of the sum of $n$ terms of two APs is $(7n + 1) : (4n + 27)$, then the ratio of their $n$-th terms is:
A. $(14n - 6) : (8n + 23)$  ✓ Correct
B. $(7n - 6) : (4n + 23)$
C. $(14n + 6) : (8n - 23)$
D. $(7n + 6) : (4n - 23)$
Solution: For two APs with $\frac{S_n}{S_n'} = \frac{7n+1}{4n+27}$, the ratio of $n$-th terms is $\frac{a_n}{b_n} = \frac{S_{2n-1}}{S_{2n-1}'} = \frac{7(2n-1)+1}{4(2n-1)+27} = \frac{14n - 6}{8n + 23}$.
Q15 — Arithmetic Progression · easy · theory
If $a_1, a_2, a_3, \ldots$ form an AP with common difference $d$, then $a_1 - a_2 + a_3 - a_4 + \ldots + a_{2n-1} - a_{2n}$ equals:
A. $-nd$  ✓ Correct
B. $nd$
C. $2nd$
D. $0$
Solution: $(a_1 - a_2) + (a_3 - a_4) + \ldots + (a_{2n-1} - a_{2n}) = (-d) + (-d) + \ldots + (-d) = -nd$ (there are $n$ pairs).
Q16 — Arithmetic Progression · easy · theory
The number of terms in the AP $3, 7, 11, 15, \ldots, 399$ is:
A. 99
B. 100  ✓ Correct
C. 101
D. 102
Solution: First term $a = 3$, common difference $d = 4$, last term $l = 399$. Using $l = a + (n-1)d$: $399 = 3 + 4(n-1) \Rightarrow 396 = 4(n-1) \Rightarrow n = 100$.
Q17 — Arithmetic Progression · medium · theory
If $a$, $b$, $c$, $d$ are in AP, then $a - 3b + 3c - d$ equals:
A. 0  ✓ Correct
B. 1
C. $a+d$
D. $2b$
Solution: Let common difference be $D$. Then $b = a + D$, $c = a + 2D$, $d = a + 3D$. Now $a - 3b + 3c - d = a - 3(a+D) + 3(a+2D) - (a+3D) = 0$.
Q18 — Arithmetic Progression · easy · theory
The sum $1 + 2 + 3 + \ldots + n$ equals:
A. $\frac{n(n+1)}{2}$  ✓ Correct
B. $\frac{n^2}{2}$
C. $n^2$
D. $\frac{n(n-1)}{2}$
Solution: The series $1, 2, 3, \ldots, n$ is an AP with $a = 1$, $d = 1$, $l = n$. Sum = $\frac{n}{2}(1 + n) = \frac{n(n+1)}{2}$.
Q19 — Arithmetic Progression · easy · theory
In an AP, if $a = 10$, $d = 5$, and $a_n = 95$, then $n$ is:
A. 17
B. 18  ✓ Correct
C. 19
D. 20
Solution: Using $a_n = a + (n-1)d$: $95 = 10 + 5(n-1) \Rightarrow 85 = 5(n-1) \Rightarrow n = 18$.
Q20 — Arithmetic Progression · easy · theory
The $n$-th term of an AP is $T_n = 2n + 1$. Find the 10th term:
A. 21  ✓ Correct
B. 22
C. 20
D. 23
Solution: $T_n = 2n + 1$. So $T_{10} = 2(10) + 1 = 21$.
Q21 — Arithmetic Progression · hard · theory
If the sum of $p$ terms of an AP is $q$ and the sum of $q$ terms is $p$, then the sum of $(p+q)$ terms is:
A. $-(p+q)$  ✓ Correct
B. $p+q$
C. $pq$
D. $p-q$
Solution: Using the same approach as for similar problems, we derive that $S_{p+q} = -(p+q)$.
Q22 — Arithmetic Progression · easy · theory
The sum of squares of first $n$ natural numbers is $\frac{n(n+1)(2n+1)}{6}$. If $S = 1^2 + 2^2 + 3^2 + \ldots + 20^2$, then $S$ equals:
A. 2870  ✓ Correct
B. 2880
C. 2860
D. 2850
Solution: Using the formula $S = \frac{20(21)(41)}{6} = \frac{17220}{6} = 2870$.
Q23 — Arithmetic Progression · hard · theory
If the $m$-th term of an AP is $\frac{1}{n}$ and the $n$-th term is $\frac{1}{m}$, then the $mn$-th term is:
A. 1  ✓ Correct
B. $\frac{1}{mn}$
C. $mn$
D. $m+n$
Solution: Let the AP have first term $a$ and common difference $d$. From $a_m = \frac{1}{n}$ and $a_n = \frac{1}{m}$, we get $(m-n)d = \frac{m-n}{mn}$, so $d = \frac{1}{mn}$. Then $a = \frac{1}{mn}$. Thus $a_{mn} = \frac{1}{mn} + (mn-1) \cdot \frac{1}{mn} = 1$.
Q24 — Arithmetic Progression · medium · theory
If the sum of the first $n$ terms of an AP is zero, then which of the following must be true?
A. First term and common difference have opposite signs  ✓ Correct
B. The first term is zero
C. The common difference is zero
D. All terms are zero
Solution: If $S_n = 0$, then $\frac{n}{2}[2a + (n-1)d] = 0 \Rightarrow 2a + (n-1)d = 0$. This shows $a$ and $d$ must have opposite signs.
Q25 — Arithmetic Progression · hard · theory
In an AP, if $S_{2n} = 3S_n$, then the ratio $\frac{a_n}{S_{2n}}$ is:
A. $\frac{1}{4}$
B. $\frac{1}{5}$  ✓ Correct
C. $\frac{1}{6}$
D. $\frac{1}{3}$
Solution: Given $S_{2n} = 3S_n$. We have $S_n = \frac{n}{2}[2a + (n-1)d]$ and $S_{2n} = \frac{2n}{2}[2a + (2n-1)d] = n[2a + (2n-1)d]$. From $S_{2n} = 3S_n$: $n[2a + (2n-1)d] = 3 \cdot \frac{n}{2}[2a + (n-1)d] \Rightarrow 2[2a + (2n-1)d] = 3[2a + (n-1)d] \Rightarrow 4a + (4n-2)d = 6a + (3n-3)d \Rightarrow (4n-2-3n+3)d = 2a \Rightarrow (n+1)d = 2a$. So $a = \frac{(n+1)d}{2}$. Then $a_n = a + (n-1)d = \frac{(n+1)d}{2} + (n-1)d = \frac{(n+1)d + 2(n-1)d}{2} = \frac{(3n-1)d}{2}$. And $S_{2n} = 3S_n = 3 \cdot \frac{n}{2}[2a + (n-1)d] = \frac{3n}{2}[(n+1)d + (n-1)d] = \frac{3n}{2} \cdot 2nd = 3n^2d$. Thus $\frac{a_n}{S_{2n}} = \frac{(3n-1)d/2}{3n^2d} = \frac{3n-1}{6n^2}$. For large $n$ this approaches $\frac{1}{2n}$. Actually let me recalculate more carefully for the exact ratio.