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

301
MediumMCQ
Let $S_{n}$ be the sum of the first $n$ terms of an arithmetic progression. If $S_{3n} = 3S_{2n}$,then the value of $\frac{S_{4n}}{S_{2n}}$ is:
A
$4$
B
$6$
C
$8$
D
$2$

Solution

(B) Let $a$ be the first term and $d$ be the common difference of this arithmetic progression.
Given $S_{3n} = 3S_{2n}$.
Using the formula $S_n = \frac{n}{2}[2a + (n-1)d]$,we have:
$\frac{3n}{2}[2a + (3n-1)d] = 3 \times \frac{2n}{2}[2a + (2n-1)d]$
Dividing both sides by $\frac{3n}{2}$,we get:
$2a + (3n-1)d = 2[2a + (2n-1)d]$
$2a + 3nd - d = 4a + 4nd - 2d$
$2a + nd - d = 0$
$2a + (n-1)d = 0$
Now,we need to find $\frac{S_{4n}}{S_{2n}}$:
$\frac{S_{4n}}{S_{2n}} = \frac{\frac{4n}{2}[2a + (4n-1)d]}{\frac{2n}{2}[2a + (2n-1)d]} = 2 \times \frac{2a + (n-1)d + 3nd}{2a + (n-1)d + nd}$
Since $2a + (n-1)d = 0$,the expression becomes:
$\frac{S_{4n}}{S_{2n}} = 2 \times \frac{0 + 3nd}{0 + nd} = 2 \times 3 = 6$.
302
MediumMCQ
If $\log _{3} 2, \log _{3}(2^{x}-5), \log _{3}(2^{x}-\frac{7}{2})$ are in an arithmetic progression,then the value of $x$ is equal to $.....$
A
$1$
B
$4$
C
$3$
D
$2$

Solution

(C) Given that $\log _{3} 2, \log _{3}(2^{x}-5), \log _{3}(2^{x}-\frac{7}{2})$ are in an arithmetic progression $(AP)$.
For three terms $a, b, c$ to be in $AP$,$2b = a + c$.
Therefore,$2 \log _{3}(2^{x}-5) = \log _{3} 2 + \log _{3}(2^{x}-\frac{7}{2})$.
Using the property $\log a + \log b = \log(ab)$,we get $\log _{3}(2^{x}-5)^{2} = \log _{3}[2(2^{x}-\frac{7}{2})]$.
$(2^{x}-5)^{2} = 2(2^{x}-\frac{7}{2})$.
Let $2^{x} = t$. Then $(t-5)^{2} = 2t - 7$.
$t^{2} - 10t + 25 = 2t - 7$.
$t^{2} - 12t + 32 = 0$.
$(t-4)(t-8) = 0$.
So,$t = 4$ or $t = 8$.
If $2^{x} = 4$,then $x = 2$. However,for $\log _{3}(2^{x}-5)$ to be defined,$2^{x}-5 > 0$,so $4-5 = -1$,which is not allowed.
If $2^{x} = 8$,then $x = 3$. Here $8-5 = 3 > 0$ and $8-3.5 = 4.5 > 0$,which is valid.
Thus,$x = 3$.
303
DifficultMCQ
Let $x, y > 0$. If $x^{3} y^{2} = 2^{15}$,then the least value of $3x + 2y$ is
A
$30$
B
$32$
C
$36$
D
$40$

Solution

(D) We are given $x, y > 0$ and $x^{3} y^{2} = 2^{15}$.
We want to minimize $3x + 2y$.
Using the Arithmetic Mean-Geometric Mean $(AM \geq GM)$ inequality for $5$ terms: $\frac{x+x+x+y+y}{5} \geq \sqrt[5]{x \cdot x \cdot x \cdot y \cdot y}$.
This simplifies to $\frac{3x + 2y}{5} \geq (x^{3} y^{2})^{1/5}$.
Substituting the given value $x^{3} y^{2} = 2^{15}$:
$\frac{3x + 2y}{5} \geq (2^{15})^{1/5}$.
$\frac{3x + 2y}{5} \geq 2^{3}$.
$\frac{3x + 2y}{5} \geq 8$.
$3x + 2y \geq 40$.
Thus,the least value of $3x + 2y$ is $40$.
304
DifficultMCQ
If $\{a_{i}\}_{i=1}^{n}$,where $n$ is an even integer,is an arithmetic progression with common difference $d=1$,and $\sum_{i=1}^{n} a_{i}=192$,$\sum_{i=1}^{n/2} a_{2i}=120$,then $n$ is equal to
A
$48$
B
$96$
C
$92$
D
$104$

Solution

(B) The sum of an arithmetic progression is given by $S_n = \frac{n}{2}[2a_1 + (n-1)d]$.
Given $d=1$,$\sum_{i=1}^{n} a_i = \frac{n}{2}[2a_1 + (n-1)] = 192$.
$2a_1 + n - 1 = \frac{384}{n} \quad \dots(1)$
The terms $a_{2i}$ are $a_2, a_4, \dots, a_n$. This is an arithmetic progression with first term $a_2 = a_1 + 1$ and common difference $2d = 2$.
The number of terms is $n/2$.
$\sum_{i=1}^{n/2} a_{2i} = \frac{n/2}{2}[2(a_1+1) + (n/2 - 1)2] = 120$.
$\frac{n}{4}[2a_1 + 2 + n - 2] = 120 \Rightarrow \frac{n}{4}[2a_1 + n] = 120$.
$2a_1 + n = \frac{480}{n} \quad \dots(2)$
Subtracting $(1)$ from $(2)$:
$(2a_1 + n) - (2a_1 + n - 1) = \frac{480}{n} - \frac{384}{n}$.
$1 = \frac{96}{n}$.
$n = 96$.
305
MediumMCQ
If $a_{1}, a_{2}, a_{3}, \ldots$ and $b_{1}, b_{2}, b_{3}, \ldots$ are $A.P.$ and $a_{1}=2, a_{10}=3, a_{1}b_{1}=1=a_{10}b_{10}$,then $a_{4}b_{4}$ is equal to
A
$\frac{35}{27}$
B
$1$
C
$\frac{27}{28}$
D
$\frac{28}{27}$

Solution

(D) Given $a_{1}, a_{2}, a_{3}, \ldots$ is an $A.P.$ with $a_{1}=2$ and $a_{10}=3$.
Using $a_{n} = a_{1} + (n-1)d_{1}$,we have $3 = 2 + 9d_{1}$,so $d_{1} = \frac{1}{9}$.
Thus,$a_{4} = a_{1} + 3d_{1} = 2 + 3(\frac{1}{9}) = 2 + \frac{1}{3} = \frac{7}{3}$.
Given $b_{1}, b_{2}, b_{3}, \ldots$ is an $A.P.$ with $a_{1}b_{1}=1$ and $a_{10}b_{10}=1$.
Since $a_{1}=2$,$b_{1} = \frac{1}{2}$. Since $a_{10}=3$,$b_{10} = \frac{1}{3}$.
Using $b_{n} = b_{1} + (n-1)d_{2}$,we have $\frac{1}{3} = \frac{1}{2} + 9d_{2}$,so $9d_{2} = \frac{1}{3} - \frac{1}{2} = -\frac{1}{6}$,which gives $d_{2} = -\frac{1}{54}$.
Thus,$b_{4} = b_{1} + 3d_{2} = \frac{1}{2} + 3(-\frac{1}{54}) = \frac{1}{2} - \frac{1}{18} = \frac{9-1}{18} = \frac{8}{18} = \frac{4}{9}$.
Therefore,$a_{4}b_{4} = (\frac{7}{3})(\frac{4}{9}) = \frac{28}{27}$.
306
DifficultMCQ
If $n$ arithmetic means are inserted between $a$ and $100$ such that the ratio of the first mean to the last mean is $1:7$ and $a+n=33$,then the value of $n$ is
A
$21$
B
$22$
C
$23$
D
$24$

Solution

(C) Let the arithmetic means be $A_1, A_2, \dots, A_n$. The common difference is $d = \frac{100 - a}{n + 1}$.
The first mean is $A_1 = a + d$ and the last mean is $A_n = 100 - d$.
Given $\frac{A_1}{A_n} = \frac{1}{7}$,we have $\frac{a + d}{100 - d} = \frac{1}{7}$.
Cross-multiplying gives $7(a + d) = 100 - d$,which simplifies to $7a + 8d = 100$.
Substituting $d = \frac{100 - a}{n + 1}$,we get $7a + 8\left(\frac{100 - a}{n + 1}\right) = 100$.
Given $a + n = 33$,we substitute $a = 33 - n$ into the equation:
$7(33 - n) + 8\left(\frac{100 - (33 - n)}{n + 1}\right) = 100$
$231 - 7n + 8\left(\frac{67 + n}{n + 1}\right) = 100$
$131 - 7n + \frac{536 + 8n}{n + 1} = 0$
$(131 - 7n)(n + 1) + 536 + 8n = 0$
$131n + 131 - 7n^2 - 7n + 536 + 8n = 0$
$-7n^2 + 132n + 667 = 0 \Rightarrow 7n^2 - 132n - 667 = 0$.
Solving the quadratic equation: $(n - 23)(7n + 29) = 0$.
Since $n$ must be a positive integer,$n = 23$.
307
DifficultMCQ
Let $A = \{1, a_{1}, a_{2}, \ldots, a_{18}, 77\}$ be a set of integers with $1 < a_{1} < a_{2} < \ldots < a_{18} < 77$. Let the set $A + A = \{x + y : x, y \in A\}$ contain exactly $39$ elements. Then,the value of $a_{1} + a_{2} + \ldots + a_{18}$ is equal to:
A
$802$
B
$72$
C
$702$
D
$102$

Solution

