A English

Arithmetic progression Questions in English

Class 11 Mathematics · Sequences and Series · Arithmetic progression

402+

Questions

English

Language

100%

With Solutions

Showing 50 of 402 questions in English

101
MediumMCQ
If $a, b, c$ are in Arithmetic Progression,then $\frac{1}{\sqrt{b} + \sqrt{c}}, \frac{1}{\sqrt{c} + \sqrt{a}}, \frac{1}{\sqrt{a} + \sqrt{b}}$ are in:
A
Arithmetic Progression
B
Geometric Progression
C
Harmonic Progression
D
None of these

Solution

(A) Given that $a, b, c$ are in Arithmetic Progression,we have $2b = a + c$.
Consider the terms $x = \frac{1}{\sqrt{b} + \sqrt{c}}$,$y = \frac{1}{\sqrt{c} + \sqrt{a}}$,and $z = \frac{1}{\sqrt{a} + \sqrt{b}}$.
Rationalizing the denominators:
$x = \frac{\sqrt{c} - \sqrt{b}}{c - b}$,$y = \frac{\sqrt{a} - \sqrt{c}}{a - c}$,$z = \frac{\sqrt{b} - \sqrt{a}}{b - a}$.
Since $a, b, c$ are in $A$.$P$.,let $c - b = b - a = d$. Then $a - c = -2d$.
$x = \frac{\sqrt{c} - \sqrt{b}}{d}$,$y = \frac{\sqrt{a} - \sqrt{c}}{-2d}$,$z = \frac{\sqrt{b} - \sqrt{a}}{d}$.
For these to be in $A$.$P$.,$2y = x + z$ must hold.
$x + z = \frac{\sqrt{c} - \sqrt{b} + \sqrt{b} - \sqrt{a}}{d} = \frac{\sqrt{c} - \sqrt{a}}{d}$.
$2y = 2 \times \frac{\sqrt{a} - \sqrt{c}}{-2d} = \frac{\sqrt{c} - \sqrt{a}}{d}$.
Since $2y = x + z$,the terms are in Arithmetic Progression.
102
EasyMCQ
If the sum of $n$ terms of an arithmetic progression is $2n^2 + 5n$,then its $n^{th}$ term is.........
A
$4n + 3$
B
$4n + 5$
C
$4n + 6$
D
$4n + 7$

Solution

(A) Given the sum of $n$ terms $S_n = 2n^2 + 5n$.
The $n^{th}$ term $t_n$ is given by the formula $t_n = S_n - S_{n-1}$.
Substituting the values:
$t_n = (2n^2 + 5n) - [2(n-1)^2 + 5(n-1)]$
$t_n = (2n^2 + 5n) - [2(n^2 - 2n + 1) + 5n - 5]$
$t_n = (2n^2 + 5n) - [2n^2 - 4n + 2 + 5n - 5]$
$t_n = (2n^2 + 5n) - [2n^2 + n - 3]$
$t_n = 2n^2 + 5n - 2n^2 - n + 3$
$t_n = 4n + 3$.
103
EasyMCQ
The sum of the series $1 + 3 + 5 + 7 + \dots$ up to $n$ terms is equal to:
A
$(n + 1)^2$
B
$(2n)^2$
C
$n^2$
D
$(n - 1)^2$

Solution

(C) The given series is an arithmetic progression with the first term $a = 1$ and the common difference $d = 3 - 1 = 2$.
The sum of the first $n$ terms of an arithmetic progression is given by the formula $S_n = \frac{n}{2}[2a + (n - 1)d]$.
Substituting the values $a = 1$ and $d = 2$ into the formula:
$S_n = \frac{n}{2}[2(1) + (n - 1)2]$
$S_n = \frac{n}{2}[2 + 2n - 2]$
$S_n = \frac{n}{2}[2n]$
$S_n = n^2$.
104
MediumMCQ
Statement-$I$: If the sum of $n$ terms of a sequence is $6n^2 + 3n + 1$,then it is an Arithmetic Progression $(AP)$.
Statement-$II$: The sum of $n$ terms of an Arithmetic Progression is always in the form $an^2 + bn$.
A
Statement-$I$ is true. Statement-$II$ is true. Statement-$I$ is the correct explanation of Statement-$II$.
B
Statement-$I$ is true. Statement-$II$ is true. Statement-$II$ is not the correct explanation of Statement-$I$.
C
Statement-$I$ is true. Statement-$II$ is false.
D
Statement-$I$ is false. Statement-$II$ is true.

Solution

(D) For a sequence to be an $AP$,the sum of $n$ terms $S_n$ must be of the form $An^2 + Bn$.
In Statement-$I$,$S_n = 6n^2 + 3n + 1$. Since there is a constant term $(1)$,this cannot be an $AP$. Thus,Statement-$I$ is false.
In Statement-$II$,the sum of $n$ terms of an $AP$ with first term $a$ and common difference $d$ is given by $S_n = \frac{n}{2}[2a + (n-1)d] = \frac{d}{2}n^2 + (a - \frac{d}{2})n$. This is clearly of the form $an^2 + bn$. Thus,Statement-$II$ is true.
Therefore,Statement-$I$ is false and Statement-$II$ is true.
105
EasyMCQ
If twice the $11^{th}$ term of an Arithmetic Progression is equal to seven times its $21^{st}$ term,then its $25^{th}$ term is .......
A
$24$
B
$120$
C
$0$
D
$12$

Solution

(C) Given the formula for the $n^{th}$ term of an Arithmetic Progression: $t_n = a + (n - 1)d$.
For the $11^{th}$ term: $t_{11} = a + 10d$.
For the $21^{st}$ term: $t_{21} = a + 20d$.
According to the problem: $2t_{11} = 7t_{21}$.
$2(a + 10d) = 7(a + 20d)$.
$2a + 20d = 7a + 140d$.
$5a + 120d = 0$.
Dividing by $5$: $a + 24d = 0$.
Now,the $25^{th}$ term is $t_{25} = a + (25 - 1)d = a + 24d$.
Since $a + 24d = 0$,therefore $t_{25} = 0$.
106
EasyMCQ
If the first term and the last term of an arithmetic progression are $a$ and $\ell$ respectively,and the sum of all its terms is $S$,then what is its common difference $d$?
A
$\frac{\ell^2 - a^2}{2S - \ell - a}$
B
$\frac{\ell^2 - a^2}{2S + \ell + a}$
C
$\frac{\ell^2 + a^2}{2S - \ell - a}$
D
None of these

Solution