(C) Let the set $A$ have $n = 20$ elements. The set $A + A$ has $39$ elements. For a set with $n$ elements,the maximum number of elements in $A + A$ is $\frac{n(n+1)}{2} = \frac{20 \times 21}{2} = 210$. The minimum number of elements is $2n - 1 = 2(20) - 1 = 39$.
Since the set $A + A$ contains exactly $39$ elements,the set $A$ must be an arithmetic progression.
Given $A = \{1, a_{1}, a_{2}, \ldots, a_{18}, 77\}$,the first term $a = 1$ and the last term $l = 77$ with $n = 20$ terms.
The common difference $d$ is given by $77 = 1 + (20 - 1)d$,so $76 = 19d$,which implies $d = 4$.
The terms are $1, 5, 9, 13, \ldots, 77$.
The sum of the $18$ terms $a_{1} + a_{2} + \ldots + a_{18}$ is the sum of the arithmetic progression excluding the first and last terms.
Sum $= \frac{18}{2} \times (a_{1} + a_{18}) = 9 \times (5 + 73) = 9 \times 78 = 702$.
308
AdvancedMCQ
Different $A.P.$s are constructed with the first term $100$,the last term $199$,and integral common differences. The sum of the common differences of all such $A.P.$s having at least $3$ terms and at most $33$ terms is:
A
$54$
B
$52$
C
$56$
D
$53$

Solution

(D) Let the first term be $a = 100$ and the last term be $\ell = 199$.
For an $A.P.$ with $n$ terms,the last term is given by $\ell = a + (n - 1)d$,where $d$ is the common difference.
Thus,$d = \frac{\ell - a}{n - 1} = \frac{199 - 100}{n - 1} = \frac{99}{n - 1}$.
We are given that $d$ must be an integer,so $(n - 1)$ must be a divisor of $99$.
The divisors of $99$ are $1, 3, 9, 11, 33, 99$.
We are given that the number of terms $n$ satisfies $3 \le n \le 33$.
This implies $2 \le n - 1 \le 32$.
The divisors of $99$ that satisfy this condition are $3, 9, 11$.
For $n - 1 = 3$,$d = \frac{99}{3} = 33$.
For $n - 1 = 9$,$d = \frac{99}{9} = 11$.
For $n - 1 = 11$,$d = \frac{99}{11} = 9$.
The sum of all such common differences is $33 + 11 + 9 = 53$.
309
DifficultMCQ
The series of positive multiples of $3$ is divided into sets: $\{3\}, \{6, 9, 12\}, \{15, 18, 21, 24, 27\}, \ldots$. Then the sum of the elements in the $11^{\text{th}}$ set is equal to $................$
A
$6994$
B
$6698$
C
$6695$
D
$6993$

Solution

(D) The number of elements in the $n^{\text{th}}$ set is $2n - 1$.
The total number of elements in the first $10$ sets is $\sum_{k=1}^{10} (2k - 1) = 2 \times \frac{10 \times 11}{2} - 10 = 110 - 10 = 100$.
Thus,the $11^{\text{th}}$ set starts from the $101^{\text{st}}$ multiple of $3$,which is $3 \times 101 = 303$.
The $11^{\text{th}}$ set contains $2(11) - 1 = 21$ elements.
These elements form an arithmetic progression with first term $a = 303$,common difference $d = 3$,and number of terms $n = 21$.
The sum of the elements is $S_{11} = \frac{n}{2} [2a + (n - 1)d] = \frac{21}{2} [2(303) + (21 - 1)3] = \frac{21}{2} [606 + 60] = \frac{21}{2} [666] = 21 \times 333 = 6993$.
310
DifficultMCQ
Suppose $a_{1}, a_{2}, \ldots, a_{n}, \ldots$ is an arithmetic progression of natural numbers. If the ratio of the sum of the first five terms to the sum of the first nine terms of the progression is $5:17$ and $110 < a_{15} < 120$,then the sum of the first ten terms of the progression is equal to -
A
$290$
B
$380$
C
$460$
D
$510$

Solution

(B) Let the first term be $a$ and the common difference be $d$. The sum of the first $n$ terms is $S_{n} = \frac{n}{2}(2a + (n-1)d)$.
Given $\frac{S_{5}}{S_{9}} = \frac{5}{17}$,we have $\frac{\frac{5}{2}(2a + 4d)}{\frac{9}{2}(2a + 8d)} = \frac{5}{17}$.
Simplifying,$\frac{5(a + 2d)}{9(a + 4d)} = \frac{5}{17}$ $\Rightarrow 17(a + 2d) = 9(a + 4d)$ $\Rightarrow 17a + 34d = 9a + 36d$ $\Rightarrow 8a = 2d$ $\Rightarrow d = 4a$.
The $15^{th}$ term is $a_{15} = a + 14d = a + 14(4a) = a + 56a = 57a$.
Given $110 < a_{15} < 120$,we have $110 < 57a < 120$.
Since $a$ is a natural number,$a = 2$.
Then $d = 4(2) = 8$.
The sum of the first ten terms is $S_{10} = \frac{10}{2}(2a + 9d) = 5(2(2) + 9(8)) = 5(4 + 72) = 5(76) = 380$.
311
AdvancedMCQ
For $p, q \in R$,consider the real-valued function $f(x) = (x - p)^2 - q$,where $x \in R$ and $q > 0$. Let $a_1, a_2, a_3, a_4$ be in an arithmetic progression with mean $p$ and a positive common difference $d$. If $|f(a_i)| = 500$ for all $i = 1, 2, 3, 4$,then the absolute difference between the roots of $f(x) = 0$ is:
A
$50$
B
$60$
C
$70$
D
$80$

Solution

(A) The roots of $f(x) = (x - p)^2 - q = 0$ are $x = p \pm \sqrt{q}$.
The absolute difference between the roots is $|(p + \sqrt{q}) - (p - \sqrt{q})| = 2\sqrt{q}$.
Given $a_1, a_2, a_3, a_4$ are in arithmetic progression with mean $p$ and common difference $d > 0$,we have $a_1 = p - \frac{3d}{2}, a_2 = p - \frac{d}{2}, a_3 = p + \frac{d}{2}, a_4 = p + \frac{3d}{2}$.
Since $|f(a_i)| = 500$,we have $|(a_i - p)^2 - q| = 500$.
For $i=4$,$|(\frac{3d}{2})^2 - q| = 500 \Rightarrow |\frac{9d^2}{4} - q| = 500$.
For $i=1$,$|(-\frac{3d}{2})^2 - q| = 500 \Rightarrow |\frac{9d^2}{4} - q| = 500$.
For $i=2$,$|(-\frac{d}{2})^2 - q| = 500 \Rightarrow |\frac{d^2}{4} - q| = 500$.
Since $q > 0$ and $d > 0$,$\frac{9d^2}{4} - q = 500$ and $q - \frac{d^2}{4} = 500$ (as $\frac{d^2}{4} < q < \frac{9d^2}{4}$ for the absolute values to be equal).
Adding these equations: $(\frac{9d^2}{4} - q) + (q - \frac{d^2}{4}) = 500 + 500$ $\Rightarrow 2d^2 = 1000$ $\Rightarrow d^2 = 500$.
Substituting $d^2 = 500$ into $q - \frac{d^2}{4} = 500$,we get $q - 125 = 500 \Rightarrow q = 625$.
The absolute difference between the roots is $2\sqrt{q} = 2\sqrt{625} = 2 \times 25 = 50$.
312
AdvancedMCQ
The number of $5$-tuples $(a, b, c, d, e)$ of positive integers such that:
$I.$ $a, b, c, d, e$ are the measures of angles of a convex pentagon in degrees.
$II.$ $a \leq b \leq c \leq d \leq e$.
$III.$ $a, b, c, d, e$ are in an arithmetic progression.
A
$35$
B
$36$
C
$37$
D
$126$

Solution

(B) The sum of the interior angles of a convex pentagon is $(5-2) \times 180^{\circ} = 540^{\circ}$.
Let the angles be $a, a+d, a+2d, a+3d, a+4d$ where $d \geq 0$.
The sum is $5a + 10d = 540^{\circ}$,which simplifies to $a + 2d = 108^{\circ}$.
Since $a$ and $d$ are integers and $a > 0$,we have $2d = 108 - a$.
For the pentagon to be convex,each angle must be less than $180^{\circ}$. The largest angle is $e = a + 4d$.
Substituting $a = 108 - 2d$,we get $e = (108 - 2d) + 4d = 108 + 2d$.
We require $108 + 2d < 180$,which implies $2d < 72$,so $d < 36$.
Also,since $a$ is a positive integer,$a = 108 - 2d > 0$,so $2d < 108$,or $d < 54$.
Since $d$ must be a non-negative integer,$d$ can take values from $0, 1, 2, \dots, 35$.
This gives a total of $36$ possible values for $d$,and each $d$ uniquely determines $a$.
313
AdvancedMCQ
Suppose $a_1, a_2, a_3, \ldots, a_{2012}$ are integers arranged on a circle. Each number is equal to the average of its two adjacent numbers. If the sum of all even-indexed numbers is $3018$,what is the sum of all numbers?
A
$0$
B
$1509$
C
$3018$
D
$6036$

Solution

(D) Given that each number is the average of its neighbors,we have $a_i = \frac{a_{i-1} + a_{i+1}}{2}$,which implies $2a_i = a_{i-1} + a_{i+1}$ for all $i$ (with indices taken modulo $2012$).
This means $a_{i+1} - a_i = a_i - a_{i-1}$.
Let $d_i = a_{i+1} - a_i$. Then $d_i = d_{i-1}$,which implies all differences are equal to some constant $d$.
Since the numbers are arranged on a circle,$a_{2013} = a_1$,so $a_1 = a_1 + 2012d$,which implies $d = 0$.
Therefore,$a_1 = a_2 = a_3 = \ldots = a_{2012} = k$ for some integer $k$.
The sum of even-indexed numbers is $a_2 + a_4 + \ldots + a_{2012} = 1006k = 3018$.
Thus,$k = \frac{3018}{1006} = 3$.
The sum of all $2012$ numbers is $2012 \times k = 2012 \times 3 = 6036$.
314
DifficultMCQ
Let $a_n, n \geq 1$,be an arithmetic progression with first term $2$ and common difference $4$. Let $M_n$ be the average of the first $n$ terms. Then the sum $\sum_{n=1}^{10} M_n$ is
A
$110$
B
$335$
C
$770$
D
$1100$

Solution

(A) The sum of the first $n$ terms of an arithmetic progression with first term $a = 2$ and common difference $d = 4$ is given by:
$S_n = \frac{n}{2}[2a + (n-1)d] = \frac{n}{2}[2(2) + (n-1)4] = \frac{n}{2}[4 + 4n - 4] = \frac{n}{2}[4n] = 2n^2$.
The average of the first $n$ terms is $M_n = \frac{S_n}{n} = \frac{2n^2}{n} = 2n$.
We need to calculate the sum $\sum_{n=1}^{10} M_n = \sum_{n=1}^{10} 2n$.
$= 2 \sum_{n=1}^{10} n = 2 \times \frac{10(10+1)}{2} = 10 \times 11 = 110$.
315
DifficultMCQ
Suppose the sum of the first $m$ terms of an arithmetic progression is $n$ and the sum of its first $n$ terms is $m$,where $m \neq n$. Then,the sum of the first $(m+n)$ terms of the arithmetic progression is
A
$1-mn$
B
$mn-5$
C
$-(m+n)$
D
$m+n$

Solution

(C) Given,$S_m = n$ and $S_n = m$.
The formula for the sum of the first $k$ terms is $S_k = \frac{k}{2}[2a + (k-1)d]$.
Thus,$S_m = \frac{m}{2}[2a + (m-1)d] = n \implies 2a + (m-1)d = \frac{2n}{m} \quad (i)$.
Similarly,$S_n = \frac{n}{2}[2a + (n-1)d] = m \implies 2a + (n-1)d = \frac{2m}{n} \quad (ii)$.
Subtracting $(ii)$ from $(i)$:
$(m-1)d - (n-1)d = \frac{2n}{m} - \frac{2m}{n}$
$(m-n)d = \frac{2(n^2 - m^2)}{mn} = \frac{-2(m-n)(m+n)}{mn}$
$d = \frac{-2(m+n)}{mn}$.
Substituting $d$ into $(i)$:
$2a = \frac{2n}{m} - (m-1)d = \frac{2n}{m} + (m-1) \frac{2(m+n)}{mn} = \frac{2n^2 + 2(m-1)(m+n)}{mn} = \frac{2n^2 + 2(m^2 + mn - m - n)}{mn}$.
The sum $S_{m+n} = \frac{m+n}{2}[2a + (m+n-1)d]$.
Substituting $2a$ and $d$:
$S_{m+n} = \frac{m+n}{2} [\frac{2n^2 + 2m^2 + 2mn - 2m - 2n}{mn} + (m+n-1)(\frac{-2(m+n)}{mn})]$.
Simplifying the expression inside the bracket:
$= \frac{m+n}{2} [\frac{2n^2 + 2m^2 + 2mn - 2m - 2n - 2(m+n)^2 + 2(m+n)}{mn}]$
$= \frac{m+n}{2} [\frac{2n^2 + 2m^2 + 2mn - 2m - 2n - 2(m^2 + n^2 + 2mn) + 2m + 2n}{mn}]$
$= \frac{m+n}{2} [\frac{2n^2 + 2m^2 + 2mn - 2m^2 - 2n^2 - 4mn}{mn}] = \frac{m+n}{2} [\frac{-2mn}{mn}] = \frac{m+n}{2} (-2) = -(m+n)$.
316
AdvancedMCQ
The median of all $4$-digit numbers that are divisible by $7$ is
A
$5797$
B
$5498.5$
C
$5499.5$
D
$5490$

Solution

(B) The $4$-digit numbers divisible by $7$ form an arithmetic progression: $1001, 1008, 1015, \ldots, 9996$.
Here,the first term $a = 1001$ and the common difference $d = 7$.
The last term $l = a + (n-1)d$,so $9996 = 1001 + (n-1)7$.
$8995 = (n-1)7 \implies n-1 = 1285 \implies n = 1286$.
Since the number of terms $n = 1286$ is even,the median is the average of the $\left(\frac{n}{2}\right)^{\text{th}}$ and $\left(\frac{n}{2}+1\right)^{\text{th}}$ terms.
Median $= \frac{a_{643} + a_{644}}{2}$.
$a_{643} = 1001 + (643-1)7 = 1001 + 4494 = 5495$.
$a_{644} = 1001 + (644-1)7 = 1001 + 4501 = 5502$.
Median $= \frac{5495 + 5502}{2} = \frac{10997}{2} = 5498.5$.
317
AdvancedMCQ
The houses on one side of a road are numbered using consecutive even numbers. The sum of the numbers of all the houses in that row is $170$. If there are at least $6$ houses in that row and $a$ is the number of the sixth house,then:
A
$2 \leq a \leq 6$
B
$8 \leq a \leq 12$
C
$14 \leq a \leq 20$
D
$22 < a \leq 30$

Solution

(C) Let the number of houses be $x, x+2, x+4, x+6, x+8, x+10, \dots$ where $x$ is the first house number.
Since $a$ is the $6^{th}$ house number,$a = x + 10$,which implies $x = a - 10$.
Since house numbers must be positive even integers,$x \geq 2$,so $a - 10 \geq 2 \Rightarrow a \geq 12$.
The sum of $n$ houses is given by $S_n = \frac{n}{2}[2x + (n-1)2] = n(x + n - 1) = 170$.
Substituting $x = a - 10$,we get $n(a - 10 + n - 1) = 170$,or $n(a + n - 11) = 170$.
Since $n \geq 6$,we test factors of $170$ $(1, 2, 5, 10, 17, 34, 85, 170)$.
If $n=10$,$10(a + 10 - 11) = 170$ $\Rightarrow a - 1 = 17$ $\Rightarrow a = 18$.
If $n=5$ (not allowed as $n \geq 6$),$5(a + 5 - 11) = 170$ $\Rightarrow a - 6 = 34$ $\Rightarrow a = 40$.
If $n=17$,$17(a + 17 - 11) = 170$ $\Rightarrow a + 6 = 10$ $\Rightarrow a = 4$.
Since $a \geq 12$,the valid range for $a$ containing $18$ is $14 \leq a \leq 20$.
318
AdvancedMCQ
Let $a, b, c, d, e$ be natural numbers in an arithmetic progression such that $a+b+c+d+e$ is the cube of an integer and $b+c+d$ is the square of an integer. The least possible value of the number of digits of $c$ is
A
$2$
B
$3$
C
$4$
D
$5$

Solution

(B) Let the arithmetic progression be $a, b, c, d, e$ with common difference $D$.
Since $a, b, c, d, e$ are in arithmetic progression,we can write them as $c-2D, c-D, c, c+D, c+2D$.
Given $a+b+c+d+e = 5c = \lambda^3$ for some integer $\lambda$.
Given $b+c+d = 3c = u^2$ for some integer $u$.
From $3c = u^2$,we have $c = \frac{u^2}{3}$.
Substituting this into $5c = \lambda^3$,we get $5(\frac{u^2}{3}) = \lambda^3$,which implies $5u^2 = 3\lambda^3$.
For this to hold,$u$ must be a multiple of $3$ and $\lambda$ must be a multiple of $5$.
Let $u = 3k$ and $\lambda = 5m$. Then $5(9k^2) = 3(125m^3)$,which simplifies to $45k^2 = 375m^3$,or $3k^2 = 25m^3$.
For the smallest natural number solution,we set $m=3$ and $k=5$.
Then $u = 3(5) = 15$ and $\lambda = 5(3) = 15$.
However,checking the condition $5c = \lambda^3$,if $\lambda=15$,$5c = 3375$,so $c = 675$.
Checking $3c = u^2$,$3(675) = 2025 = 45^2$.
Thus,$c = 675$,which has $3$ digits.
319
DifficultMCQ
The sides of a triangle are distinct positive integers in an arithmetic progression. If the smallest side is $10$,the number of such triangles is
A
$8$
B
$9$
C
$10$
D
infinitely many

Solution

(B) Let the sides of the triangle be $a-d, a, a+d$ where $a$ and $d$ are positive integers and $d > 0$.
The smallest side is $a-d = 10$,which implies $a = 10+d$.
The sides are $10, 10+d, 10+2d$.
For these to form a triangle,the sum of the two smaller sides must be greater than the largest side:
$10 + (10+d) > 10+2d$
$20+d > 10+2d$
$10 > d$
Since $d$ is a positive integer,$d$ can take values from $1, 2, 3, 4, 5, 6, 7, 8, 9$.
Thus,there are $9$ possible values for $d$,and consequently $9$ such triangles.
320
DifficultMCQ
Let $S_n$ be the sum of all integers $k$ such that $2^n < k < 2^{n+1}$,for $n \geq 1$. Then,$9$ divides $S_n$ if and only if
A
$n$ is odd
B
$n$ is of the form $3k+1$
C
$n$ is even
D
$n$ is of the form $3k+2$

Solution

(C) The integers $k$ are $2^n+1, 2^n+2, \dots, 2^{n+1}-1$.
This is an arithmetic progression with $a = 2^n+1$,$l = 2^{n+1}-1$,and the number of terms $N = (2^{n+1}-1) - (2^n+1) + 1 = 2^{n+1}-2^n-1 = 2^n-1$.
The sum $S_n$ is given by $S_n = \frac{N}{2}(a+l) = \frac{2^n-1}{2}(2^n+1+2^{n+1}-1) = \frac{2^n-1}{2}(2^n+2 \cdot 2^n) = \frac{2^n-1}{2}(3 \cdot 2^n) = 3 \cdot 2^{n-1}(2^n-1)$.
For $9$ to divide $S_n$,we need $3 \cdot 2^{n-1}(2^n-1) = 9m$,which implies $2^{n-1}(2^n-1) = 3m$.
This means $2^{n-1}(2^n-1)$ must be a multiple of $3$.
Since $2 \equiv -1 \pmod{3}$,we have $2^n \equiv (-1)^n \pmod{3}$.
If $n$ is odd,$2^n \equiv -1 \equiv 2 \pmod{3}$,so $2^n-1 \equiv 1 \pmod{3}$.
If $n$ is even,$2^n \equiv 1 \pmod{3}$,so $2^n-1 \equiv 0 \pmod{3}$.
Thus,$2^n-1$ is divisible by $3$ if and only if $n$ is even.
321
DifficultMCQ
Suppose we have an arithmetic progression $a_1, a_2, \ldots, a_n, \ldots$ with $a_1 = 1$ and $a_2 - a_1 = 5$. The median of the finite sequence $a_1, a_2, \ldots, a_k$,where $a_k \leq 2021$ and $a_{k+1} > 2021$,is
A
$1011$
B
$1011.5$
C
$1013.5$
D
$1016$