(D) Let the number of terms be $n$. The sum of an arithmetic progression is given by $S = \frac{n}{2}(a + \ell)$.
From this,we can find $n = \frac{2S}{a + \ell}$.
We also know the formula for the last term: $\ell = a + (n - 1)d$.
Rearranging for $d$,we get $d = \frac{\ell - a}{n - 1}$.
Substitute $n = \frac{2S}{a + \ell}$ into the equation for $d$:
$d = \frac{\ell - a}{\frac{2S}{a + \ell} - 1} = \frac{\ell - a}{\frac{2S - (a + \ell)}{a + \ell}} = \frac{(\ell - a)(a + \ell)}{2S - a - \ell}$.
Using the identity $(x - y)(x + y) = x^2 - y^2$,we get $d = \frac{\ell^2 - a^2}{2S - a - \ell}$.
Comparing this with the given options,none of the provided expressions match the derived result.
107
EasyMCQ
Which term of the sequence $5, 8, 11, 14, \dots$ is $320$?
A
$106$
B
$105$
C
$107$
D
$104$

Solution

(A) The given sequence is an Arithmetic Progression $(AP)$ where the first term $a = 5$ and the common difference $d = 8 - 5 = 3$.
We need to find the term $n$ such that $a_n = 320$.
The formula for the $n^{th}$ term of an $AP$ is $a_n = a + (n - 1)d$.
Substituting the values: $320 = 5 + (n - 1)3$.
$320 - 5 = (n - 1)3$.
$315 = (n - 1)3$.
$n - 1 = \frac{315}{3} = 105$.
$n = 105 + 1 = 106$.
Therefore,the $106^{th}$ term of the sequence is $320$.
108
MediumMCQ
If the sum of three numbers in an arithmetic progression is $33$ and their product is $792$,what is the smallest number among them?
A
$4$
B
$8$
C
$11$
D
$14$

Solution

(A) Let the three numbers in arithmetic progression be $(a - d)$,$a$,and $(a + d)$.
Given their sum is $33$:
$(a - d) + a + (a + d) = 33$
$3a = 33$
$a = 11$
Given their product is $792$:
$(11 - d) \times 11 \times (11 + d) = 792$
$(11 - d)(11 + d) = \frac{792}{11}$
$121 - d^2 = 72$
$d^2 = 121 - 72$
$d^2 = 49$
$d = 7$ (taking the positive value for the sequence)
The numbers are $(11 - 7)$,$11$,and $(11 + 7)$,which are $4$,$11$,and $18$.
The smallest number is $4$.
109
DifficultMCQ
In an arithmetic progression,if $T_m = n$ and $T_n = m$,then $T_p = \dots$
A
$m + n - p$
B
$m + n$
C
$m - n + p$
D
$m^2 + n^2 - p^2$

Solution

(A) Let the first term be $a$ and the common difference be $d$.
The $n$-th term of an arithmetic progression is given by $T_n = a + (n - 1)d$.
Given $T_m = a + (m - 1)d = n$ (Equation $1$)
Given $T_n = a + (n - 1)d = m$ (Equation $2$)
Subtracting Equation $2$ from Equation $1$:
$(a + (m - 1)d) - (a + (n - 1)d) = n - m$
$(m - 1 - n + 1)d = n - m$
$(m - n)d = -(m - n)$
$d = -1$
Substituting $d = -1$ in Equation $1$:
$a + (m - 1)(-1) = n$
$a - m + 1 = n$
$a = m + n - 1$
Now,find $T_p$:
$T_p = a + (p - 1)d$
$T_p = (m + n - 1) + (p - 1)(-1)$
$T_p = m + n - 1 - p + 1$
$T_p = m + n - p$
110
EasyMCQ
What is the sum of all integers between $81$ and $719$ that are divisible by $5$?
A
$51800$
B
$50800$
C
$52800$
D
None of these

Solution

(B) The integers between $81$ and $719$ that are divisible by $5$ form an arithmetic progression ($A$.$P$.).
The first term $a = 85$ and the last term $l = 715$.
The common difference $d = 5$.
Using the formula for the $n$-th term of an $A$.$P$.,$a_n = a + (n - 1)d$,we have:
$715 = 85 + (n - 1)5$
$630 = (n - 1)5$
$n - 1 = 126$
$n = 127$.
The sum of an $A$.$P$. is given by $S_n = \frac{n}{2}(a + l)$.
$S_{127} = \frac{127}{2}(85 + 715)$
$S_{127} = \frac{127}{2}(800)$
$S_{127} = 127 \times 400 = 50800$.
Thus,the correct option is $B$.
111
MediumMCQ
If $S_1, S_2$ and $S_3$ are the sums of the first $n_1, n_2$ and $n_3$ terms of an arithmetic progression respectively,then $\frac{S_1}{n_1}(n_2 - n_3) + \frac{S_2}{n_2}(n_3 - n_1) + \frac{S_3}{n_3}(n_1 - n_2) = ....$
A
$0$
B
$1$
C
$S_1S_2S_3$
D
$n_1n_2n_3$

Solution

(A) Let the first term be $a$ and the common difference be $d$.
The sum of the first $n$ terms is given by $S_n = \frac{n}{2}[2a + (n-1)d]$.
Thus,$\frac{S_n}{n} = a + \frac{(n-1)d}{2}$.
Substituting this into the expression:
$\frac{S_1}{n_1}(n_2 - n_3) + \frac{S_2}{n_2}(n_3 - n_1) + \frac{S_3}{n_3}(n_1 - n_2)$
$= [a + \frac{(n_1-1)d}{2}](n_2 - n_3) + [a + \frac{(n_2-1)d}{2}](n_3 - n_1) + [a + \frac{(n_3-1)d}{2}](n_1 - n_2)$
$= a(n_2 - n_3 + n_3 - n_1 + n_1 - n_2) + \frac{d}{2}[(n_1-1)(n_2-n_3) + (n_2-1)(n_3-n_1) + (n_3-1)(n_1-n_2)]$
$= a(0) + \frac{d}{2}[n_1n_2 - n_1n_3 - n_2 + n_3 + n_2n_3 - n_2n_1 - n_3 + n_1 + n_3n_1 - n_3n_2 - n_1 + n_2]$
$= 0 + \frac{d}{2}(0) = 0$.
112
DifficultMCQ
If the ratio of the sum of $n$ terms of two arithmetic progressions is $2n + 3 : 6n + 5$,then the ratio of their $13^{th}$ terms is.......
A
$53 : 155$
B
$27 : 77$
C
$29 : 83$
D
$31 : 89$

Solution