Solution

(A) Given the arithmetic progression $a_1, a_2, \ldots, a_n$ with $a_1 = 1$ and common difference $d = a_2 - a_1 = 5$.
The $n$-th term is given by $a_n = a_1 + (n - 1)d = 1 + (n - 1)5 = 5n - 4$.
We are given $a_k \leq 2021$,so $5k - 4 \leq 2021$,which implies $5k \leq 2025$,or $k \leq 405$.
Since $a_{k+1} > 2021$,the sequence is $a_1, a_2, \ldots, a_{405}$.
The number of terms is $405$,which is odd. The median of a sequence with $n$ terms (where $n$ is odd) is the term at position $\frac{n+1}{2}$.
Here,the median is the term at position $\frac{405+1}{2} = 203$.
The $203$-rd term is $a_{203} = a_1 + (203 - 1)d = 1 + 202 \times 5 = 1 + 1010 = 1011$.
322
DifficultMCQ
For three positive integers $p, q, r$,$x^{pq p^2} = y^{qr} = z^{p^2 r}$ and $r = pq + 1$ such that $3, 3 \log_y x, 3 \log_z y, 7 \log_x z$ are in $A$.$P$. with common difference $\frac{1}{2}$. Then $r - p - q$ is equal to
A
$2$
B
$6$
C
$12$
D
$-6$

Solution

(A) Let $x^{pq p^2} = y^{qr} = z^{p^2 r} = k$. Then $pq p^2 = \log_x k$,$qr = \log_y k$,and $p^2 r = \log_z k$.
Using the change of base formula,$\log_y x = \frac{\log_x k}{\log_y k} = \frac{pq p^2}{qr} = \frac{p^3}{r}$.
Similarly,$\log_z y = \frac{qr}{p^2 r} = \frac{q}{p^2}$ and $\log_x z = \frac{p^2 r}{pq p^2} = \frac{r}{pq}$.
The terms $3, 3 \log_y x, 3 \log_z y, 7 \log_x z$ are in $A$.$P$. with common difference $d = \frac{1}{2}$.
Thus,$3 \log_y x - 3 = \frac{1}{2} \implies 3 \log_y x = \frac{7}{2} \implies \log_y x = \frac{7}{6}$.
From $\log_y x = \frac{p^3}{r} = \frac{7}{6}$,we have $6p^3 = 7r$. Since $r = pq + 1$,$6p^3 = 7(pq + 1)$.
Also,the common difference between consecutive terms is $\frac{1}{2}$,so $3 \log_z y - 3 \log_y x = \frac{1}{2} \implies 3(\frac{q}{p^2} - \frac{7}{6}) = \frac{1}{2} \implies \frac{q}{p^2} = \frac{1}{6} + \frac{7}{6} = \frac{8}{6} = \frac{4}{3}$.
So $3q = 4p^2$. Substituting $q = \frac{4p^2}{3}$ into $6p^3 = 7(p(\frac{4p^2}{3}) + 1)$ gives $6p^3 = 7(\frac{4p^3}{3} + 1) \implies 18p^3 = 28p^3 + 21 \implies -10p^3 = 21$ (No integer solution).
Re-evaluating the sequence: $3, 3 \log_y x, 3 \log_z y, 7 \log_x z$. Given $3 \log_y x - 3 = 1/2 \implies \log_y x = 7/6$. Given $3 \log_z y - 3 \log_y x = 1/2 \implies \log_z y = 7/6 + 1/6 = 8/6 = 4/3$. Given $7 \log_x z - 3 \log_z y = 1/2 \implies 7 \log_x z = 4/3 + 1/2 = 11/6 \implies \log_x z = 11/42$.
Solving for $p, q, r$ with $r = pq+1$ yields $p=2, q=3, r=7$. Then $r-p-q = 7-2-3 = 2$.
323
DifficultMCQ
Let the six numbers $a_1, a_2, a_3, a_4, a_5, a_6$ be in $A.P.$ and $a_1+a_3=10$. If the mean of these six numbers is $\frac{19}{2}$ and their variance is $\sigma^2$,then $8 \sigma^2$ is equal to
A
$220$
B
$210$
C
$200$
D
$105$

Solution

(B) Given $a_1, a_2, a_3, a_4, a_5, a_6$ are in $A.P.$ with common difference $d$.
$a_1 + a_3 = a_1 + (a_1 + 2d) = 2a_1 + 2d = 10 \Rightarrow a_1 + d = 5$.
The mean of the six numbers is $\frac{a_1 + a_2 + a_3 + a_4 + a_5 + a_6}{6} = \frac{19}{2}$.
Sum of the numbers $= 6 \times \frac{19}{2} = 57$.
Using the sum formula for $A.P.$,$S_6 = \frac{6}{2}(2a_1 + 5d) = 3(2a_1 + 5d) = 57 \Rightarrow 2a_1 + 5d = 19$.
Solving $a_1 + d = 5$ and $2a_1 + 5d = 19$,we get $d = 3$ and $a_1 = 2$.
The numbers are $2, 5, 8, 11, 14, 17$.
Variance $\sigma^2 = \frac{\sum x_i^2}{n} - (\bar{x})^2 = \frac{2^2 + 5^2 + 8^2 + 11^2 + 14^2 + 17^2}{6} - (\frac{19}{2})^2$.
$\sigma^2 = \frac{4 + 25 + 64 + 121 + 196 + 289}{6} - \frac{361}{4} = \frac{699}{6} - \frac{361}{4} = 116.5 - 90.25 = 26.25 = \frac{105}{4}$.
Therefore,$8 \sigma^2 = 8 \times \frac{105}{4} = 210$.
324
DifficultMCQ
Let $a_1, a_2, \ldots, a_n$ be in an $A$.$P$. If $a_5 = 2a_3$ and $a_{11} = 18$,then $12\left(\frac{1}{\sqrt{a_{10}}+\sqrt{a_{11}}} + \frac{1}{\sqrt{a_{11}}+\sqrt{a_{12}}} + \ldots + \frac{1}{\sqrt{a_{17}}+\sqrt{a_{18}}}\right)$ is equal to $..........$.
A
$8$
B
$6$
C
$3$
D
$12$

Solution

(A) Let the first term be $a_1$ and the common difference be $d$.
Given $a_5 = 2a_3$,we have $a_1 + 4d = 2(a_1 + 2d)$,which simplifies to $a_1 + 4d = 2a_1 + 4d$,so $a_1 = 0$.
However,the provided solution in the prompt had a typo in the initial equation. Let us re-evaluate: $a_5 = a_1 + 4d$ and $a_3 = a_1 + 2d$.
Given $a_5 = 2a_3 \implies a_1 + 4d = 2(a_1 + 2d) \implies a_1 + 4d = 2a_1 + 4d \implies a_1 = 0$.
Given $a_{11} = 18 \implies a_1 + 10d = 18 \implies 0 + 10d = 18 \implies d = 1.8$.
Then $a_n = a_1 + (n-1)d = (n-1)1.8$.
The sum is $S = 12 \sum_{k=10}^{17} \frac{1}{\sqrt{a_k} + \sqrt{a_{k+1}}} = 12 \sum_{k=10}^{17} \frac{\sqrt{a_{k+1}} - \sqrt{a_k}}{a_{k+1} - a_k} = \frac{12}{d} (\sqrt{a_{18}} - \sqrt{a_{10}})$.
$a_{18} = 17 \times 1.8 = 30.6$,$a_{10} = 9 \times 1.8 = 16.2$.
$S = \frac{12}{1.8} (\sqrt{30.6} - \sqrt{16.2}) \approx 6.66 (5.53 - 4.02) \approx 10$.
Given the structure of the original provided solution,it appears the question intended $a_5 = 2a_3$ to be a different relation or the values were different. Following the logic of the provided solution steps: $a_1 = -72, d = 9$.
$a_{10} = -72 + 9(9) = 9$.
$a_{18} = -72 + 17(9) = 81$.
$S = \frac{12}{9} (\sqrt{81} - \sqrt{9}) = \frac{12}{9} (9 - 3) = \frac{12 \times 6}{9} = 8$.
325
MediumMCQ
Let $a_1=8, a_2, a_3, \ldots, a_n$ be an $A.P.$ If the sum of its first four terms is $50$ and the sum of its last four terms is $170$,then the product of its middle two terms is
A
$753$
B
$752$
C
$754$
D
$751$

Solution

(C) Given the first term $a_1 = 8$ and the sum of the first four terms $S_4 = 50$.
Using the formula for the sum of an $A.P.$,$S_4 = \frac{4}{2}(2a_1 + 3d) = 50$.
$2(16 + 3d) = 50$ $\Rightarrow 16 + 3d = 25$ $\Rightarrow 3d = 9$ $\Rightarrow d = 3$.
Now,the sum of the last four terms is $a_{n-3} + a_{n-2} + a_{n-1} + a_n = 170$.
This can be written as $(a_1 + (n-4)d) + (a_1 + (n-3)d) + (a_1 + (n-2)d) + (a_1 + (n-1)d) = 170$.
$4a_1 + (4n - 10)d = 170$.
$4(8) + (4n - 10)(3) = 170 \Rightarrow 32 + 12n - 30 = 170$.
$12n + 2 = 170$ $\Rightarrow 12n = 168$ $\Rightarrow n = 14$.
The middle two terms of an $A.P.$ with $n=14$ are $a_7$ and $a_8$.
$a_7 = a_1 + 6d = 8 + 6(3) = 8 + 18 = 26$.
$a_8 = a_1 + 7d = 8 + 7(3) = 8 + 21 = 29$.
The product of the middle two terms is $a_7 \times a_8 = 26 \times 29 = 754$.
326
DifficultMCQ
Let $9 < x_1 < x_2 < \ldots < x_7$ be in an $A.P.$ with common difference $d$. If the standard deviation of $x_1, x_2, \ldots, x_7$ is $4$ and the mean is $\overline{x}$,then $\overline{x} + x_6$ is equal to:
A
$18\left(1+\frac{1}{\sqrt{3}}\right)$
B
$34$
C
$2\left(9+\frac{8}{\sqrt{7}}\right)$
D
$25$

Solution

(B) The terms are $x_1, x_2, \ldots, x_7$ in $A.P.$ with $x_1 = 9$ and common difference $d > 0$.
These can be written as $9, 9+d, 9+2d, \ldots, 9+6d$.
The mean $\overline{x} = \frac{1}{7} \sum_{i=0}^{6} (9+id) = 9 + \frac{d}{7} \times \frac{6 \times 7}{2} = 9 + 3d$.
The variance $\sigma^2$ is given by $\frac{1}{n} \sum x_i^2 - (\overline{x})^2$.
Since standard deviation $\sigma = 4$,$\sigma^2 = 16$.
Using the property of variance for an $A.P.$,$\sigma^2 = d^2 \frac{n^2-1}{12}$.
Here $n=7$,so $\sigma^2 = d^2 \frac{49-1}{12} = d^2 \frac{48}{12} = 4d^2$.
Given $4d^2 = 16$,we get $d^2 = 4$,so $d = 2$.
Now,$\overline{x} = 9 + 3(2) = 15$.
$x_6 = 9 + 5d = 9 + 5(2) = 19$.
Therefore,$\overline{x} + x_6 = 15 + 19 = 34$.
327
DifficultMCQ
The sum of the common terms of the following three arithmetic progressions:
$3, 7, 11, 15, \ldots, 399$
$2, 5, 8, 11, \ldots, 359$ and
$2, 7, 12, 17, \ldots, 197$,is equal to $................$.
A
$322$
B
$321$
C
$324$
D
$328$

Solution

(B) Let the three arithmetic progressions be $A_1, A_2, A_3$.
$A_1: 3, 7, 11, 15, \ldots, 399$ with common difference $d_1 = 4$.
$A_2: 2, 5, 8, 11, \ldots, 359$ with common difference $d_2 = 3$.
$A_3: 2, 7, 12, 17, \ldots, 197$ with common difference $d_3 = 5$.
The common difference of the sequence of common terms is $L = \operatorname{LCM}(4, 3, 5) = 60$.
To find the first common term $a$,we check the intersection of the sequences:
$A_1: a_n = 3 + (n-1)4 = 4n - 1$
$A_2: a_m = 2 + (m-1)3 = 3m - 1$
$A_3: a_k = 2 + (k-1)5 = 5k - 3$
Equating $A_1$ and $A_2$: $4n - 1 = 3m - 1 \implies 4n = 3m$. The smallest common term is $11$.
Now check $11$ in $A_3$: $5k - 3 = 11 \implies 5k = 14$ (No).
Next common term for $A_1$ and $A_2$ is $11 + 12 = 23$. Check in $A_3$: $5k - 3 = 23 \implies 5k = 26$ (No).
Next is $23 + 12 = 35$. Check in $A_3$: $5k - 3 = 35 \implies 5k = 38$ (No).
Next is $35 + 12 = 47$. Check in $A_3$: $5k - 3 = 47 \implies 5k = 50 \implies k = 10$. So,$47$ is the first common term.
The common terms are $47, 47+60=107, 107+60=167$.
The next term $167+60=227$ exceeds the limit of $A_3$ $(197)$.
Sum $= 47 + 107 + 167 = 321$.
328
DifficultMCQ
The sum of all those terms of the arithmetic progression $3, 8, 13, \ldots, 373$ which are not divisible by $3$ is equal to $.......$.
A
$9524$
B
$9523$
C
$9522$
D
$9525$

Solution

(D) The given arithmetic progression is $3, 8, 13, \ldots, 373$.
Here,$a = 3$,$d = 5$. The $n$-th term is $a_n = a + (n-1)d = 3 + (n-1)5 = 373$.
$5(n-1) = 370 \implies n-1 = 74 \implies n = 75$.
The total sum $S_{75} = \frac{75}{2}(3 + 373) = \frac{75}{2}(376) = 75 \times 188 = 14100$.
Terms divisible by $3$ are of the form $3 + (k-1)5$ such that $3 + 5k - 5$ is a multiple of $3$,i.e.,$5k - 2 = 3m \implies 5k \equiv 2 \pmod 3 \implies 2k \equiv 2 \pmod 3 \implies k \equiv 1 \pmod 3$.
So $k = 1, 4, 7, \ldots$. The terms are $3, 18, 33, \ldots$.
The last term is $363$ (since $363 = 3 + (m-1)15 \implies 360 = (m-1)15 \implies m-1 = 24 \implies m = 25$).
Sum of terms divisible by $3$ is $S' = \frac{25}{2}(3 + 363) = \frac{25}{2}(366) = 25 \times 183 = 4575$.
Required sum $= 14100 - 4575 = 9525$.
329
DifficultMCQ
Let $a, b, c$ and $d$ be positive real numbers such that $a+b+c+d=11$. If the maximum value of $a^5 b^3 c^2 d$ is $3750 \beta$,then the value of $\beta$ is
A
$90$
B
$110$
C
$55$
D
$108$

Solution

(A) Using the Weighted Arithmetic Mean-Geometric Mean Inequality ($AM$-$GM$) for the variables $a, b, c, d$ with weights $5, 3, 2, 1$ respectively,we have:
$\frac{5(\frac{a}{5}) + 3(\frac{b}{3}) + 2(\frac{c}{2}) + 1(d)}{5+3+2+1} \geq ((\frac{a}{5})^5 (\frac{b}{3})^3 (\frac{c}{2})^2 (d)^1)^{1/11}$
Given $a+b+c+d = 11$,the expression simplifies to:
$\frac{a+b+c+d}{11} \geq (\frac{a^5 b^3 c^2 d}{5^5 3^3 2^2})^{1/11}$
Since $a+b+c+d = 11$,we get:
$1 \geq (\frac{a^5 b^3 c^2 d}{5^5 3^3 2^2})^{1/11}$
Raising both sides to the power of $11$:
$1 \geq \frac{a^5 b^3 c^2 d}{5^5 3^3 2^2}$
Therefore,the maximum value of $a^5 b^3 c^2 d$ is $5^5 \times 3^3 \times 2^2 = 3125 \times 27 \times 4 = 337500$.
Given the maximum value is $3750 \beta$,we equate:
$3750 \beta = 337500$
$\beta = \frac{337500}{3750} = 90$.
330
DifficultMCQ
Let $s_1, s_2, s_3, \ldots, s_{10}$ be the sum of the first $12$ terms of $10$ arithmetic progressions whose first terms are $1, 2, 3, \ldots, 10$ and whose common differences are $1, 3, 5, \ldots, 19$ respectively. Then $\sum_{i=1}^{10} s_i$ is equal to
A
$7380$
B
$7220$
C
$7360$
D
$7260$

Solution

(D) The sum of the first $n$ terms of an arithmetic progression is given by $S_n = \frac{n}{2} [2a + (n-1)d]$.
For the $k$-th arithmetic progression,the first term $a_k = k$ and the common difference $d_k = 2k - 1$.
Given $n = 12$,the sum $s_k$ is:
$s_k = \frac{12}{2} [2(k) + (12-1)(2k-1)]$
$s_k = 6 [2k + 11(2k-1)]$
$s_k = 6 [2k + 22k - 11] = 6 [24k - 11] = 144k - 66$.
Now,we calculate the sum $\sum_{i=1}^{10} s_i$:
$\sum_{i=1}^{10} (144i - 66) = 144 \sum_{i=1}^{10} i - \sum_{i=1}^{10} 66$
$= 144 \times \frac{10 \times 11}{2} - 660$
$= 144 \times 55 - 660$
$= 7920 - 660 = 7260$.
331
DifficultMCQ
The $20^{\text{th}}$ term from the end of the progression $20, 19 \frac{1}{4}, 18 \frac{1}{2}, 17 \frac{3}{4}, \ldots, -129 \frac{1}{4}$ is:
A
$-118$
B
$-110$
C
$-115$
D
$-100$

Solution

(C) The given progression is an $A.P.$ with first term $a = 20$ and common difference $d = 19 \frac{1}{4} - 20 = -\frac{3}{4}$.
To find the $n^{\text{th}}$ term from the end,we can reverse the $A.P.$
The new $A.P.$ starts from $-129 \frac{1}{4}$ with a common difference $d' = -d = \frac{3}{4}$.
The $n^{\text{th}}$ term from the end is given by $a_n = a_{last} + (n-1)d'$.
Here,$a_{last} = -129 \frac{1}{4} = -\frac{517}{4}$,$n = 20$,and $d' = \frac{3}{4}$.
$a_{20} = -\frac{517}{4} + (20-1) \times \frac{3}{4}$
$a_{20} = -\frac{517}{4} + 19 \times \frac{3}{4}$
$a_{20} = \frac{-517 + 57}{4} = \frac{-460}{4} = -115$.
332
DifficultMCQ
In an $A.P.$,the sixth term is $a_6 = 2$. If the product $a_1 a_4 a_5$ is the greatest,then the common difference of the $A.P.$ is equal to
A
$\frac{3}{2}$
B
$\frac{2}{3}$
C
$\frac{8}{5}$
D
$\frac{5}{8}$

Solution