(A) Let the first terms of the two arithmetic progressions be $a_1$ and $a_2$,and their common differences be $d_1$ and $d_2$ respectively.
Given the ratio of the sum of $n$ terms: $\frac{S_n}{S'_n} = \frac{2n + 3}{6n + 5}$.
We know that the $m^{th}$ term $t_m = a + (m-1)d$.
The ratio of the $m^{th}$ terms is $\frac{t_m}{t'_m} = \frac{a_1 + (m-1)d_1}{a_2 + (m-1)d_2}$.
To find the $13^{th}$ term,we set $m-1 = 12$,so $m = 13$.
We substitute $n = 2m - 1 = 2(13) - 1 = 25$ into the sum ratio formula.
$\frac{t_{13}}{t'_{13}} = \frac{a_1 + 12d_1}{a_2 + 12d_2} = \frac{2(25) + 3}{6(25) + 5}$.
$\frac{t_{13}}{t'_{13}} = \frac{50 + 3}{150 + 5} = \frac{53}{155}$.
113
EasyMCQ
If the sides of a right-angled triangle are in an arithmetic progression,then they are in the ratio of.........
A
$1 : 2 : 3$
B
$2 : 3 : 4$
C
$3 : 4 : 5$
D
$4 : 5 : 6$

Solution

(C) Let the sides of the right-angled triangle be $(a-d)$,$a$,and $(a+d)$ where $d > 0$.
Since it is a right-angled triangle,by the Pythagorean theorem,we have $(a-d)^2 + a^2 = (a+d)^2$.
Expanding the terms: $a^2 - 2ad + d^2 + a^2 = a^2 + 2ad + d^2$.
Simplifying the equation: $a^2 - 4ad = 0$.
Since $a \neq 0$,we get $a = 4d$.
Substituting $a = 4d$ into the sides: $(4d-d)$,$4d$,$(4d+d)$,which gives $3d$,$4d$,$5d$.
Thus,the ratio of the sides is $3 : 4 : 5$.
114
EasyMCQ
If the $9^{th}$ and $19^{th}$ terms of an arithmetic progression are $35$ and $75$ respectively,what is its $20^{th}$ term?
A
$78$
B
$79$
C
$80$
D
$81$

Solution

(B) Let the first term be $a$ and the common difference be $d$ for the arithmetic progression.
The $n^{th}$ term is given by $a_n = a + (n - 1)d$.
For the $9^{th}$ term: $a + 8d = 35$ (Equation $1$).
For the $19^{th}$ term: $a + 18d = 75$ (Equation $2$).
Subtracting Equation $1$ from Equation $2$: $(a + 18d) - (a + 8d) = 75 - 35$.
$10d = 40$,so $d = 4$.
Substituting $d = 4$ into Equation $1$: $a + 8(4) = 35 \implies a + 32 = 35 \implies a = 3$.
The $20^{th}$ term is $a_{20} = a + 19d$.
$a_{20} = 3 + 19(4) = 3 + 76 = 79$.
115
MediumMCQ
The sum of three terms of an Arithmetic Progression $(AP)$ is $18$ and the sum of their squares is $158$. The largest term is.......
A
$10$
B
$11$
C
$12$
D
$13$

Solution

(B) Let the three terms of the $AP$ be $(a - d)$,$a$,and $(a + d)$.
Given their sum: $(a - d) + a + (a + d) = 18$.
$3a = 18 \implies a = 6$.
Given the sum of their squares: $(a - d)^2 + a^2 + (a + d)^2 = 158$.
$(6 - d)^2 + 6^2 + (6 + d)^2 = 158$.
$(36 - 12d + d^2) + 36 + (36 + 12d + d^2) = 158$.
$108 + 2d^2 = 158$.
$2d^2 = 50 \implies d^2 = 25 \implies d = \pm 5$.
If $d = 5$,the terms are $(6-5), 6, (6+5)$,which are $1, 6, 11$.
If $d = -5$,the terms are $(6+5), 6, (6-5)$,which are $11, 6, 1$.
In both cases,the largest term is $11$.
116
MediumMCQ
$A$ man saves $200$ rupees in each of the first three months of his job. In the subsequent months,his savings increase by $40$ rupees compared to the previous month. After how many months from the start of the job will his total savings be $11040$ rupees?
A
$20$
B
$21$
C
$18$
D
$19$

Solution

(B) Total savings in the first $3$ months $= 3 \times 200 = 600$ rupees.
After $3$ months,the savings form an arithmetic progression: $240, 280, 320, \dots$
The sum of these terms must be $11040 - 600 = 10440$ rupees.
Here,$a = 240$ and $d = 40$.
Using the sum formula $S_n = \frac{n}{2} [2a + (n - 1)d]$:
$10440 = \frac{n}{2} [2(240) + (n - 1)40]$
$10440 = n(240 + 20n - 20)$
$10440 = 220n + 20n^2$
$20n^2 + 220n - 10440 = 0$
Dividing by $20$: $n^2 + 11n - 522 = 0$
$(n + 29)(n - 18) = 0$
Since $n > 0$,$n = 18$.
Total months $= 18 + 3 = 21$ months.
117
MediumMCQ
The $r$-th term of an arithmetic progression is $T_r$. Its first term is $a$ and the common difference is $d$. If for some positive integers $m, n, m \neq n,$ we have $T_m = 1/n$ and $T_n = 1/m,$ then $a - d = \dots\dots.$
A
$0$
B
$1$
C
$1/(mn)$
D
$1/m + 1/n$

Solution

(A) The $r$-th term of an arithmetic progression is given by $T_r = a + (r - 1)d$.
Given $T_m = 1/n$ and $T_n = 1/m$,we have:
$a + (m - 1)d = 1/n$ --- $(1)$
$a + (n - 1)d = 1/m$ --- $(2)$
Subtracting equation $(2)$ from $(1)$:
$(a + (m - 1)d) - (a + (n - 1)d) = 1/n - 1/m$
$(m - 1 - n + 1)d = (m - n) / (mn)$
$(m - n)d = (m - n) / (mn)$
Since $m \neq n$,we can divide by $(m - n)$:
$d = 1/(mn)$
Now,substitute $d = 1/(mn)$ into equation $(1)$:
$a + (m - 1)(1/(mn)) = 1/n$
$a + 1/n - 1/(mn) = 1/n$
$a = 1/(mn)$
Therefore,$a - d = 1/(mn) - 1/(mn) = 0$.
118
DifficultMCQ
If the roots of the equation $x^3 - 12x^2 + 39x - 28 = 0$ are in an arithmetic progression,what is the common difference?
A
$1$
B
$2$
C
$3$
D
$4$

Solution

(C) Let the roots of the equation $x^3 - 12x^2 + 39x - 28 = 0$ be $a - d$,$a$,and $a + d$.
According to the properties of roots of a cubic equation:
Sum of roots: $(a - d) + a + (a + d) = -(-12)/1 = 12$
$3a = 12 \Rightarrow a = 4$
Product of roots: $(a - d) \cdot a \cdot (a + d) = -(-28)/1 = 28$
$a(a^2 - d^2) = 28$
Substitute $a = 4$ into the product equation:
$4(4^2 - d^2) = 28$
$16 - d^2 = 7$
$d^2 = 9$
$d = \pm 3$
The common difference is $3$ (taking the magnitude).
119
MediumMCQ
Let $f(x)$ be a quadratic polynomial. If $f(1) = f(-1)$ and $a, b, c$ are in arithmetic progression,then $f'(a), f'(b), f'(c)$ are in..... progression.
A
Arithmetic
B
Geometric
C
Harmonic
D
Arithmetic-Geometric

Solution

(A) Let the quadratic polynomial be $f(x) = Ax^2 + Bx + C$.
Given that $a, b, c$ are in arithmetic progression,we have $2b = a + c$.
Given $f(1) = f(-1)$:
$A(1)^2 + B(1) + C = A(-1)^2 + B(-1) + C$
$A + B + C = A - B + C$
$2B = 0 \implies B = 0$.
Thus,$f(x) = Ax^2 + C$.
The derivative is $f'(x) = 2Ax$.
Then $f'(a) = 2Aa$,$f'(b) = 2Ab$,and $f'(c) = 2Ac$.
Since $a, b, c$ are in arithmetic progression,$a, b, c$ satisfy $b - a = c - b$.
Multiplying by $2A$,we get $2Ab - 2Aa = 2Ac - 2Ab$,which means $f'(b) - f'(a) = f'(c) - f'(b)$.
Therefore,$f'(a), f'(b), f'(c)$ are in arithmetic progression.
120
MediumMCQ
If $100$ times the $100^{th}$ term of an Arithmetic Progression with a non-zero common difference is equal to $50$ times its $50^{th}$ term,then what is its $150^{th}$ term?
A
$0$
B
$-150$
C
$150$ times its $50^{th}$ term
D
$150$

Solution

(A) Let the first term be $a$ and the common difference be $d$. The $n^{th}$ term is given by $a_n = a + (n-1)d$.
According to the problem,$100 \times a_{100} = 50 \times a_{50}$.
$100(a + 99d) = 50(a + 49d)$.
Dividing by $50$,we get $2(a + 99d) = a + 49d$.
$2a + 198d = a + 49d$.
$a = 49d - 198d = -149d$.
The $150^{th}$ term is $a_{150} = a + 149d$.
Substituting $a = -149d$,we get $a_{150} = -149d + 149d = 0$.
121
EasyMCQ
Consider four consecutive integers in an increasing arithmetic progression. One of these integers is equal to the sum of the squares of the other three. What is the sum of all the numbers?
A
$2$
B
$0$
C
$3$
D
$4$

Solution

(A) Let the four consecutive integers be $a-3d, a-d, a+d, a+3d$. However,since they are consecutive integers,the common difference must be $1$. Let the integers be $x, x+1, x+2, x+3$.
We are given that one of these integers is the sum of the squares of the other three.
Case $1$: $x+3 = x^2 + (x+1)^2 + (x+2)^2$
$x+3 = x^2 + x^2 + 2x + 1 + x^2 + 4x + 4$
$3x^2 + 5x + 2 = 0$
$(3x+2)(x+1) = 0$
$x = -1$ or $x = -2/3$ (not an integer).
If $x = -1$,the integers are $-1, 0, 1, 2$.
Check: $2 = (-1)^2 + 0^2 + 1^2 = 1 + 0 + 1 = 2$. This holds true.
The sum of these integers is $(-1) + 0 + 1 + 2 = 2$.
122
DifficultMCQ
Statement-$I$: If the ratio of the sum of $n$ terms of two arithmetic progressions is $(7n + 1) : (4n + 17)$,then the ratio of their $n^{th}$ terms is $7 : 4$.
Statement-$II$: If $S_n = an^2 + bn + c$,then $T_n = S_n - S_{n-1}$.
A
Statement-$I$ is true. Statement-$II$ is true. Statement-$II$ is the correct explanation for Statement-$I$.
B
Statement-$I$ is true. Statement-$II$ is true. Statement-$II$ is not the correct explanation for Statement-$I$.
C
Statement-$I$ is true. Statement-$II$ is false.
D
Statement-$I$ is false. Statement-$II$ is true.

Solution

(D) Let the two arithmetic progressions have first terms $a_1, a_2$ and common differences $d_1, d_2$ respectively.
The sum of $n$ terms is given by $S_n = \frac{n}{2}[2a + (n-1)d]$.
The ratio of sums is $\frac{S_n}{S'_n} = \frac{\frac{n}{2}[2a_1 + (n-1)d_1]}{\frac{n}{2}[2a_2 + (n-1)d_2]} = \frac{2a_1 + (n-1)d_1}{2a_2 + (n-1)d_2} = \frac{7n+1}{4n+17}$.
The $n^{th}$ term is $T_n = a + (n-1)d$.
To find the ratio of $n^{th}$ terms,we replace $(n-1)$ with $(2n-2)$ in the sum ratio formula,effectively setting $n = 2n-1$.
Ratio of $n^{th}$ terms = $\frac{a_1 + (n-1)d_1}{a_2 + (n-1)d_2} = \frac{2a_1 + (2n-2)d_1}{2a_2 + (2n-2)d_2} = \frac{7(2n-1)+1}{4(2n-1)+17} = \frac{14n-6}{8n+13}$.
This is not $7:4$. Thus,Statement-$I$ is false.
Statement-$II$ is a standard property of sequences where the $n^{th}$ term is the difference between the sum of $n$ terms and the sum of $(n-1)$ terms. This is true.
Therefore,Statement-$I$ is false and Statement-$II$ is true.
123
DifficultMCQ
If the sum of the first $n$ terms of a sequence is of the form $An^2 + Bn$,where $A$ and $B$ are constants independent of $n$,then the sequence is a ........
A
Arithmetic Progression
B
Geometric Progression
C
Harmonic Progression
D
None of these

Solution

(A) We are given $S_n = An^2 + Bn$.
$S_{n - 1} = A(n - 1)^2 + B(n - 1)$
$= A(n^2 - 2n + 1) + B(n - 1)$
$= An^2 - 2An + A + Bn - B$
The $n^{th}$ term $a_n = S_n - S_{n - 1} = (An^2 + Bn) - (An^2 - 2An + A + Bn - B)$
$= An^2 + Bn - An^2 + 2An - A - Bn + B$
$= 2An + B - A$
Now,$a_{n - 1} = 2A(n - 1) + B - A = 2An - 2A + B - A = 2An + B - 3A$.
The common difference $d = a_n - a_{n - 1} = (2An + B - A) - (2An + B - 3A) = 2A$.
Since the difference $d = 2A$ is a constant independent of $n$,the sequence is an Arithmetic Progression.
124
EasyMCQ
If $a, b, c, d, e, f$ are in an arithmetic progression,then $e - c = \dots$
A
$2(c - a)$
B
$2(f - d)$
C
$2(d - c)$
D
$d - c$

Solution

(C) Let the arithmetic progression be $a, a+d, a+2d, a+3d, a+4d, a+5d$ where $d$ is the common difference.
Here,$c = a+2d$ and $e = a+4d$.
Then,$e - c = (a+4d) - (a+2d) = 2d$.
Now,consider option $C$: $2(d - c) = 2((a+3d) - (a+2d)) = 2(d) = 2d$.
Thus,$e - c = 2(d - c)$.
125
MediumMCQ
If the sum of $p$ terms of an arithmetic progression is equal to the sum of its $q$ terms,then what is the sum of its $(p + q)$ terms?
A
$p - q$
B
$p + q$
C
$0$
D
$-(p + q)$

Solution

(C) Given that the sum of $p$ terms equals the sum of $q$ terms,we have:
$\frac{p}{2}[2a + (p - 1)d] = \frac{q}{2}[2a + (q - 1)d]$
Expanding both sides:
$p[2a + (p - 1)d] = q[2a + (q - 1)d]$
$2ap + p(p - 1)d = 2aq + q(q - 1)d$
Rearranging the terms:
$2a(p - q) + d[p(p - 1) - q(q - 1)] = 0$
$2a(p - q) + d[p^2 - p - q^2 + q] = 0$
$2a(p - q) + d[(p^2 - q^2) - (p - q)] = 0$
Factoring out $(p - q)$:
$(p - q)[2a + d(p + q - 1)] = 0$
Since $p \neq q$,we must have:
$2a + (p + q - 1)d = 0$
The sum of $(p + q)$ terms is given by:
$S_{p+q} = \frac{p+q}{2}[2a + (p + q - 1)d]$
Substituting the value $2a + (p + q - 1)d = 0$:
$S_{p+q} = \frac{p+q}{2} \times 0 = 0$
126
EasyMCQ
If the sum of $n$ terms of an arithmetic progression is $3n^2 + 5n$ and $T_m = 164$,then $m = \dots$
A
$26$
B
$27$
C
$28$
D
None of these

Solution

(B) The sum of $n$ terms is given by $S_n = 3n^2 + 5n$.
We know that the $m^{th}$ term $T_m = S_m - S_{m-1}$.
Given $T_m = 164$,we have $164 = (3m^2 + 5m) - [3(m-1)^2 + 5(m-1)]$.
Expanding the terms: $164 = (3m^2 + 5m) - [3(m^2 - 2m + 1) + 5m - 5]$.
$164 = 3m^2 + 5m - (3m^2 - 6m + 3 + 5m - 5)$.
$164 = 3m^2 + 5m - 3m^2 + m + 2$.
$164 = 6m + 2$.
$6m = 162$.
$m = 27$.
127
MediumMCQ
If $p$ times the $p^{th}$ term of an arithmetic progression is equal to $q$ times its $q^{th}$ term,then the $(p + q)^{th}$ term of this progression is........
A
$0$
B
$1$
C
$2$
D
$3$

Solution

(A) Let the first term be $a$ and the common difference be $d$. The $n^{th}$ term is $t_n = a + (n - 1)d$.
Given that $p \cdot t_p = q \cdot t_q$.
$p[a + (p - 1)d] = q[a + (q - 1)d]$
$ap + p(p - 1)d = aq + q(q - 1)d$
$a(p - q) + [p^2 - p - q^2 + q]d = 0$
$a(p - q) + [(p^2 - q^2) - (p - q)]d = 0$
$a(p - q) + [(p - q)(p + q) - (p - q)]d = 0$
Dividing by $(p - q)$ (assuming $p \neq q$):
$a + (p + q - 1)d = 0$
Since the $(p + q)^{th}$ term is $t_{p+q} = a + (p + q - 1)d$,we get $t_{p+q} = 0$.
128
MediumMCQ
If $\log 2$,$\log (2^x - 1)$,and $\log (2^x + 3)$ are in arithmetic progression,then the value of $x$ is:
A
$5/2$
B
$\log_2 5$
C
$\log_3 5$
D
$\log_5 3$

Solution

(B) Given that $\log 2$,$\log (2^x - 1)$,and $\log (2^x + 3)$ are in arithmetic progression $(AP)$.
By the property of $AP$,$2 \times \text{middle term} = \text{first term} + \text{third term}$.
$2 \log (2^x - 1) = \log 2 + \log (2^x + 3)$
Using the property $\log a + \log b = \log (ab)$ and $n \log a = \log (a^n)$:
$\log (2^x - 1)^2 = \log [2(2^x + 3)]$
$(2^x - 1)^2 = 2(2^x + 3)$
Let $2^x = y$. Then $(y - 1)^2 = 2(y + 3)$
$y^2 - 2y + 1 = 2y + 6$
$y^2 - 4y - 5 = 0$
$(y - 5)(y + 1) = 0$
Since $y = 2^x > 0$,we have $y = 5$.
$2^x = 5 \Rightarrow x = \log_2 5$.
129
EasyMCQ
If the sum of $n$ terms of an arithmetic progression is given by $Pn + Qn^2$,where $P$ and $Q$ are constants,what is the common difference?
A
$2Q$
B
$P + Q$
C
$2P$
D
$P - Q$

Solution

(A) Let the sum of $n$ terms be $S_n = Pn + Qn^2$.
We know that the first term $a = S_1 = P(1) + Q(1)^2 = P + Q$.
The sum of the first two terms is $S_2 = P(2) + Q(2)^2 = 2P + 4Q$.
The second term $a_2 = S_2 - S_1 = (2P + 4Q) - (P + Q) = P + 3Q$.
The common difference $d = a_2 - a = (P + 3Q) - (P + Q) = 2Q$.
Thus,the common difference is $2Q$.
130
DifficultMCQ
Consider four distinct integers in an increasing arithmetic progression. One of these integers is equal to the sum of the squares of the other three. What is the common difference of the four numbers?
A
$1$
B
$2$
C
$3$
D
$-3$

Solution

(A) Let the four integers in an increasing arithmetic progression be $a-3d, a-d, a+d, a+3d$ with common difference $2d > 0$.
Alternatively,let the terms be $x, x+k, x+2k, x+3k$ where $k > 0$.
We are given that one of these is the sum of the squares of the other three.
Since the sequence is increasing,the largest term $x+3k$ must be the sum of the squares of the smaller three: $(x+3k) = x^2 + (x+k)^2 + (x+2k)^2$.
Expanding this: $x+3k = x^2 + x^2 + 2xk + k^2 + x^2 + 4xk + 4k^2 = 3x^2 + 6xk + 5k^2$.
Rearranging gives $3x^2 + (6k-1)x + (5k^2-3k) = 0$.
For $x$ to be an integer,the discriminant $D = (6k-1)^2 - 4(3)(5k^2-3k)$ must be a perfect square.
$D = 36k^2 - 12k + 1 - 60k^2 + 36k = -24k^2 + 24k + 1$.
For $D \ge 0$,$-24k^2 + 24k + 1 \ge 0$.
Testing $k=1$: $D = -24 + 24 + 1 = 1$,which is $1^2$.
Then $x = \frac{-(6(1)-1) \pm 1}{2(3)} = \frac{-5 \pm 1}{6}$.
$x = -1$ or $x = -2/3$ (not an integer).
If $x = -1$ and $k = 1$,the terms are $-1, 0, 1, 2$.
Check: $2 = (-1)^2 + 0^2 + 1^2 = 1 + 0 + 1 = 2$. This works.
The terms are $-1, 0, 1, 2$. The common difference is $0 - (-1) = 1$.
131
MediumMCQ
If the sum of $n$ terms of an arithmetic progression is $3n^2 + 5n$ and $t_n = 164$,then $n = \dots$
A
$26$
B
$27$
C
$28$
D
$29$

Solution

(B) The $n^{th}$ term of an arithmetic progression is given by $t_n = S_n - S_{n - 1}$.
Given $S_n = 3n^2 + 5n$.
$t_n = (3n^2 + 5n) - (3(n - 1)^2 + 5(n - 1))$.
$t_n = (3n^2 + 5n) - (3(n^2 - 2n + 1) + 5n - 5)$.
$t_n = (3n^2 + 5n) - (3n^2 - 6n + 3 + 5n - 5)$.
$t_n = (3n^2 + 5n) - (3n^2 - n - 2)$.
$t_n = 6n + 2$.
Given $t_n = 164$,we have $6n + 2 = 164$.
$6n = 162$.
$n = \frac{162}{6} = 27$.
132
MediumMCQ
Let the terms of an arithmetic progression be $a_1, a_2, a_3, \dots$. If $\frac{a_1 + a_2 + \dots + a_p}{a_1 + a_2 + \dots + a_q} = \frac{p^2}{q^2}$,where $p \neq q$,then $\frac{a_6}{a_{21}} = \dots$
A
$2/7$
B
$11/41$
C
$41/11$
D
$7/2$

Solution

(B) Given $\frac{S_p}{S_q} = \frac{p^2}{q^2}$.
Using the formula for the sum of $n$ terms of an $AP$,$S_n = \frac{n}{2}[2a_1 + (n-1)d]$,we have:
$\frac{\frac{p}{2}[2a_1 + (p-1)d]}{\frac{q}{2}[2a_1 + (q-1)d]} = \frac{p^2}{q^2}$
$\frac{2a_1 + (p-1)d}{2a_1 + (q-1)d} = \frac{p}{q}$
Dividing the numerator and denominator by $2$,we get:
$\frac{a_1 + \frac{(p-1)}{2}d}{a_1 + \frac{(q-1)}{2}d} = \frac{p}{q} \dots (1)$
We need to find $\frac{a_6}{a_{21}} = \frac{a_1 + 5d}{a_1 + 20d}$.
Comparing this with equation $(1)$,we set $\frac{p-1}{2} = 5 \Rightarrow p = 11$ and $\frac{q-1}{2} = 20 \Rightarrow q = 41$.
Substituting these values into equation $(1)$,we get $\frac{a_6}{a_{21}} = \frac{11}{41}$.
133
MediumMCQ
If $a, b,$ and $c$ are positive real numbers,then the minimum value of $(a + b + c)(1/a + 1/b + 1/c)$ is .......
A
$9$
B
$3$
C
$10/3$
D
None of these

Solution

(A) Using the $A.M. \ge G.M.$ inequality for positive real numbers $a, b, c$:
$\frac{a + b + c}{3} \ge (abc)^{1/3} \implies a + b + c \ge 3(abc)^{1/3}$
Similarly,for $1/a, 1/b, 1/c$:
$\frac{1/a + 1/b + 1/c}{3} \ge \left(\frac{1}{abc}\right)^{1/3} \implies \frac{1}{a} + \frac{1}{b} + \frac{1}{c} \ge 3\left(\frac{1}{abc}\right)^{1/3}$
Multiplying these two inequalities:
$(a + b + c)\left(\frac{1}{a} + \frac{1}{b} + \frac{1}{c}\right) \ge 3(abc)^{1/3} \times 3\left(\frac{1}{abc}\right)^{1/3}$
$(a + b + c)\left(\frac{1}{a} + \frac{1}{b} + \frac{1}{c}\right) \ge 9$
The minimum value is $9$,which occurs when $a = b = c$.
134
DifficultMCQ
If the $p^{th}$ term of an arithmetic progression is $q$ and the $q^{th}$ term is $p$,then its $r^{th}$ term is:
A
$p + q + r$
B
$p + q - r$
C
$p + r - q$
D
$p - q - r$

Solution

(B) Let the first term be $a$ and the common difference be $d$.
Given,$t_p = a + (p - 1)d = q$ --- $(1)$
And,$t_q = a + (q - 1)d = p$ --- $(2)$
Subtracting $(2)$ from $(1)$:
$(p - q)d = q - p$
$(p - q)d = -(p - q)$
$d = -1$
Substituting $d = -1$ in $(1)$:
$a + (p - 1)(-1) = q$
$a - p + 1 = q$
$a = p + q - 1$
Now,the $r^{th}$ term $t_r = a + (r - 1)d$
$t_r = (p + q - 1) + (r - 1)(-1)$
$t_r = p + q - 1 - r + 1$
$t_r = p + q - r$
135
MediumMCQ
If $\frac{1}{p+q}, \frac{1}{r+p}$,and $\frac{1}{q+r}$ are in Arithmetic Progression $(AP)$,then which of the following is true?
A
$p, q, r$ are in $AP$.
B
$p^2, q^2, r^2$ are in $AP$.
C
$\frac{1}{p}, \frac{1}{q}, \frac{1}{r}$ are in $AP$.
D
None of these.

Solution

(B) Given that $\frac{1}{p+q}, \frac{1}{r+p}$,and $\frac{1}{q+r}$ are in $AP$.
Therefore,the common difference is equal:
$\frac{1}{r+p} - \frac{1}{p+q} = \frac{1}{q+r} - \frac{1}{r+p}$
Simplifying the fractions:
$\frac{(p+q) - (r+p)}{(r+p)(p+q)} = \frac{(r+p) - (q+r)}{(q+r)(r+p)}$
$\frac{q-r}{p+q} = \frac{p-q}{q+r}$
Cross-multiplying:
$(q-r)(q+r) = (p-q)(p+q)$
$q^2 - r^2 = p^2 - q^2$
Rearranging the terms:
$2q^2 = p^2 + r^2$
This condition implies that $p^2, q^2, r^2$ are in $AP$.
136
MediumMCQ
If $x, y, z$ are three real numbers with the same sign,then the value of $\frac{x}{y} + \frac{y}{z} + \frac{z}{x}$ lies in which interval?
A
$[2, +\infty)$
B
$[3, +\infty)$
C
$(3, +\infty)$
D
$(-\infty, 3)$

Solution

(B) Since $x, y, z$ have the same sign,the ratios $\frac{x}{y}, \frac{y}{z}, \text{ and } \frac{z}{x}$ are all positive.
Applying the Arithmetic Mean-Geometric Mean $(AM \ge GM)$ inequality for these three positive numbers:
$\frac{\frac{x}{y} + \frac{y}{z} + \frac{z}{x}}{3} \ge \sqrt[3]{\frac{x}{y} \cdot \frac{y}{z} \cdot \frac{z}{x}}$
$\frac{x}{y} + \frac{y}{z} + \frac{z}{x} \ge 3 \cdot \sqrt[3]{1}$
$\frac{x}{y} + \frac{y}{z} + \frac{z}{x} \ge 3$
Thus,the value lies in the interval $[3, +\infty)$.
137
MediumMCQ
What is the arithmetic mean of the series $a + (a + d) + (a + 2d) + \dots + (a + 2nd)$?
A
$a + (n - 1)d$
B
$a + nd$
C
$a + (n + 1)d$
D
None of these

Solution

(B) The series is $a, (a+d), (a+2d), \dots, (a+2nd)$.
This is an arithmetic progression with $2n+1$ terms.
The arithmetic mean of an arithmetic progression is the average of the first and last terms.
Arithmetic Mean $= \frac{\text{First term} + \text{Last term}}{2}$
Arithmetic Mean $= \frac{a + (a + 2nd)}{2}$
Arithmetic Mean $= \frac{2a + 2nd}{2} = a + nd$.
138
DifficultMCQ
$a_1, a_2, a_3, \dots, a_{100}$ are in an arithmetic progression,where $a_1 = 3$ and $S_p = \sum_{i=1}^p a_i, 1 \le p \le 100$. For any integer $n$,let $m = 5n$. If $S_m/S_n$ is independent of $n$,then $a_2 = \dots$
A
$3$
B
$9$
C
$9 \text{ or } 3$
D
None of these

Solution

(B) Let the common difference be $d$. The sum of the first $p$ terms is $S_p = \frac{p}{2}[2a_1 + (p-1)d]$.
Given $m = 5n$,we have $\frac{S_m}{S_n} = \frac{\frac{5n}{2}[2a_1 + (5n-1)d]}{\frac{n}{2}[2a_1 + (n-1)d]} = 5 \times \frac{2a_1 - d + 5nd}{2a_1 - d + nd}$.
For the ratio to be independent of $n$,the coefficients of $n$ must be proportional,or the term $(2a_1 - d)$ must be $0$.
Setting $2a_1 - d = 0$,we get $d = 2a_1$.
Given $a_1 = 3$,we have $d = 2(3) = 6$.
Thus,$a_2 = a_1 + d = 3 + 6 = 9$.
139
EasyMCQ
If the $7^{th}$ term of an Arithmetic Progression $(AP)$ is $40$,then the sum of its first $13$ terms is........
A
$53$
B
$520$
C
$1040$
D
$2080$

Solution

(B) The $n^{th}$ term of an $AP$ is given by $t_n = a + (n - 1)d$.
Given $t_7 = 40$,we have $a + 6d = 40$.
Multiplying by $2$,we get $2a + 12d = 80$.
The sum of the first $n$ terms is $S_n = \frac{n}{2}[2a + (n - 1)d]$.
For $n = 13$,$S_{13} = \frac{13}{2}[2a + (13 - 1)d] = \frac{13}{2}[2a + 12d]$.
Substituting $2a + 12d = 80$,we get $S_{13} = \frac{13}{2} \times 80 = 13 \times 40 = 520$.
140
DifficultMCQ
If $a_1, a_2, a_3, \dots, a_n$ are in an arithmetic progression with common difference $d$,then find the value of $\sin d [\csc a_1 \csc a_2 + \csc a_2 \csc a_3 + \dots + \csc a_{n-1} \csc a_n]$.
A
$\csc a_1 - \csc a_n$
B
$\sec a_1 - \sec a_n$
C
$\cot a_1 - \cot a_n$
D
$\tan a_1 - \tan a_n$

Solution

(C) Given that $a_1, a_2, a_3, \dots, a_n$ are in an arithmetic progression,the common difference is $d = a_{k+1} - a_k$ for any $k \in \{1, 2, \dots, n-1\}$.
Consider the expression $S = \sin d [\csc a_1 \csc a_2 + \csc a_2 \csc a_3 + \dots + \csc a_{n-1} \csc a_n]$.
Since $\sin d = \sin(a_{k+1} - a_k)$,we can rewrite each term as:
$\sin(a_{k+1} - a_k) \csc a_k \csc a_{k+1} = \frac{\sin(a_{k+1} - a_k)}{\sin a_k \sin a_{k+1}}$.
Using the identity $\sin(x - y) = \sin x \cos y - \cos x \sin y$,we get:
$\frac{\sin a_{k+1} \cos a_k - \cos a_{k+1} \sin a_k}{\sin a_k \sin a_{k+1}} = \frac{\sin a_{k+1} \cos a_k}{\sin a_k \sin a_{k+1}} - \frac{\cos a_{k+1} \sin a_k}{\sin a_k \sin a_{k+1}} = \cot a_k - \cot a_{k+1}$.
Summing these terms from $k=1$ to $n-1$ creates a telescoping series:
$S = (\cot a_1 - \cot a_2) + (\cot a_2 - \cot a_3) + \dots + (\cot a_{n-1} - \cot a_n)$.
All intermediate terms cancel out,leaving $S = \cot a_1 - \cot a_n$.
141
MediumMCQ
In an arithmetic progression,the sum of the first and third terms is $12$,and the product of the first and second terms is $24$. Find the first term.
A
$1$
B
$4$
C
$6$
D
$8$

Solution

(B) Let the three terms of the arithmetic progression be $(a - d)$,$a$,and $(a + d)$.
Given that the sum of the first and third terms is $12$:
$(a - d) + (a + d) = 12$
$2a = 12$
$a = 6$
Given that the product of the first and second terms is $24$:
$(a - d) \times a = 24$
$(6 - d) \times 6 = 24$
$6 - d = 4$
$d = 2$
The first term is $(a - d) = 6 - 2 = 4$.
142
EasyMCQ
If the $m^{th}$ terms of the sequences $63, 65, 67, 69, \dots$ and $3, 10, 17, 24, \dots$ are equal,then $m = \dots$
A
$11$
B
$12$
C
$13$
D
$15$

Solution

(C) For the first sequence,the $m^{th}$ term is $t_m = 63 + (m - 1)2 = 2m + 61.$
For the second sequence,the $m^{th}$ term is $t'_m = 3 + (m - 1)7 = 7m - 4.$
Given that the $m^{th}$ terms are equal,we set $t_m = t'_m:$
$2m + 61 = 7m - 4$
Rearranging the terms to solve for $m:$
$5m = 65$
$m = 13$
143
DifficultMCQ
If $2x, x + 8$ and $3x + 1$ are in an arithmetic progression,then $x = \dots$
A
$3$
B
$7$
C
$5$
D
$-2$

Solution

(C) If $a, b, c$ are in an arithmetic progression,then $2b = a + c$.
Here,$a = 2x$,$b = x + 8$,and $c = 3x + 1$.
Substituting these values into the formula:
$2(x + 8) = 2x + (3x + 1)$
$2x + 16 = 5x + 1$
$16 - 1 = 5x - 2x$
$15 = 3x$
$x = 5$
144
EasyMCQ
If $a, b, c$ are in Arithmetic Progression,then $(a - c)^2 = \dots$
A
$4(b^2 - ac)$
B
$a(b^2 + ac)$
C
$4b^2 - ac$
D
$b^2 - 4ac$

Solution

(A) Since $a, b, c$ are in Arithmetic Progression,the common difference is constant,so $b - a = c - b$.
This implies $2b = a + c$.
We want to find the value of $(a - c)^2$.
Using the identity $(a - c)^2 = (a + c)^2 - 4ac$.
Substitute $a + c = 2b$ into the expression:
$(a - c)^2 = (2b)^2 - 4ac = 4b^2 - 4ac$.
Factoring out $4$,we get $(a - c)^2 = 4(b^2 - ac)$.
145
EasyMCQ
If $x, y, z$ are in an arithmetic progression,and $a$ is the arithmetic mean of $x$ and $y$,and $b$ is the arithmetic mean of $y$ and $z$,then what is the arithmetic mean of $a$ and $b$?
A
$x$
B
$y$
C
$z$
D
$x + z$
146
EasyMCQ
The first term of an arithmetic progression is $10$ and the last term is $50$. If the sum of all its terms is $300$,then the number of terms $n = ...$
A
$5$
B
$8$
C
$10$
D
$15$

Solution

(C) The formula for the sum of an arithmetic progression is given by $S_n = \frac{n}{2}(a + l)$,where $a$ is the first term and $l$ is the last term.
Given $a = 10$,$l = 50$,and $S_n = 300$.
Substituting the values: $300 = \frac{n}{2}(10 + 50)$.
$300 = \frac{n}{2}(60)$.
$300 = 30n$.
$n = \frac{300}{30} = 10$.
147
MediumMCQ
If $a, b, c, d, e$ are in an arithmetic progression,then what is the value of $a - 4b + 6c - 4d + e$?
A
$1$
B
$2$
C
$0$
D
None of these
148
EasyMCQ
If the $n^{th}$ term of an arithmetic progression is $3n - 1$,then the sum of its first five terms is.......
A
$14$
B
$35$
C
$40$
D
$80$

Solution

(C) Given the $n^{th}$ term $t_n = 3n - 1$.
For $n = 1, 2, 3, 4, 5$,the terms are:
$t_1 = 3(1) - 1 = 2$
$t_2 = 3(2) - 1 = 5$
$t_3 = 3(3) - 1 = 8$
$t_4 = 3(4) - 1 = 11$
$t_5 = 3(5) - 1 = 14$
The sum of the first five terms is $2 + 5 + 8 + 11 + 14 = 40$.
149
MediumMCQ
If for an arithmetic progression $S_{2n} = 2S_n$,then $S_{3n} / S_n = \dots$
A
$4$
B
$6$
C
$8$
D
$10$

Solution

(B) Given $S_{2n} = 2S_n$.
Using the formula $S_n = \frac{n}{2}[2a + (n-1)d]$,we have:
$\frac{2n}{2}[2a + (2n-1)d] = 2 \times \frac{n}{2}[2a + (n-1)d]$
$2a + (2n-1)d = 2a + (n-1)d$
This implies $2a + 2nd - d = 2a + nd - d$,which simplifies to $nd = 0$. Since $n \neq 0$,we have $d = 0$.
If $d = 0$,then $S_n = na$.
Thus,$S_{3n} / S_n = \frac{3na}{na} = 3$.
However,re-evaluating the standard problem where $S_{2n} = 3S_n$ is common,let us check the provided logic:
If $S_{2n} = 2S_n$,then $2a + (2n-1)d = 2a + (n-1)d \implies nd = 0 \implies d=0$.
If the question intended $S_{3n} = 3S_{2n} - 3S_n$ or similar,the result $6$ is derived from $S_{3n} = \frac{3n}{2}[2a + (3n-1)d]$.
Given the options,the intended relation is $S_{3n} = 6S_n$.
150
MediumMCQ
Let $T_r$ be the $r$-th term of an arithmetic progression for $r = 1, 2, 3, \dots$. If for some positive integers $m$ and $n$,$T_m = \frac{1}{n}$ and $T_n = \frac{1}{m}$,then $T_{mn} = \dots$
A
$\frac{1}{mn}$
B
$\frac{1}{m} + \frac{1}{n}$
C
$1$
D
$0$

Sequences and Series — Arithmetic progression · Frequently Asked Questions

1Are these Sequences and Series questions useful for JEE and NEET?

Yes. All questions in this section are mapped to JEE Main and NEET exam patterns. Previous year questions from JEE Main, NEET, GUJCET and state-level exams are included with full solutions.

2Can I switch to Hindi or Gujarati for these questions?

Yes. Use the language tabs in the hero section or the sidebar to view the same questions and solutions in English, Hindi or Gujarati.

3How do I generate a question paper from this subtopic?

Use the Vedclass Exam Paper Generator — select the chapter and subtopic, set difficulty, and generate Sets A, B, C, D automatically. First 3 chapters of every subject are free.

Vedclass Products

For Students

Vedclass Test Series

Mock tests in real JEE/NEET style with performance analysis. 5-day free trial.

Start Free Trial
For Teachers

Exam Paper Generator

Generate Set A/B/C/D papers from this chapter in 2 minutes. 3 chapters free.

Try Free
For Institutes

Online Exam Module

Live online exams with unlimited students, 360° analytics & white-label branding.

See Demo
For Teachers & Institutes

Generate a Sequences and Series Exam Paper in 2 Minutes

Select subtopic & difficulty — Sets A, B, C, D auto-generated with No Repeat logic.

First 3 chapters of every subject are free — no payment required.