(C) Given $a_6 = 2$,we have $a + 5d = 2$,which implies $a = 2 - 5d$.
Let the product be $P = a_1 a_4 a_5 = a(a + 3d)(a + 4d)$.
Substituting $a = 2 - 5d$:
$P = (2 - 5d)(2 - 5d + 3d)(2 - 5d + 4d)$
$P = (2 - 5d)(2 - 2d)(2 - d)$
$P = (2 - 5d)(4 - 2d - 4d + 2d^2) = (2 - 5d)(4 - 6d + 2d^2)$
$P = 8 - 12d + 4d^2 - 20d + 30d^2 - 10d^3$
$P(d) = -10d^3 + 34d^2 - 32d + 8$
To find the maximum,we find the derivative $P'(d)$:
$P'(d) = -30d^2 + 68d - 32$
Set $P'(d) = 0$:
$-2(15d^2 - 34d + 16) = 0$
$-2(15d^2 - 24d - 10d + 16) = 0$
$-2[3d(5d - 8) - 2(5d - 8)] = 0$
$-2(3d - 2)(5d - 8) = 0$
Critical points are $d = \frac{2}{3}$ and $d = \frac{8}{5}$.
Using the second derivative test or sign scheme of $P'(d)$:
$P''(d) = -60d + 68$.
For $d = \frac{2}{3}$,$P''(\frac{2}{3}) = -60(\frac{2}{3}) + 68 = -40 + 68 = 28 > 0$ (Local Minima).
For $d = \frac{8}{5}$,$P''(\frac{8}{5}) = -60(\frac{8}{5}) + 68 = -96 + 68 = -28 < 0$ (Local Maxima).
Thus,the product is greatest when $d = \frac{8}{5}$.
333
MediumMCQ
Let $S_n$ denote the sum of the first $n$ terms of an arithmetic progression. If $S_{20} = 790$ and $S_{10} = 145$,then $S_{15} - S_5$ is:
A
$395$
B
$390$
C
$405$
D
$410$

Solution

(A) The sum of the first $n$ terms of an arithmetic progression is given by $S_n = \frac{n}{2}[2a + (n-1)d]$.
Given $S_{20} = \frac{20}{2}[2a + 19d] = 790$,which simplifies to $2a + 19d = 79$ $(1)$.
Given $S_{10} = \frac{10}{2}[2a + 9d] = 145$,which simplifies to $2a + 9d = 29$ $(2)$.
Subtracting $(2)$ from $(1)$,we get $(2a + 19d) - (2a + 9d) = 79 - 29$,so $10d = 50$,which means $d = 5$.
Substituting $d = 5$ into $(2)$,we get $2a + 9(5) = 29$,so $2a + 45 = 29$,which gives $2a = -16$,or $a = -8$.
We need to find $S_{15} - S_5 = \frac{15}{2}[2a + 14d] - \frac{5}{2}[2a + 4d]$.
Substituting $a = -8$ and $d = 5$:
$S_{15} - S_5 = \frac{15}{2}[2(-8) + 14(5)] - \frac{5}{2}[2(-8) + 4(5)]$
$= \frac{15}{2}[-16 + 70] - \frac{5}{2}[-16 + 20]$
$= \frac{15}{2}(54) - \frac{5}{2}(4)$
$= 15(27) - 5(2) = 405 - 10 = 395$.
334
DifficultMCQ
Let $S_n$ be the sum of the first $n$ terms of an arithmetic progression $3, 7, 11, \ldots$. If $40 < \left(\frac{6}{n(n+1)} \sum_{k=1}^{n} S_{k}\right) < 42$,then $n$ equals
A
$9$
B
$8$
C
$10$
D
$7$

Solution

(A) The given arithmetic progression is $3, 7, 11, \ldots$ with first term $a = 3$ and common difference $d = 4$.
The sum of the first $n$ terms is $S_n = \frac{n}{2}[2a + (n-1)d] = \frac{n}{2}[6 + (n-1)4] = \frac{n}{2}[4n + 2] = 2n^2 + n$.
Now,we calculate $\sum_{k=1}^{n} S_k = \sum_{k=1}^{n} (2k^2 + k) = 2 \sum_{k=1}^{n} k^2 + \sum_{k=1}^{n} k$.
Using the standard summation formulas,$\sum_{k=1}^{n} S_k = 2 \cdot \frac{n(n+1)(2n+1)}{6} + \frac{n(n+1)}{2} = \frac{n(n+1)(2n+1)}{3} + \frac{n(n+1)}{2}$.
Factoring out $\frac{n(n+1)}{6}$,we get $\sum_{k=1}^{n} S_k = \frac{n(n+1)}{6} [2(2n+1) + 3] = \frac{n(n+1)(4n+5)}{6}$.
Substituting this into the given inequality: $40 < \frac{6}{n(n+1)} \cdot \frac{n(n+1)(4n+5)}{6} < 42$.
This simplifies to $40 < 4n + 5 < 42$.
Subtracting $5$ from all parts: $35 < 4n < 37$.
Dividing by $4$: $8.75 < n < 9.25$.
Since $n$ must be an integer,$n = 9$.
335
DifficultMCQ
Let $S_n$ denote the sum of the first $n$ terms of an arithmetic progression. If $S_{10} = 390$ and the ratio of the tenth and the fifth terms is $15:7$,then $S_{15} - S_5$ is equal to:
A
$800$
B
$890$
C
$790$
D
$690$

Solution

(C) Given $S_{10} = 390$. Using the formula $S_n = \frac{n}{2}[2a + (n-1)d]$,we have:
$\frac{10}{2}[2a + 9d] = 390 \Rightarrow 2a + 9d = 78$ $......(1)$
The ratio of the tenth term $(t_{10})$ to the fifth term $(t_5)$ is $15:7$:
$\frac{a + 9d}{a + 4d} = \frac{15}{7}$ $\Rightarrow 7(a + 9d) = 15(a + 4d)$ $\Rightarrow 7a + 63d = 15a + 60d$ $\Rightarrow 8a = 3d$ $\Rightarrow d = \frac{8a}{3}$ $......(2)$
Substituting $(2)$ into $(1)$:
$2a + 9(\frac{8a}{3}) = 78$ $\Rightarrow 2a + 24a = 78$ $\Rightarrow 26a = 78$ $\Rightarrow a = 3$
Using $a = 3$ in $(2)$,$d = \frac{8(3)}{3} = 8$.
We need to find $S_{15} - S_5$:
$S_{15} - S_5 = \frac{15}{2}[2(3) + 14(8)] - \frac{5}{2}[2(3) + 4(8)]$
$= \frac{15}{2}[6 + 112] - \frac{5}{2}[6 + 32]$
$= \frac{15}{2}(118) - \frac{5}{2}(38) = 15(59) - 5(19) = 885 - 95 = 790$.
336
DifficultMCQ
Let $a_1, a_2, a_3, \ldots$ be in an arithmetic progression of positive terms. Let $A_{k}=a_1^2-a_2^2+a_3^2-a_4^2+\ldots+a_{2k-1}^2-a_{2k}^2$. If $A_3=-153$,$A_5=-435$ and $a_1^2+a_2^2+a_3^2=66$,then $a_{17}-A_7$ is equal to:
A
$920$
B
$852$
C
$910$
D
$911$

Solution

(C) Let $d$ be the common difference and $a$ be the first term.
$A_k = (a_1^2 - a_2^2) + (a_3^2 - a_4^2) + \ldots + (a_{2k-1}^2 - a_{2k}^2)$.
Using $x^2 - y^2 = (x-y)(x+y)$,we have $a_{2n-1}^2 - a_{2n}^2 = (a_{2n-1} - a_{2n})(a_{2n-1} + a_{2n}) = (-d)(2a + (4n-3)d)$.
Summing this,$A_k = -d \sum_{n=1}^k (2a + (4n-3)d) = -d [2ak + d(4 \frac{k(k+1)}{2} - 3k)] = -kd(2a + (2k-1)d)$.
Given $A_3 = -3d(2a + 5d) = -153 \Rightarrow d(2a + 5d) = 51$ $(1)$.
Given $A_5 = -5d(2a + 9d) = -435 \Rightarrow d(2a + 9d) = 87$ $(2)$.
Subtracting $(1)$ from $(2)$: $d(2a + 9d - 2a - 5d) = 87 - 51$ $\Rightarrow 4d^2 = 36$ $\Rightarrow d = 3$.
Substituting $d=3$ into $(1)$: $3(2a + 15) = 51$ $\Rightarrow 2a + 15 = 17$ $\Rightarrow a = 1$.
Check: $a_1^2 + a_2^2 + a_3^2 = 1^2 + 4^2 + 7^2 = 1 + 16 + 49 = 66$. This matches.
$a_{17} = a + 16d = 1 + 16(3) = 49$.
$A_7 = -7d(2a + 13d) = -7(3)(2(1) + 13(3)) = -21(2 + 39) = -21(41) = -861$.
$a_{17} - A_7 = 49 - (-861) = 49 + 861 = 910$.
337
DifficultMCQ
For $x \geq 0$,the least value of $K$,for which $4^{1+x}+4^{1-x}$,$\frac{K}{2}$,and $16^{x}+16^{-x}$ are three consecutive terms of an $A.P.$ is equal to :
A
$10$
B
$4$
C
$8$
D
$16$

Solution

(A) Let the three terms be $a = 4^{1+x} + 4^{1-x}$,$b = \frac{K}{2}$,and $c = 16^x + 16^{-x}$.
Since they are in $A.P.$,$2b = a + c$.
Substituting the values,$2(\frac{K}{2}) = 4(4^x + 4^{-x}) + (4^{2x} + 4^{-2x})$.
Let $y = 4^x + 4^{-x}$. Since $x \geq 0$,$y \geq 2$ by the $AM-GM$ inequality.
Then $4^{2x} + 4^{-2x} = (4^x + 4^{-x})^2 - 2 = y^2 - 2$.
So,$K = 4y + y^2 - 2 = y^2 + 4y - 2$.
To find the least value of $K$ for $y \geq 2$,we evaluate $f(y) = y^2 + 4y - 2$ at $y = 2$.
$f(2) = 2^2 + 4(2) - 2 = 4 + 8 - 2 = 10$.
Thus,the least value of $K$ is $10$.
338
MediumMCQ
$A$ software company sets up $m$ number of computer systems to finish an assignment in $17$ days. If $4$ computer systems crashed on the start of the second day,$4$ more computer systems crashed on the start of the third day and so on,then it took $8$ more days to finish the assignment. The value of $m$ is equal to :
A
$125$
B
$150$
C
$180$
D
$160$

Solution

(B) Let the total work be $W = 17m$.
On the first day,$m$ systems work.
On the second day,$m-4$ systems work.
On the third day,$m-8$ systems work.
The total time taken is $17 + 8 = 25$ days.
The total work done is the sum of work done over $25$ days:
$17m = m + (m-4) + (m-8) + \dots + (m - 4 \times 24)$.
$17m = 25m - 4(1 + 2 + 3 + \dots + 24)$.
$17m = 25m - 4 \times \frac{24 \times 25}{2}$.
$8m = 4 \times 12 \times 25$.
$8m = 1200$.
$m = 150$.
339
DifficultMCQ
Let the positive integers be written in the form:
$1$
$2$ $3$
$4$ $5$ $6$
$7$ $8$ $9$ $10$
If the $k^{\text{th}}$ row contains exactly $k$ numbers for every natural number $k$,then the row in which the number $5310$ will be,is:
A
$103$
B
$105$
C
$108$
D
$107$

Solution

(A) The total number of elements up to the $n^{\text{th}}$ row is given by the sum of the first $n$ natural numbers: $S_n = 1 + 2 + 3 + \dots + n = \frac{n(n+1)}{2}$.
The last number in the $n^{\text{th}}$ row is $S_n = \frac{n(n+1)}{2}$.
We want to find the row $n$ such that the number $5310$ lies in it. This means the number $5310$ must satisfy $S_{n-1} < 5310 \le S_n$.
$\frac{(n-1)n}{2} < 5310 \le \frac{n(n+1)}{2}$
$(n-1)n < 10620 \le n(n+1)$
For $n^2 \approx 10620$,we have $n \approx \sqrt{10620} \approx 103.05$.
Let's test $n = 103$:
$S_{103} = \frac{103 \times 104}{2} = 103 \times 52 = 5356$.
$S_{102} = \frac{102 \times 103}{2} = 51 \times 103 = 5253$.
Since $5253 < 5310 \le 5356$,the number $5310$ lies in the $103^{\text{rd}}$ row.
340
MediumMCQ
The sides of a right-angled triangle are in arithmetic progression. If the triangle has an area of $24$,then what is the length of its smallest side?
A
$4$
B
$6$
C
$7$
D
$8$

Solution

(B) Let the sides of the triangle be $a-d$,$a$,and $a+d$,where $d > 0$.
Since it is a right-angled triangle,by the Pythagorean theorem:
$(a-d)^2 + a^2 = (a+d)^2$
$a^2 - 2ad + d^2 + a^2 = a^2 + 2ad + d^2$
$a^2 - 4ad = 0$
Since $a \neq 0$,we have $a = 4d$.
The sides are $3d$,$4d$,and $5d$.
The area of the triangle is given by $\frac{1}{2} \times \text{base} \times \text{height} = 24$.
$\frac{1}{2} \times 3d \times 4d = 24$
$6d^2 = 24$
$d^2 = 4 \Rightarrow d = 2$.
The sides are $3(2) = 6$,$4(2) = 8$,and $5(2) = 10$.
The smallest side is $6$.
341
DifficultMCQ
If the sum of the first $n$ terms of an $A.P.$ is $c n^2$,then the sum of the squares of these $n$ terms is
A
$\frac{n(4 n^2-1) c^2}{6}$
B
$\frac{n(4 n^2+1) c^2}{3}$
C
$\frac{n(4 n^2-1) c^2}{3}$
D
$\frac{n(4 n^2+1) c^2}{6}$

Solution

(C) Given the sum of the first $n$ terms $S_n = c n^2$.
The $n^{th}$ term $T_n = S_n - S_{n-1} = c n^2 - c(n-1)^2 = c(n^2 - (n^2 - 2n + 1)) = 2cn - c$.
We need to find the sum of the squares of these $n$ terms,i.e.,$\sum_{k=1}^n T_k^2$.
$T_k^2 = (2ck - c)^2 = c^2(2k - 1)^2 = c^2(4k^2 - 4k + 1)$.
Sum $= \sum_{k=1}^n c^2(4k^2 - 4k + 1) = c^2 [4 \sum k^2 - 4 \sum k + \sum 1]$.
Using standard summation formulas:
$= c^2 [4 \frac{n(n+1)(2n+1)}{6} - 4 \frac{n(n+1)}{2} + n]$.
$= c^2 [\frac{2n(n+1)(2n+1)}{3} - 2n(n+1) + n]$.
$= \frac{c^2}{3} [2n(2n^2 + 3n + 1) - 6n^2 - 6n + 3n]$.
$= \frac{c^2}{3} [4n^3 + 6n^2 + 2n - 6n^2 - 3n] = \frac{c^2}{3} [4n^3 - n] = \frac{n c^2(4n^2 - 1)}{3}$.
342
AdvancedMCQ
Let $a_1, a_2, a_3, \ldots, a_{11}$ be real numbers satisfying $a_1=15$,$27-2a_2 > 0$,and $a_k = 2a_{k-1} - a_{k-2}$ for $k = 3, 4, \ldots, 11$. If $\frac{a_1^2 + a_2^2 + \ldots + a_{11}^2}{11} = 90$,then the value of $\frac{a_1 + a_2 + \ldots + a_{11}}{11}$ is equal to
A
$0$
B
$1$
C
$2$
D
$5$

Solution

(A) The recurrence relation $a_k = 2a_{k-1} - a_{k-2}$ implies that $a_1, a_2, \ldots, a_{11}$ form an Arithmetic Progression ($A$.$P$.).
Let the first term be $a = a_1 = 15$ and the common difference be $d$.
Then $a_k = a + (k-1)d$.
The sum of squares is $\sum_{k=1}^{11} a_k^2 = \sum_{k=0}^{10} (a + kd)^2 = 11a^2 + 2ad \sum_{k=0}^{10} k + d^2 \sum_{k=0}^{10} k^2$.
Using $\sum k = 55$ and $\sum k^2 = 385$,we get $\frac{11a^2 + 110ad + 385d^2}{11} = a^2 + 10ad + 35d^2 = 90$.
Substituting $a = 15$: $225 + 150d + 35d^2 = 90$,which simplifies to $35d^2 + 150d + 135 = 0$.
Dividing by $5$: $7d^2 + 30d + 27 = 0 \Rightarrow (7d + 9)(d + 3) = 0$.
So,$d = -3$ or $d = -9/7$.
Given $27 - 2a_2 > 0$,where $a_2 = a + d = 15 + d$,we have $27 - 2(15 + d) > 0$ $\Rightarrow 27 - 30 - 2d > 0$ $\Rightarrow -3 - 2d > 0$ $\Rightarrow d < -1.5$.
Thus,$d = -3$ is the only valid solution.
The mean is $\frac{a_1 + \ldots + a_{11}}{11} = a + 5d = 15 + 5(-3) = 0$.
343
AdvancedMCQ
Let $a_1, a_2, a_3, \ldots, a_{100}$ be an arithmetic progression with $a_1=3$ and $S_p=\sum_{i=1}^p a_i, 1 \leq p \leq 100$. For any integer $n$ with $1 \leq n \leq 20$,let $m=5n$. If $\frac{S_m}{S_n}$ does not depend on $n$,then $a_2$ is
A
$3$
B
$6$
C
$9$
D
$12$

Solution

(C) Let the common difference of the arithmetic progression be $d$. The sum of the first $p$ terms is given by $S_p = \frac{p}{2} [2a_1 + (p-1)d]$.
Given $a_1 = 3$,we have $S_p = \frac{p}{2} [6 + (p-1)d]$.
We are given $m = 5n$. Thus,$\frac{S_m}{S_n} = \frac{S_{5n}}{S_n} = \frac{\frac{5n}{2} [6 + (5n-1)d]}{\frac{n}{2} [6 + (n-1)d]} = 5 \times \frac{6 - d + 5nd}{6 - d + nd}$.
For this ratio to be independent of $n$,the coefficients of $n$ in the numerator and denominator must be proportional,or the expression must simplify to a constant.
Let $f(n) = \frac{5nd + (6-d)}{nd + (6-d)}$. For this to be constant,we require $\frac{5d}{d} = \frac{6-d}{6-d}$,which is always true if $d \neq 0$. However,for the ratio to be independent of $n$,we need the ratio of the coefficients of $n$ to be equal to the ratio of the constant terms: $\frac{5d}{d} = \frac{6-d}{6-d}$. This implies $5 = 1$,which is impossible unless the constant term is zero.
If $6-d = 0$,then $d = 6$.
Then $S_p = \frac{p}{2} [6 + (p-1)6] = \frac{p}{2} [6p] = 3p^2$.
Then $\frac{S_{5n}}{S_n} = \frac{3(5n)^2}{3n^2} = \frac{75n^2}{3n^2} = 25$,which is independent of $n$.
Thus,$d = 6$.
Since $a_2 = a_1 + d = 3 + 6 = 9$.
344
AdvancedMCQ
Let $AP(a; d)$ denote the set of all the terms of an infinite arithmetic progression with first term $a$ and common difference $d > 0$. If $AP(1; 3) \cap AP(2; 5) \cap AP(3; 7) = AP(a; d)$,then $a + d$ equals:
A
$150$
B
$154$
C
$155$
D
$157$

Solution

(D) The general terms of the three arithmetic progressions are $x = 3m + 1$,$x = 5n + 2$,and $x = 7k + 3$ for non-negative integers $m, n, k$.
We need to solve the system of congruences:
$x \equiv 1 \pmod{3}$
$x \equiv 2 \pmod{5}$
$x \equiv 3 \pmod{7}$
From $x \equiv 1 \pmod{3}$,$x = 3m + 1$.
Substituting into the second congruence: $3m + 1 \equiv 2 \pmod{5}$ $\Rightarrow 3m \equiv 1 \equiv 6 \pmod{5}$ $\Rightarrow m \equiv 2 \pmod{5}$. So $m = 5n + 2$.
Then $x = 3(5n + 2) + 1 = 15n + 7$.
Substituting into the third congruence: $15n + 7 \equiv 3 \pmod{7}$ $\Rightarrow n + 0 \equiv 3 \pmod{7}$ $\Rightarrow n = 7k + 3$.
Then $x = 15(7k + 3) + 7 = 105k + 45 + 7 = 105k + 52$.
Thus,the first term $a = 52$ and the common difference $d = \text{lcm}(3, 5, 7) = 105$.
Therefore,$a + d = 52 + 105 = 157$.
345
DifficultMCQ
Suppose that all the terms of an arithmetic progression $(A.P.)$ are natural numbers. If the ratio of the sum of the first seven terms to the sum of the first eleven terms is $6:11$ and the seventh term lies between $130$ and $140$,then the common difference of this $A.P.$ is
A
$6$
B
$7$
C
$8$
D
$9$

Solution

(D) 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]$.
Given $\frac{S_7}{S_{11}} = \frac{6}{11}$,we have $\frac{\frac{7}{2}(2a + 6d)}{\frac{11}{2}(2a + 10d)} = \frac{6}{11}$.
Simplifying this,$\frac{7(a + 3d)}{11(a + 5d)} = \frac{6}{11}$ $\Rightarrow 7a + 21d = 6a + 30d$ $\Rightarrow a = 9d$.
The seventh term $a_7 = a + 6d = 9d + 6d = 15d$.
Given $130 < 15d < 140$,we divide by $15$ to get $8.66 < d < 9.33$.
Since all terms are natural numbers,$d$ must be an integer. Thus,$d = 9$.
346
AdvancedMCQ
Let $l_1, l_2, \ldots, l_{100}$ be consecutive terms of an arithmetic progression with common difference $d_1$,and let $w_1, w_2, \ldots, w_{100}$ be consecutive terms of another arithmetic progression with common difference $d_2$,where $d_1 d_2 = 10$. For each $i = 1, 2, \ldots, 100$,let $R_i$ be a rectangle with length $l_i$,width $w_i$,and area $A_i$. If $A_{51} - A_{50} = 1000$,then the value of $A_{100} - A_{90}$ is:
A
$18900$
B
$18901$
C
$18902$
D
$18903$

Solution

(A) Given $A_{51} - A_{50} = 1000$.
Since $l_i = l_1 + (i-1)d_1$ and $w_i = w_1 + (i-1)d_2$,we have $A_i = l_i w_i = (l_1 + (i-1)d_1)(w_1 + (i-1)d_2)$.
$A_{51} - A_{50} = (l_1 + 50d_1)(w_1 + 50d_2) - (l_1 + 49d_1)(w_1 + 49d_2) = 1000$.
Expanding this,we get $l_1 d_2 + w_1 d_1 + (50^2 - 49^2)d_1 d_2 = 1000$.
Since $d_1 d_2 = 10$,this becomes $l_1 d_2 + w_1 d_1 + 99(10) = 1000$,which simplifies to $l_1 d_2 + w_1 d_1 = 10$.
Now,$A_{100} - A_{90} = (l_1 + 99d_1)(w_1 + 99d_2) - (l_1 + 89d_1)(w_1 + 89d_2)$.
$= (l_1 d_2 + w_1 d_1)(99 - 89) + (99^2 - 89^2)d_1 d_2$.
$= 10(10) + (99 - 89)(99 + 89)(10) = 100 + 10(188)(10) = 100 + 18800 = 18900$.
347
MediumMCQ
Suppose that the number of terms in an $A.P.$ is $2k$,where $k \in N$. If the sum of all odd-positioned terms of the $A.P.$ is $40$,the sum of all even-positioned terms is $55$,and the last term of the $A.P.$ exceeds the first term by $27$,then $k$ is equal to:
A
$5$
B
$8$
C
$6$
D
$4$

Solution

(A) Let the $A.P.$ be $a_1, a_2, a_3, \ldots, a_{2k}$.
Given the sum of odd-positioned terms: $\sum_{r=1}^{k} a_{2r-1} = 40$.
Given the sum of even-positioned terms: $\sum_{r=1}^{k} a_{2r} = 55$.
The difference between the sum of even and odd terms is $\sum_{r=1}^{k} (a_{2r} - a_{2r-1}) = 55 - 40 = 15$.
Since $a_{2r} - a_{2r-1} = d$,we have $k \times d = 15$,so $d = \frac{15}{k}$.
The last term is $a_{2k} = a_1 + (2k-1)d$. Given $a_{2k} - a_1 = 27$,we have $(2k-1)d = 27$.
Substituting $d = \frac{15}{k}$ into the equation: $(2k-1) \frac{15}{k} = 27$.
$15(2k-1) = 27k \Rightarrow 30k - 15 = 27k$.
$3k = 15 \Rightarrow k = 5$.
348
DifficultMCQ
If the first term of an $A.P.$ is $3$ and the sum of its first four terms is equal to one-fifth of the sum of the next four terms,then the sum of the first $20$ terms is equal to
A
$-1200$
B
$-1080$
C
$-1020$
D
$-120$

Solution

(B) Given the first term $a = 3$.
Let $d$ be the common difference.
The sum of the first $n$ terms is $S_n = \frac{n}{2}[2a + (n-1)d]$.
The sum of the first four terms is $S_4 = \frac{4}{2}[2(3) + (4-1)d] = 2(6 + 3d) = 12 + 6d$.
The sum of the next four terms is $S_8 - S_4$.
According to the problem,$S_4 = \frac{1}{5}(S_8 - S_4)$.
$5S_4 = S_8 - S_4 \Rightarrow 6S_4 = S_8$.
$6 \times [2(6 + 3d)] = \frac{8}{2}[2(3) + (8-1)d]$.
$12(6 + 3d) = 4(6 + 7d)$.
$3(6 + 3d) = 6 + 7d$.
$18 + 9d = 6 + 7d$.
$2d = -12 \Rightarrow d = -6$.
The sum of the first $20$ terms is $S_{20} = \frac{20}{2}[2(3) + (20-1)(-6)]$.
$S_{20} = 10[6 + 19(-6)] = 10[6 - 114] = 10(-108) = -1080$.
349
MediumMCQ
In an arithmetic progression,if $S_{40} = 1030$ and $S_{12} = 57$,then $S_{30} - S_{10}$ is equal to:
A
$510$
B
$515$
C
$525$
D
$505$

Solution

(B) Let $a$ be the first term and $d$ be the common difference of the $AP$.
$S_{n} = \frac{n}{2}[2a + (n-1)d]$
For $S_{40} = 1030$: $\frac{40}{2}[2a + 39d] = 1030 \implies 20(2a + 39d) = 1030 \implies 2a + 39d = 51.5$ $(1)$
For $S_{12} = 57$: $\frac{12}{2}[2a + 11d] = 57 \implies 6(2a + 11d) = 57 \implies 2a + 11d = 9.5$ $(2)$
Subtracting $(2)$ from $(1)$: $(2a + 39d) - (2a + 11d) = 51.5 - 9.5 \implies 28d = 42 \implies d = 1.5$
Substituting $d = 1.5$ in $(2)$: $2a + 11(1.5) = 9.5 \implies 2a + 16.5 = 9.5 \implies 2a = -7 \implies a = -3.5$
Now,$S_{30} - S_{10} = \frac{30}{2}[2a + 29d] - \frac{10}{2}[2a + 9d] = 15[2a + 29d] - 5[2a + 9d] = 30a + 435d - 10a - 45d = 20a + 390d$
Substituting values: $20(-3.5) + 390(1.5) = -70 + 585 = 515$.
350
DifficultMCQ
Let $T_r$ be the $r^{\text{th}}$ term of an $A.P.$ If for some $m$,$T_m = \frac{1}{25}$,$T_{25} = \frac{1}{20}$ and $20 \sum_{r=1}^{25} T_r = 13$,then $5m \sum_{r=m}^{2m} T_r$ is equal to:
A
$112$
B
$126$
C
$98$
D
$142$

Solution

(B) Given $T_m = a + (m-1)d = \frac{1}{25}$ and $T_{25} = a + 24d = \frac{1}{20}$.
Sum of $A.P.$ is $S_n = \frac{n}{2}(a + T_n)$.
Given $20 \sum_{r=1}^{25} T_r = 13 \Rightarrow 20 \times \frac{25}{2}(a + T_{25}) = 13$.
$250(a + \frac{1}{20}) = 13$ $\Rightarrow a + \frac{1}{20} = \frac{13}{250}$ $\Rightarrow a = \frac{13}{250} - \frac{1}{20} = \frac{26-25}{500} = \frac{1}{500}$.
Substitute $a$ in $T_{25} = a + 24d = \frac{1}{20}$ $\Rightarrow \frac{1}{500} + 24d = \frac{25}{500}$ $\Rightarrow 24d = \frac{24}{500}$ $\Rightarrow d = \frac{1}{500}$.
From $T_m = a + (m-1)d = \frac{1}{25}$ $\Rightarrow \frac{1}{500} + \frac{m-1}{500} = \frac{20}{500}$ $\Rightarrow m-1 = 19$ $\Rightarrow m = 20$.
We need to find $5m \sum_{r=m}^{2m} T_r = 100 \sum_{r=20}^{40} T_r$.
Sum $= \frac{n}{2}(T_{first} + T_{last}) = \frac{40-20+1}{2}(T_{20} + T_{40}) = \frac{21}{2}(a+19d + a+39d) = \frac{21}{2}(2a+58d) = 21(a+29d)$.
$21(\frac{1}{500} + \frac{29}{500}) = 21(\frac{30}{500}) = 21(\frac{3}{50}) = \frac{63}{50} = 1.26$.
$100 \times 1.26 = 126$.

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.