A English

Progression and Sequence Questions in English

Competitive Exam Quantitative Aptitude · Progression and Sequence · Progression and Sequence

597+

Questions

English

Language

100%

With Solutions

Showing 50 of 597 questions in English

151
EasyMCQ
If five $G.M.s$ are inserted between $486$ and $2/3$,then the fourth $G.M.$ will be:
A
$4$
B
$6$
C
$12$
D
$-6$

Solution

(B) Let the five geometric means be $G_1, G_2, G_3, G_4, G_5$ inserted between $a = 486$ and $b = 2/3$.
The total number of terms in the resulting geometric progression is $n = 5 + 2 = 7$.
The $n^{th}$ term of a geometric progression is given by $T_n = ar^{n-1}$.
Here,$T_7 = 2/3$,so $486 \cdot r^{7-1} = 2/3$.
$r^6 = \frac{2}{3 \cdot 486} = \frac{2}{1458} = \frac{1}{729}$.
Since $729 = 3^6$,we have $r^6 = (1/3)^6$,which gives $r = 1/3$.
The fourth geometric mean is the fifth term of the progression,$T_5 = ar^{5-1} = ar^4$.
$T_5 = 486 \cdot (1/3)^4 = 486 \cdot (1/81) = 6$.
152
EasyMCQ
The $G.M.$ of the roots of the equation $x^2 - 18x + 9 = 0$ is
A
$3$
B
$4$
C
$2$
D
$1$

Solution

(A) Let $\alpha$ and $\beta$ be the roots of the quadratic equation $x^2 - 18x + 9 = 0$.
According to the properties of quadratic equations,the product of the roots $\alpha \beta = \frac{c}{a} = \frac{9}{1} = 9$.
The Geometric Mean $(G.M.)$ of two numbers $\alpha$ and $\beta$ is defined as $\sqrt{\alpha \beta}$.
Therefore,$G.M. = \sqrt{9} = 3$.
153
EasyMCQ
The $G.M.$ of the numbers $3, 3^2, 3^3, ..., 3^n$ is
A
$3^{\frac{2}{n}}$
B
$3^{\frac{n+1}{2}}$
C
$3^{\frac{n}{2}}$
D
$3^{\frac{n-1}{2}}$

Solution

(B) The Geometric Mean $(G.M.)$ of $n$ numbers $x_1, x_2, ..., x_n$ is given by $(x_1 \cdot x_2 \cdot ... \cdot x_n)^{1/n}$.
Here,the numbers are $3^1, 3^2, 3^3, ..., 3^n$.
$G.M. = (3^1 \cdot 3^2 \cdot 3^3 \cdot ... \cdot 3^n)^{1/n}$
Using the property of exponents,$a^m \cdot a^n = a^{m+n}$,we get:
$G.M. = (3^{1+2+3+...+n})^{1/n}$
The sum of the first $n$ natural numbers is $\frac{n(n+1)}{2}$.
$G.M. = (3^{\frac{n(n+1)}{2}})^{1/n}$
$G.M. = 3^{\frac{n(n+1)}{2} \cdot \frac{1}{n}}$
$G.M. = 3^{\frac{n+1}{2}}$.
154
DifficultMCQ
The product of three geometric means between $4$ and $\frac{1}{4}$ will be
A
$4$
B
$2$
C
$-1$
D
$1$

Solution

(D) Let the three geometric means between $4$ and $\frac{1}{4}$ be $g_1, g_2, g_3$.
Then $4, g_1, g_2, g_3, \frac{1}{4}$ form a geometric progression $(G.P.)$.
Here,the first term $a = 4$ and the fifth term $ar^4 = \frac{1}{4}$.
Substituting $a = 4$,we get $4r^4 = \frac{1}{4}$,which implies $r^4 = \frac{1}{16} = (\frac{1}{2})^4$.
Thus,$r = \frac{1}{2}$ (considering the positive common ratio).
The product of the three geometric means is $g_1 \times g_2 \times g_3 = (ar) \times (ar^2) \times (ar^3) = a^3 r^6$.
Substituting the values,we get $4^3 \times (\frac{1}{2})^6 = 64 \times \frac{1}{64} = 1$.
Alternatively,the product of $n$ geometric means between $a$ and $b$ is $(ab)^{n/2}$.
Here,$a = 4, b = \frac{1}{4}, n = 3$.
Product $= (4 \times \frac{1}{4})^{3/2} = 1^{3/2} = 1$.
155
MediumMCQ
The two geometric means between the numbers $1$ and $64$ are
A
$1$ and $64$
B
$4$ and $16$
C
$2$ and $16$
D
$8$ and $16$

Solution

(B) Let the two geometric means between $1$ and $64$ be $a$ and $b$.
Then the sequence $1, a, b, 64$ forms a Geometric Progression $(GP)$.
Let the common ratio be $r$.
Then $a = 1 \cdot r$,$b = 1 \cdot r^2$,and $64 = 1 \cdot r^3$.
From $r^3 = 64$,we get $r = \sqrt[3]{64} = 4$.
Therefore,$a = 1 \cdot 4 = 4$ and $b = 1 \cdot 4^2 = 16$.
Thus,the two geometric means are $4$ and $16$.
156
MediumMCQ
If $a, b, c$ are in $G.P.$,then
A
$a^2, b^2, c^2$ are in $G.P.$
B
$a^2(b + c), c^2(a + b), b^2(a + c)$ are in $G.P.$
C
$\frac{a}{b + c}, \frac{b}{c + a}, \frac{c}{a + b}$ are in $G.P.$
D
None of the above

Solution

(A) Given that $a, b, c$ are in $G.P.$
Therefore,the common ratio $r$ is defined as $\frac{b}{a} = \frac{c}{b} = r$.
Squaring both sides of the ratio,we get $\left(\frac{b}{a}\right)^2 = \left(\frac{c}{b}\right)^2 = r^2$.
This simplifies to $\frac{b^2}{a^2} = \frac{c^2}{b^2} = r^2$.
Since the ratio of consecutive terms $\frac{b^2}{a^2}$ and $\frac{c^2}{b^2}$ is constant $(r^2)$,the sequence $a^2, b^2, c^2$ is also in $G.P.$
157
MediumMCQ
If $x, G_1, G_2, y$ are the consecutive terms of a $G.P.$,then the value of $G_1 G_2$ will be
A
$y/x$
B
$x/y$
C
$xy$
D
$\sqrt{xy}$

Solution

(C) Given that $x, G_1, G_2, y$ are in a Geometric Progression $(G.P.)$.
Let the common ratio of the $G.P.$ be $r$.
Then,$G_1 = xr$,$G_2 = xr^2$,and $y = xr^3$.
From the last term,we have $r^3 = y/x$,so $r = (y/x)^{1/3}$.
Now,the product $G_1 G_2 = (xr)(xr^2) = x^2 r^3$.
Substituting $r^3 = y/x$ into the expression:
$G_1 G_2 = x^2 (y/x) = xy$.
Alternatively,in any $G.P.$,the product of terms equidistant from the beginning and the end is constant and equal to the product of the first and last terms. Thus,$G_1 G_2 = x \cdot y$.
158
EasyMCQ
The sum of $3$ numbers in geometric progression is $38$ and their product is $1728$. The middle number is
A
$12$
B
$8$
C
$18$
D
$6$

Solution

(A) Let the three numbers in geometric progression be $\frac{a}{r}, a, ar$.
Given that their product is $1728$,we have:
$\left(\frac{a}{r}\right) \times a \times (ar) = 1728$
$a^3 = 1728$
$a = \sqrt[3]{1728} = 12$
Since the middle term is $a$,the middle number is $12$.
159
MediumMCQ
If the product of three consecutive terms of a $G.P.$ is $216$ and the sum of their products taken two at a time is $156$,then the numbers are:
A
$1, 3, 9$
B
$2, 6, 18$
C
$3, 9, 27$
D
$2, 4, 8$

Solution

(B) Let the three consecutive terms of the $G.P.$ be $\frac{a}{r}, a, ar$.
Given that the product of the terms is $216$:
$\frac{a}{r} \times a \times ar = 216 \Rightarrow a^3 = 216 \Rightarrow a = 6$.
Given that the sum of the products taken two at a time is $156$:
$\frac{a}{r} \times a + a \times ar + \frac{a}{r} \times ar = 156$.
Substituting $a = 6$:
$\frac{36}{r} + 36r + 36 = 156$.
$\frac{36}{r} + 36r = 120$.
Dividing by $12$,we get $\frac{3}{r} + 3r = 10$.
$3 + 3r^2 = 10r \Rightarrow 3r^2 - 10r + 3 = 0$.
$(3r - 1)(r - 3) = 0$.
Thus,$r = 3$ or $r = \frac{1}{3}$.
If $r = 3$,the terms are $\frac{6}{3}, 6, 6 \times 3$,which are $2, 6, 18$.
If $r = \frac{1}{3}$,the terms are $\frac{6}{1/3}, 6, 6 \times \frac{1}{3}$,which are $18, 6, 2$.
Therefore,the numbers are $2, 6, 18$.
160
EasyMCQ
The sum to infinity of a geometric progression is $4/3$ and the first term is $3/4$. The common ratio is
A
$7/16$
B
$9/16$
C
$1/9$
D
$7/9$

Solution

(A) The sum to infinity $(S_{\infty})$ of a geometric progression is given by the formula: $S_{\infty} = \frac{a}{1 - r}$,where $a$ is the first term and $r$ is the common ratio.
Given: $S_{\infty} = 4/3$ and $a = 3/4$.
Substituting the values into the formula: $\frac{4}{3} = \frac{3/4}{1 - r}$.
Multiplying both sides by $(1 - r)$ and rearranging: $1 - r = \frac{3/4}{4/3} = \frac{3}{4} \times \frac{3}{4} = \frac{9}{16}$.
Therefore,$r = 1 - \frac{9}{16} = \frac{16 - 9}{16} = 7/16$.
161
EasyMCQ
If $3 + 3\alpha + 3{\alpha ^2} + \dots \infty = \frac{45}{8}$,then the value of $\alpha$ will be
A
$15/23$
B
$7/15$
C
$7/8$
D
$15/7$

Solution

(B) The given series is an infinite geometric progression with the first term $a = 3$ and common ratio $r = \alpha$.
The sum of an infinite geometric series is given by the formula $S = \frac{a}{1 - r}$,where $|r| < 1$.
Given the equation: $3 + 3\alpha + 3{\alpha ^2} + \dots \infty = \frac{45}{8}$.
Substituting the values into the formula: $\frac{3}{1 - \alpha} = \frac{45}{8}$.
Dividing both sides by $3$: $\frac{1}{1 - \alpha} = \frac{15}{8}$.
Cross-multiplying: $8 = 15(1 - \alpha)$.
$8 = 15 - 15\alpha$.
$15\alpha = 15 - 8$.
$15\alpha = 7$.
Therefore,$\alpha = \frac{7}{15}$.
162
MediumMCQ
The sum of an infinite $G.P.$ with common ratio $r$ can be found if:
A
For all values of $r$
B
For only positive values of $r$
C
Only for $0 < r < 1$
D
Only for $-1 < r < 1$

Solution

(D) The sum of an infinite geometric progression $(G.P.)$ is given by the formula $S_{\infty} = \frac{a}{1 - r}$.
This series converges if and only if the absolute value of the common ratio $r$ is less than $1$,which is expressed as $|r| < 1$ or $-1 < r < 1$.
If $|r| \ge 1$,the terms do not approach zero,and the sum of the series does not exist (it diverges).
163
MediumMCQ
If $A = 1 + r^z + r^{2z} + r^{3z} + .......\infty$,then the value of $r$ will be
A
$A(1 - A)^z$
B
$\left( \frac{A - 1}{A} \right)^{1/z}$
C
$\left( \frac{1}{A} - 1 \right)^{1/z}$
D
$A(1 - A)^{1/z}$

Solution

(B) Given the infinite geometric series: $A = 1 + r^z + r^{2z} + r^{3z} + .......\infty$.
This is a geometric progression with the first term $a = 1$ and common ratio $R = r^z$.
The sum of an infinite geometric series is given by $S_{\infty} = \frac{a}{1 - R}$,provided $|R| < 1$.
Substituting the values,we get $A = \frac{1}{1 - r^z}$.
Rearranging the equation to solve for $r^z$:
$1 - r^z = \frac{1}{A}$
$r^z = 1 - \frac{1}{A}$
$r^z = \frac{A - 1}{A}$
Taking the $z$-th root on both sides,we get $r = \left( \frac{A - 1}{A} \right)^{1/z}$.
164
MediumMCQ
Given $x = 1 + a + a^2 + ... \infty$ $(a < 1)$ and $y = 1 + b + b^2 + ... \infty$ $(b < 1)$,find the value of $1 + ab + a^2b^2 + ... \infty$.
A
$\frac{xy}{x + y - 1}$
B
$\frac{xy}{x + y + 1}$
C
$\frac{xy}{x - y - 1}$
D
$\frac{xy}{x - y + 1}$

Solution

(A) The given series are infinite geometric progressions $(G.P.)$.
For $x = 1 + a + a^2 + ... \infty$,the sum is $x = \frac{1}{1 - a}$.
Rearranging for $a$,we get $1 - a = \frac{1}{x}$,so $a = 1 - \frac{1}{x} = \frac{x - 1}{x}$.
Similarly,for $y = 1 + b + b^2 + ... \infty$,the sum is $y = \frac{1}{1 - b}$.
Rearranging for $b$,we get $1 - b = \frac{1}{y}$,so $b = 1 - \frac{1}{y} = \frac{y - 1}{y}$.
The required series is $1 + ab + a^2b^2 + ... \infty$,which is also an infinite $G.P.$ with first term $1$ and common ratio $ab$.
The sum is $\frac{1}{1 - ab}$.
Substituting the values of $a$ and $b$:
Sum $= \frac{1}{1 - (\frac{x - 1}{x})(\frac{y - 1}{y})} = \frac{1}{1 - \frac{(x - 1)(y - 1)}{xy}}$.
Sum $= \frac{xy}{xy - (xy - x - y + 1)} = \frac{xy}{xy - xy + x + y - 1} = \frac{xy}{x + y - 1}$.
165
MediumMCQ
The first term of a $G.P.$ whose second term is $2$ and sum to infinity is $8$,will be
A
$6$
B
$3$
C
$4$
D
$1$

Solution

(C) Let the first term be $a$ and the common ratio be $r$.
The second term of the $G.P.$ is given by $ar = 2$.
The sum to infinity of a $G.P.$ is given by $S_{\infty} = \frac{a}{1 - r} = 8$,where $|r| < 1$.
From $ar = 2$,we have $a = \frac{2}{r}$.
Substituting this into the sum formula: $\frac{2/r}{1 - r} = 8$.
$\Rightarrow \frac{2}{r(1 - r)} = 8$.
$\Rightarrow 2 = 8r(1 - r)$.
$\Rightarrow 1 = 4r(1 - r)$.
$\Rightarrow 4r^2 - 4r + 1 = 0$.
This is a quadratic equation: $(2r - 1)^2 = 0$.
Thus,$r = \frac{1}{2}$.
Now,find the first term $a$: $a = \frac{2}{r} = \frac{2}{1/2} = 4$.
Therefore,the first term is $4$.
166
MediumMCQ
$0.4\overline{23} = $
A
$\frac{419}{990}$
B
$\frac{419}{999}$
C
$\frac{417}{990}$
D
$\frac{417}{999}$

Solution

(A) Let $x = 0.4\overline{23} = 0.4232323...$
Multiply by $10$ to shift the decimal point: $10x = 4.232323...$
Multiply by $1000$ to shift the decimal point past the repeating part: $1000x = 423.232323...$
Subtract the first equation from the second:
$1000x - 10x = 423.232323... - 4.232323...$
$990x = 419$
Therefore,$x = \frac{419}{990}$.
167
MediumMCQ
If $y = x - x^2 + x^3 - x^4 + \dots \infty$,then the value of $x$ will be
A
$y + \frac{1}{y}$
B
$\frac{y}{1 + y}$
C
$y - \frac{1}{y}$
D
$\frac{y}{1 - y}$

Solution

(D) The given series is an infinite geometric series: $y = x - x^2 + x^3 - x^4 + \dots \infty$.
This is a geometric progression with the first term $a = x$ and common ratio $r = -x$.
The sum of an infinite geometric series is given by $S = \frac{a}{1 - r}$,provided $|r| < 1$.
Substituting the values,we get $y = \frac{x}{1 - (-x)}$.
$y = \frac{x}{1 + x}$.
Now,solve for $x$:
$y(1 + x) = x$
$y + yx = x$
$y = x - yx$
$y = x(1 - y)$
$x = \frac{y}{1 - y}$.
168
DifficultMCQ
If $x = \sum_{n = 0}^\infty a^n$,$y = \sum_{n = 0}^\infty b^n$,and $z = \sum_{n = 0}^\infty (ab)^n$,where $a, b < 1$,then:
A
$xyz = x + y + z$
B
$xz + yz = xy + z$
C
$xy + yz = xz + y$
D
$xy + xz = yz + x$

Solution

(B) Given $x = \sum_{n = 0}^\infty a^n = \frac{1}{1 - a}$.
Rearranging for $a$,we get $1 - a = \frac{1}{x}$,so $a = 1 - \frac{1}{x} = \frac{x - 1}{x}$.
Similarly,$y = \sum_{n = 0}^\infty b^n = \frac{1}{1 - b}$,which gives $b = \frac{y - 1}{y}$.
Also,$z = \sum_{n = 0}^\infty (ab)^n = \frac{1}{1 - ab}$,which gives $ab = \frac{z - 1}{z}$.
Substituting the expressions for $a$ and $b$ into the expression for $ab$:
$\left(\frac{x - 1}{x}\right) \left(\frac{y - 1}{y}\right) = \frac{z - 1}{z}$.
$\frac{(x - 1)(y - 1)}{xy} = \frac{z - 1}{z}$.
$z(xy - x - y + 1) = xy(z - 1)$.
$xyz - xz - yz + z = xyz - xy$.
$-xz - yz + z = -xy$.
$xy + z = xz + yz$.
169
MediumMCQ
The sum of infinite terms of a $G.P.$ is $x$ and on squaring each term of it,the sum becomes $y$. Then the common ratio of this series is
A
$\frac{x^2 - y^2}{x^2 + y^2}$
B
$\frac{x^2 + y^2}{x^2 - y^2}$
C
$\frac{x^2 - y}{x^2 + y}$
D
$\frac{x^2 + y}{x^2 - y}$

Solution

(C) Let the $G.P.$ be $a, ar, ar^2, \dots$ where $|r| < 1$.
The sum of infinite terms is $x = \frac{a}{1 - r} \implies a = x(1 - r) \dots (i)$.
When each term is squared,the new series is $a^2, a^2r^2, a^2r^4, \dots$,which is a $G.P.$ with first term $a^2$ and common ratio $r^2$.
The sum of this new series is $y = \frac{a^2}{1 - r^2} = \frac{a^2}{(1 - r)(1 + r)} \dots (ii)$.
Substituting $a = x(1 - r)$ from $(i)$ into $(ii)$:
$y = \frac{[x(1 - r)]^2}{(1 - r)(1 + r)} = \frac{x^2(1 - r)^2}{(1 - r)(1 + r)} = \frac{x^2(1 - r)}{1 + r}$.
Rearranging to solve for $r$:
$y(1 + r) = x^2(1 - r)$
$y + yr = x^2 - x^2r$
$yr + x^2r = x^2 - y$
$r(x^2 + y) = x^2 - y$
$r = \frac{x^2 - y}{x^2 + y}$.
170
EasyMCQ
If the sum of an infinite $G.P.$ and the sum of the squares of its terms is $3$,then the common ratio of the first series is
A
$1$
B
$\frac{1}{2}$
C
$\frac{2}{3}$
D
$\frac{3}{2}$

Solution

(B) Let the first series be $a + ar + ar^2 + \dots$ where $|r| < 1$.
The sum of this infinite $G.P.$ is given by $S_1 = \frac{a}{1-r} = 3 \implies a = 3(1-r)$.
The second series formed by the squares of the terms is $a^2 + a^2r^2 + a^2r^4 + \dots$.
The sum of this infinite $G.P.$ is given by $S_2 = \frac{a^2}{1-r^2} = 3$.
Substituting $a = 3(1-r)$ into the second equation:
$\frac{[3(1-r)]^2}{1-r^2} = 3$
$\frac{9(1-r)^2}{(1-r)(1+r)} = 3$
$\frac{3(1-r)}{1+r} = 1$
$3 - 3r = 1 + r$
$4r = 2 \implies r = \frac{1}{2}$.
171
EasyMCQ
If $S$ is the sum to infinity of a $G.P.$,whose first term is $a$,then the sum of the first $n$ terms is
A
$S{\left( {1 - \frac{a}{S}} \right)^n}$
B
$S\left[ {1 - {{\left( {1 - \frac{a}{S}} \right)}^n}} \right]$
C
$a\left[ {1 - {{\left( {1 - \frac{a}{S}} \right)}^n}} \right]$
D
None of these

Solution

(B) Let $r$ be the common ratio of the $G.P.$
The sum to infinity $S$ is given by $S = \frac{a}{1 - r}$.
Rearranging for $r$,we get $1 - r = \frac{a}{S}$,which implies $r = 1 - \frac{a}{S}$.
The sum of the first $n$ terms $S_n$ of a $G.P.$ is given by $S_n = \frac{a(1 - r^n)}{1 - r}$.
Substituting $S = \frac{a}{1 - r}$ and $r = 1 - \frac{a}{S}$ into the formula:
$S_n = S(1 - r^n) = S\left[ {1 - {{\left( {1 - \frac{a}{S}} \right)}^n}} \right]$.
172
MediumMCQ
$0.14189189189...$ can be expressed as a rational number.
A
$\frac{7}{3700}$
B
$\frac{7}{50}$
C
$\frac{525}{111}$
D
$\frac{21}{148}$

Solution

(D) Let $x = 0.14189189189...$
This can be written as $x = 0.14 + 0.00189189189...$
$x = \frac{14}{100} + \frac{189}{99900}$
$x = \frac{14}{100} + \frac{189 \div 27}{99900 \div 27} = \frac{14}{100} + \frac{7}{3700}$
To add these,find a common denominator,which is $3700$:
$x = \frac{14 \times 37}{3700} + \frac{7}{3700} = \frac{518 + 7}{3700} = \frac{525}{3700}$
Dividing both numerator and denominator by $25$:
$x = \frac{525 \div 25}{3700 \div 25} = \frac{21}{148}$
Thus,the correct option is $(d)$.
173
EasyMCQ
The sum of the series $5.05 + 1.212 + 0.29088 + ... \infty$ is
A
$6.93378$
B
$6.87342$
C
$6.74384$
D
$6.64474$

Solution

(D) The given series is $5.05 + 1.212 + 0.29088 + ... \infty$.
This is an infinite geometric progression $(G.P.)$ where the first term $a = 5.05$.
The common ratio $r$ is calculated as $r = \frac{1.212}{5.05} = 0.24$.
Since $|r| < 1$,the sum of the infinite $G.P.$ is given by the formula $S_{\infty} = \frac{a}{1 - r}$.
Substituting the values,we get $S_{\infty} = \frac{5.05}{1 - 0.24} = \frac{5.05}{0.76}$.
Calculating the division,$S_{\infty} = 6.6447368... \approx 6.64474$.
174
MediumMCQ
The sum of an infinite geometric series is $3$. $A$ series,which is formed by squares of its terms,has the sum also $3$. The first series is
A
$\frac{3}{2}, \frac{3}{4}, \frac{3}{8}, \frac{3}{16}, .....$
B
$\frac{1}{2}, \frac{1}{4}, \frac{1}{8}, \frac{1}{16}, .....$
C
$\frac{1}{3}, \frac{1}{9}, \frac{1}{27}, \frac{1}{81}, .....$
D
$1, -\frac{1}{3}, \frac{1}{9}, -\frac{1}{27}, .....$

Solution

(A) Let the first term of the infinite geometric series be $a$ and the common ratio be $r$. The sum of an infinite geometric series is given by $S = \frac{a}{1-r}$.
Given,$\frac{a}{1-r} = 3$,so $a = 3(1-r)$ ..... $(i)$.
The series formed by the squares of its terms is $a^2, a^2r^2, a^2r^4, .....$. This is also an infinite geometric series with first term $a^2$ and common ratio $r^2$.
The sum of this series is $\frac{a^2}{1-r^2} = 3$ ..... $(ii)$.
Substituting $a = 3(1-r)$ into $(ii)$:
$\frac{[3(1-r)]^2}{1-r^2} = 3$
$\frac{9(1-r)^2}{(1-r)(1+r)} = 3$
$\frac{3(1-r)}{1+r} = 1$
$3 - 3r = 1 + r$
$4r = 2 \implies r = \frac{1}{2}$.
Substituting $r = \frac{1}{2}$ into $(i)$:
$a = 3(1 - \frac{1}{2}) = 3(\frac{1}{2}) = \frac{3}{2}$.
The series is $a, ar, ar^2, .....$,which is $\frac{3}{2}, \frac{3}{4}, \frac{3}{8}, \frac{3}{16}, .....$.
175
EasyMCQ
Consider an infinite $G.P.$ with first term $a$ and common ratio $r$. If its sum is $4$ and the second term is $3/4$,then:
A
$a = \frac{7}{4}, r = \frac{3}{7}$
B
$a = \frac{3}{2}, r = \frac{1}{2}$
C
$a = 2, r = \frac{3}{8}$
D
$a = 3, r = \frac{1}{4}$

Solution

(D) For an infinite $G.P.$,the sum $S = \frac{a}{1-r} = 4$ and the second term $ar = \frac{3}{4}$.
From the first equation,$a = 4(1-r)$.
Substituting this into the second equation: $4(1-r)r = \frac{3}{4}$.
$r(1-r) = \frac{3}{16} \implies r - r^2 = \frac{3}{16} \implies 16r^2 - 16r + 3 = 0$.
Factoring the quadratic: $(4r - 3)(4r - 1) = 0$.
Thus,$r = \frac{3}{4}$ or $r = \frac{1}{4}$.
If $r = \frac{3}{4}$,then $a = 4(1 - 3/4) = 4(1/4) = 1$.
If $r = \frac{1}{4}$,then $a = 4(1 - 1/4) = 4(3/4) = 3$.
The possible pairs $(a, r)$ are $(1, 3/4)$ and $(3, 1/4)$.
Comparing with the given options,option $(d)$ is correct.
176
MediumMCQ
The value of $a^{\log_b x}$,where $a = 0.2$,$b = \sqrt{5}$,and $x = \frac{1}{4} + \frac{1}{8} + \frac{1}{16} + \dots$ to $\infty$ is:
A
$1$
B
$2$
C
$\frac{1}{2}$
D
$4$

Solution

(D) First,calculate the sum of the infinite geometric series $x = \frac{1}{4} + \frac{1}{8} + \frac{1}{16} + \dots$
This is a geometric progression with first term $a_1 = \frac{1}{4}$ and common ratio $r = \frac{1}{2}$.
The sum $x = \frac{a_1}{1 - r} = \frac{1/4}{1 - 1/2} = \frac{1/4}{1/2} = \frac{1}{2}$.
Now,substitute $a = 0.2 = \frac{1}{5}$,$b = \sqrt{5} = 5^{1/2}$,and $x = \frac{1}{2}$ into the expression $a^{\log_b x}$:
$a^{\log_b x} = (\frac{1}{5})^{\log_{\sqrt{5}} (1/2)} = (5^{-1})^{\log_{5^{1/2}} (2^{-1})}$.
Using the property $\log_{b^n} x = \frac{1}{n} \log_b x$,we get $\log_{5^{1/2}} (2^{-1}) = \frac{1}{1/2} \log_5 (2^{-1}) = 2 \log_5 (2^{-1}) = \log_5 (2^{-1})^2 = \log_5 (2^{-2}) = \log_5 (1/4)$.
Thus,the expression becomes $(5^{-1})^{\log_5 (1/4)} = 5^{-\log_5 (1/4)} = 5^{\log_5 (1/4)^{-1}} = 5^{\log_5 4} = 4$.
177
EasyMCQ
The value of ${4^{1/3}} \cdot {4^{1/9}} \cdot {4^{1/27}} \cdots \infty$ is
A
$2$
B
$3$
C
$4$
D
$9$

Solution

(A) Let the given expression be $S = {4^{1/3}} \cdot {4^{1/9}} \cdot {4^{1/27}} \cdots \infty$.
Using the law of exponents ${a^m} \cdot {a^n} = {a^{m+n}}$,we get:
$S = {4^{(1/3 + 1/9 + 1/27 + \cdots \infty)}}$.
The exponent is an infinite geometric series with the first term $a = 1/3$ and common ratio $r = 1/3$.
The sum of an infinite geometric series is given by $S_{\infty} = \frac{a}{1-r}$.
Substituting the values,the sum of the exponent is $\frac{1/3}{1 - 1/3} = \frac{1/3}{2/3} = 1/2$.
Therefore,$S = {4^{1/2}} = \sqrt{4} = 2$.
178
EasyMCQ
If $y = x + x^2 + x^3 + \dots \infty$,then $x = $
A
$\frac{y}{1 + y}$
B
$\frac{1 - y}{y}$
C
$\frac{y}{1 - y}$
D
None of these

Solution

(A) The given series is an infinite geometric progression $(G.P.)$ with the first term $a = x$ and common ratio $r = x$.
For an infinite $G.P.$ to converge,$|r| < 1$,so $|x| < 1$.
The sum of an infinite $G.P.$ is given by the formula $S = \frac{a}{1 - r}$.
Substituting the values,we get $y = \frac{x}{1 - x}$.
Now,solve for $x$:
$y(1 - x) = x$
$y - yx = x$
$y = x + yx$
$y = x(1 + y)$
$x = \frac{y}{1 + y}$.
179
MediumMCQ
If the sum of infinite terms of a $G.P.$ is $3$ and the sum of the squares of its terms is $3$,then its first term and common ratio are
A
$3/2, 1/2$
B
$1, 1/2$
C
$3/2, 2$
D
None of these

Solution

(A) Let the first term be $a$ and the common ratio be $r$. The sum of infinite terms of a $G.P.$ is given by $S = \frac{a}{1-r} = 3$ .....$(i)$
The terms of the $G.P.$ are $a, ar, ar^2, \dots$. The squares of these terms are $a^2, a^2r^2, a^2r^4, \dots$,which form a new $G.P.$ with first term $a^2$ and common ratio $r^2$.
The sum of the squares of the terms is $\frac{a^2}{1-r^2} = 3$ .....(ii)
From $(i)$,$a = 3(1-r)$. Substituting this into (ii):
$\frac{[3(1-r)]^2}{1-r^2} = 3$
$\frac{9(1-r)^2}{(1-r)(1+r)} = 3$
$\frac{3(1-r)}{1+r} = 1$
$3 - 3r = 1 + r$
$4r = 2 \Rightarrow r = 1/2$
Substituting $r = 1/2$ into $(i)$:
$a = 3(1 - 1/2) = 3(1/2) = 3/2$
Thus,the first term is $3/2$ and the common ratio is $1/2$.
180
EasyMCQ
The sum of infinite terms of the geometric progression $\frac{\sqrt{2} + 1}{\sqrt{2} - 1}, \frac{1}{2 - \sqrt{2}}, \frac{1}{2}, \dots$ is
A
$\sqrt{2}(\sqrt{2} + 1)^2$
B
$(\sqrt{2} + 1)^2$
C
$5\sqrt{2}$
D
$3\sqrt{2} + \sqrt{5}$

Solution

(A) The given geometric progression is $\frac{\sqrt{2} + 1}{\sqrt{2} - 1}, \frac{1}{\sqrt{2}(\sqrt{2} - 1)}, \frac{1}{2}, \dots$
First term $a = \frac{\sqrt{2} + 1}{\sqrt{2} - 1} = \frac{(\sqrt{2} + 1)^2}{2 - 1} = (\sqrt{2} + 1)^2 = 3 + 2\sqrt{2}$.
Common ratio $r = \frac{1}{\sqrt{2}(\sqrt{2} - 1)} \div \frac{\sqrt{2} + 1}{\sqrt{2} - 1} = \frac{1}{\sqrt{2}(\sqrt{2} + 1)} = \frac{1}{2 + \sqrt{2}}$.
The sum of an infinite geometric series is $S = \frac{a}{1 - r}$.
$S = \frac{(\sqrt{2} + 1)^2}{1 - \frac{1}{\sqrt{2}(\sqrt{2} + 1)}} = \frac{(\sqrt{2} + 1)^2}{\frac{\sqrt{2}(\sqrt{2} + 1) - 1}{\sqrt{2}(\sqrt{2} + 1)}} = \frac{(\sqrt{2} + 1)^2 \cdot \sqrt{2}(\sqrt{2} + 1)}{2 + \sqrt{2} - 1} = \frac{\sqrt{2}(\sqrt{2} + 1)^3}{1 + \sqrt{2}} = \sqrt{2}(\sqrt{2} + 1)^2$.
181
MediumMCQ
The sum of an infinite number of terms in a $G.P.$ is $20$ and the sum of their squares is $100$. The common ratio of the $G.P.$ is:
A
$5$
B
$3/5$
C
$8/5$
D
$1/5$

Solution

(B) Let the first term of the $G.P.$ be $a$ and the common ratio be $r$.
Given that the sum of an infinite $G.P.$ is $S = \frac{a}{1-r} = 20$ .....$(i)$
The squares of the terms form a new $G.P.$ with first term $a^2$ and common ratio $r^2$.
The sum of the squares is $S' = \frac{a^2}{1-r^2} = 100$ .....$(ii)$
From $(i)$,we have $a = 20(1-r)$.
Substitute this into $(ii)$:
$\frac{[20(1-r)]^2}{1-r^2} = 100$
$\frac{400(1-r)^2}{(1-r)(1+r)} = 100$
$\frac{4(1-r)}{1+r} = 1$
$4 - 4r = 1 + r$
$5r = 3$
$r = 3/5$.
182
EasyMCQ
If in an infinite $G.P.$ the first term is equal to twice the sum of the remaining terms,then its common ratio is
A
$1$
B
$2$
C
$1/3$
D
$-1/3$

Solution

(C) Let the first term be $a$ and the common ratio be $r$. The sum of an infinite $G.P.$ is given by
$S = \frac{a}{1-r}$, where $|r| < 1$.
The sum of the remaining terms after the first term is
$S - a = \frac{a}{1-r} - a$
$= a\left(\frac{1}{1-r} - 1\right)$
$= a\left(\frac{1 - (1-r)}{1-r}\right)$
$= a\left(\frac{r}{1-r}\right)$
$= \frac{ar}{1-r}$
According to the problem, the first term is equal to twice the sum of the remaining terms:
$a = 2\left(\frac{ar}{1-r}\right)$
Dividing both sides by $a$ (assuming $a \neq 0$):
$1 = \frac{2r}{1-r}$
$1 - r = 2r$
$1 = 3r$
$r = \frac{1}{3}$
183
EasyMCQ
If the sum of the series $1 + \frac{2}{x} + \frac{4}{x^2} + \frac{8}{x^3} + \dots \infty$ is a finite number,then
A
$x > 2$
B
$x > -2$
C
$x > \frac{1}{2}$
D
None of these

Solution

(A) The given series is a geometric progression $(GP)$ with the first term $a = 1$ and common ratio $r = \frac{2}{x}$.
For the sum of an infinite geometric series to be finite,the condition $|r| < 1$ must be satisfied.
Therefore,$|\frac{2}{x}| < 1$.
This implies $\frac{2}{|x|} < 1$,which means $|x| > 2$.
Since the terms are positive,we consider $x > 2$.
184
MediumMCQ
$0.5737373...... = $
A
$\frac{284}{497}$
B
$\frac{283}{495}$
C
$\frac{568}{990}$
D
$\frac{567}{990}$

Solution

(C) Let $x = 0.5737373......$
This can be written as $x = 0.5 + 0.0737373......$
$x = 0.5 + \frac{73}{1000} + \frac{73}{100000} + \frac{73}{10000000} + ...$
This is a geometric series starting from the second term with first term $a = \frac{73}{1000}$ and common ratio $r = \frac{1}{100}$.
The sum of an infinite geometric series is $S = \frac{a}{1-r}$.
$x = 0.5 + \frac{73/1000}{1 - 1/100} = \frac{5}{10} + \frac{73/1000}{99/100} = \frac{1}{2} + \frac{73}{1000} \times \frac{100}{99} = \frac{1}{2} + \frac{73}{990}$.
$x = \frac{495 + 73}{990} = \frac{568}{990}$.
185
MediumMCQ
The value of $\overline{0.037}$,where $\overline{0.037}$ stands for the number $0.037037037...$,is:
A
$\frac{37}{1000}$
B
$\frac{1}{27}$
C
$\frac{1}{37}$
D
$\frac{37}{999}$

Solution

(D) Let $x = 0.037037037...$
This is a repeating decimal which can be written as an infinite geometric series:
$x = 0.037 + 0.000037 + 0.000000037 + ...$
$x = \frac{37}{10^3} + \frac{37}{10^6} + \frac{37}{10^9} + ...$
This is a geometric progression with the first term $a = \frac{37}{1000}$ and common ratio $r = \frac{1}{1000}$.
The sum of an infinite geometric series is given by $S = \frac{a}{1 - r}$.
$x = \frac{37/1000}{1 - 1/1000} = \frac{37/1000}{999/1000} = \frac{37}{999}$.
Alternatively,$x = \frac{37}{999} = \frac{1}{27}$.
Since $\frac{37}{999}$ is provided as option $D$,the correct answer is $D$.
186
EasyMCQ
If $x$ is added to each of the numbers $3, 9, 21$ so that the resulting numbers are in $G.P.$,then the value of $x$ is:
A
$3$
B
$\frac{1}{2}$
C
$2$
D
$\frac{1}{3}$

Solution

(A) Given that $3 + x, 9 + x, 21 + x$ are in $G.P.$
For three numbers $a, b, c$ to be in $G.P.$,the condition is $b^2 = ac$.
Applying this condition: $(9 + x)^2 = (3 + x)(21 + x)$
Expanding both sides: $81 + x^2 + 18x = 63 + 21x + 3x + x^2$
Simplifying the equation: $81 + 18x = 63 + 24x$
Rearranging terms: $81 - 63 = 24x - 18x$
$18 = 6x$
$x = 3$
Verification: If $x = 3$,the numbers are $3+3=6, 9+3=12, 21+3=24$. Since $12/6 = 2$ and $24/12 = 2$,the common ratio is constant,confirming they are in $G.P.$
187
EasyMCQ
If $s$ is the sum of an infinite $G.P.$ and $a$ is the first term,then the common ratio $r$ is given by:
A
$\frac{a - s}{s}$
B
$\frac{s - a}{s}$
C
$\frac{a}{1 - s}$
D
$\frac{s - a}{a}$

Solution

(B) The sum of an infinite geometric progression $(G.P.)$ is given by the formula:
$s = \frac{a}{1 - r}$
where $a$ is the first term and $r$ is the common ratio (where $|r| < 1$).
To find $r$,we rearrange the equation:
$s(1 - r) = a$
$1 - r = \frac{a}{s}$
$r = 1 - \frac{a}{s}$
$r = \frac{s - a}{s}$
Thus,the correct option is $B$.
188
EasyMCQ
The sum to infinity of the progression $9 - 3 + 1 - \frac{1}{3} + .....$ is
A
$9$
B
$9/2$
C
$27/4$
D
$15/2$

Solution

(C) The given series $9 - 3 + 1 - \frac{1}{3} + .....$ is a Geometric Progression $(G.P.)$.
Here,the first term $a = 9$.
The common ratio $r = \frac{-3}{9} = -\frac{1}{3}$.
The sum to infinity of a $G.P.$ is given by the formula $S_{\infty} = \frac{a}{1 - r}$,provided $|r| < 1$.
Substituting the values,we get $S_{\infty} = \frac{9}{1 - (-1/3)} = \frac{9}{1 + 1/3} = \frac{9}{4/3} = \frac{9 \times 3}{4} = \frac{27}{4}$.
189
MediumMCQ
If $a^2 + b^2 + 16c^2 = 2(3ab + 6bc + 4ac)$,where $a, b, c$ are non-zero numbers,then $a, b, c$ are in:
A
$A.P.$
B
$G.P.$
C
$H.P.$
D
None of these

Solution

(B) Given equation: $a^2 + b^2 + 16c^2 = 6ab + 12bc + 8ac$.
Rearranging the terms: $a^2 + b^2 + 16c^2 - 6ab - 12bc + 8ac = 0$.
This can be rewritten as: $(a - 3b + 4c)^2 = 0$ is not correct here. Let us re-evaluate the given expression: $a^2 + b^2 + 16c^2 = 6ab + 12bc + 8ac$.
Actually,the expression $a^2 + b^2 + 16c^2 - 6ab - 12bc + 8ac = 0$ implies $(a - 3b + 4c)^2 = 0$ is not the standard form. Let us check the condition for $G.P.$: $b^2 = ac$.
If $b^2 = ac$,then $a^2 + ac + 16c^2 = 6ab + 12bc + 8ac$ is not directly obvious. Let us re-examine the original equation: $a^2 + b^2 + 16c^2 = 6ab + 12bc + 8ac$. If we assume $a, b, c$ are in $G.P.$,then $b^2 = ac$. Substituting $b^2 = ac$ into the equation: $a^2 + ac + 16c^2 = 6ab + 12bc + 8ac \Rightarrow a^2 - 7ac + 16c^2 = 6ab + 12bc$. This does not simplify easily. Let us re-read the input: $a^2 + b^2 + 16c^2 = 2(3ab + 6bc + 4ac) \Rightarrow a^2 + b^2 + 16c^2 - 6ab - 12bc - 8ac = 0$. This is $(a - 3b - 4c)^2 = 0$ is not correct. The correct factorization is $(a - 3b + 4c)^2 = 0$. Given the options,$b^2 = ac$ is the standard result for $G.P.$
190
EasyMCQ
The product $(32)(32)^{1/6}(32)^{1/36} \dots \infty$ is
A
$16$
B
$32$
C
$64$
D
$0$

Solution

(C) Let the given expression be $P = (32)(32)^{1/6}(32)^{1/36} \dots \infty$.
Since the bases are the same, we can add the exponents: $P = (32)^{1 + 1/6 + 1/36 + \dots \infty}$.
The exponent is an infinite geometric series with the first term $a = 1$ and common ratio $r = 1/6$.
The sum of an infinite geometric series is given by $S = a / (1 - r)$.
Substituting the values, $S = 1 / (1 - 1/6) = 1 / (5/6) = 6/5$.
Therefore, $P = (32)^{6/5}$.
Since $32 = 2^5$, we have $P = (2^5)^{6/5} = 2^{(5 \times 6/5)} = 2^6$.
$2^6 = 64$.
191
MediumMCQ
If the $m^{th}$ term of a $H.P.$ is $n$ and the $n^{th}$ term is $m$,then the $r^{th}$ term will be
A
$\frac{r}{mn}$
B
$\frac{mn}{r + 1}$
C
$\frac{mn}{r}$
D
$\frac{mn}{r - 1}$

Solution

(C) Given that the $m^{th}$ term of a $H.P.$ is $n$ and the $n^{th}$ term is $m$.
For the corresponding $A.P.$,the $m^{th}$ term is $\frac{1}{n}$ and the $n^{th}$ term is $\frac{1}{m}$.
Let $a$ be the first term and $d$ be the common difference of this $A.P.$
Then,$a + (m - 1)d = \frac{1}{n}$ --- $(i)$
And,$a + (n - 1)d = \frac{1}{m}$ --- (ii)
Subtracting equation (ii) from $(i)$:
$(m - n)d = \frac{1}{n} - \frac{1}{m} = \frac{m - n}{mn}$
Thus,$d = \frac{1}{mn}$.
Substituting $d$ in equation $(i)$:
$a + (m - 1)\frac{1}{mn} = \frac{1}{n}$
$a = \frac{1}{n} - \frac{m - 1}{mn} = \frac{m - m + 1}{mn} = \frac{1}{mn}$.
The $r^{th}$ term of the $A.P.$ is $T_r = a + (r - 1)d = \frac{1}{mn} + (r - 1)\frac{1}{mn} = \frac{1 + r - 1}{mn} = \frac{r}{mn}$.
Therefore,the $r^{th}$ term of the $H.P.$ is the reciprocal of the $r^{th}$ term of the $A.P.$,which is $\frac{mn}{r}$.
192
MediumMCQ
Which number should be added to the numbers $13, 15, 19$ so that the resulting numbers are the consecutive terms of a $H.P.$?
A
$7$
B
$6$
C
$-6$
D
$-7$

Solution

(D) Let the number to be added be $x$. The new numbers are $(13 + x), (15 + x), (19 + x)$.
Since these numbers are in $H.P.$,their reciprocals are in $A.P.$
Therefore,$\frac{1}{15 + x} - \frac{1}{13 + x} = \frac{1}{19 + x} - \frac{1}{15 + x}$.
$\Rightarrow \frac{(13 + x) - (15 + x)}{(15 + x)(13 + x)} = \frac{(15 + x) - (19 + x)}{(19 + x)(15 + x)}$.
$\Rightarrow \frac{-2}{(15 + x)(13 + x)} = \frac{-4}{(19 + x)(15 + x)}$.
$\Rightarrow \frac{1}{13 + x} = \frac{2}{19 + x}$.
$\Rightarrow 19 + x = 2(13 + x)$.
$\Rightarrow 19 + x = 26 + 2x$.
$\Rightarrow x = 19 - 26 = -7$.
Thus,the number to be added is $-7$.
193
EasyMCQ
The fifth term of the $H.P.$,$2, 2\frac{1}{2}, 3\frac{1}{3}, \dots$ will be
A
$5\frac{1}{5}$
B
$3\frac{1}{5}$
C
$1/10$
D
$10$

Solution

(D) The given series $2, 2\frac{1}{2}, 3\frac{1}{3}, \dots$ is in $H.P.$
Taking the reciprocals,the series $\frac{1}{2}, \frac{2}{5}, \frac{3}{10}, \dots$ is in $A.P.$
Here,the first term $a = \frac{1}{2}$.
The common difference $d = \frac{2}{5} - \frac{1}{2} = \frac{4-5}{10} = -\frac{1}{10}$.
The $n^{th}$ term of an $A.P.$ is given by $T_n = a + (n-1)d$.
For the $5^{th}$ term of the $A.P.$: $T_5 = \frac{1}{2} + (5-1)(-\frac{1}{10}) = \frac{1}{2} - \frac{4}{10} = \frac{5-4}{10} = \frac{1}{10}$.
Since the $H.P.$ is the reciprocal of the $A.P.$,the $5^{th}$ term of the $H.P.$ is the reciprocal of $\frac{1}{10}$,which is $10$.
194
MediumMCQ
If ${a_1}, {a_2}, {a_3}, \dots, {a_n}$ are in $H.P.$,then ${a_1}{a_2} + {a_2}{a_3} + \dots + {a_{n-1}}{a_n}$ is equal to:
A
${a_1}{a_n}$
B
$n{a_1}{a_n}$
C
$(n - 1){a_1}{a_n}$
D
None of these

Solution

(C) Since ${a_1}, {a_2}, {a_3}, \dots, {a_n}$ are in $H.P.$,their reciprocals $\frac{1}{a_1}, \frac{1}{a_2}, \dots, \frac{1}{a_n}$ are in $A.P.$
Let the common difference of this $A.P.$ be $d$.
Then,$\frac{1}{a_{k+1}} - \frac{1}{a_k} = d$,which implies $\frac{a_k - a_{k+1}}{a_k a_{k+1}} = d$,or $a_k - a_{k+1} = d(a_k a_{k+1})$.
Summing this from $k=1$ to $n-1$:
$\sum_{k=1}^{n-1} (a_k - a_{k+1}) = d \sum_{k=1}^{n-1} (a_k a_{k+1})$
$(a_1 - a_2) + (a_2 - a_3) + \dots + (a_{n-1} - a_n) = d \sum_{k=1}^{n-1} (a_k a_{k+1})$
$a_1 - a_n = d \sum_{k=1}^{n-1} (a_k a_{k+1})$
For the $A.P.$,the $n^{th}$ term is $\frac{1}{a_n} = \frac{1}{a_1} + (n-1)d$,so $d = \frac{1/a_n - 1/a_1}{n-1} = \frac{a_1 - a_n}{(n-1)a_1 a_n}$.
Substituting $d$ into the sum equation:
$a_1 - a_n = \frac{a_1 - a_n}{(n-1)a_1 a_n} \sum_{k=1}^{n-1} (a_k a_{k+1})$
$\sum_{k=1}^{n-1} (a_k a_{k+1}) = (n-1)a_1 a_n$.
195
MediumMCQ
If $x, y, z$ are in $H.P.$,then the value of the expression $\log(x + z) + \log(x - 2y + z)$ is
A
$\log(x - z)$
B
$2\log(x - z)$
C
$3\log(x - z)$
D
$4\log(x - z)$

Solution

(B) Given that $x, y, z$ are in $H.P.$,the middle term $y$ is the harmonic mean of $x$ and $z$,so $y = \frac{2xz}{x + z}$.
We need to evaluate the expression $E = \log(x + z) + \log(x - 2y + z)$.
Using the property $\log(a) + \log(b) = \log(ab)$,we get $E = \log[(x + z)(x - 2y + z)]$.
Substitute $y = \frac{2xz}{x + z}$ into the expression:
$E = \log\left[(x + z)\left(x - 2\left(\frac{2xz}{x + z}\right) + z\right)\right]$
$E = \log\left[(x + z)\left(x + z - \frac{4xz}{x + z}\right)\right]$
$E = \log\left[(x + z)^2 - 4xz\right]$
$E = \log(x^2 + 2xz + z^2 - 4xz)$
$E = \log(x^2 - 2xz + z^2) = \log(x - z)^2$
Using the property $\log(a^n) = n\log(a)$,we get $E = 2\log(x - z)$.
196
EasyMCQ
If the ${5^{th}}$ term of a $H.P.$ is $\frac{1}{45}$ and the ${11^{th}}$ term is $\frac{1}{69}$,then its ${16^{th}}$ term will be:
A
$1/89$
B
$1/85$
C
$1/80$
D
$1/79$

Solution

(A) Let the corresponding $A.P.$ be $a, a+d, a+2d, \dots$ such that the $n^{th}$ term of $H.P.$ is $1/(a+(n-1)d)$.
Given that the ${5^{th}}$ term of $H.P.$ is $1/45$,therefore the ${5^{th}}$ term of $A.P.$ is $a + 4d = 45$ $(i)$.
Given that the ${11^{th}}$ term of $H.P.$ is $1/69$,therefore the ${11^{th}}$ term of $A.P.$ is $a + 10d = 69$ $(ii)$.
Subtracting $(i)$ from $(ii)$:
$(a + 10d) - (a + 4d) = 69 - 45$
$6d = 24 \implies d = 4$.
Substituting $d = 4$ in $(i)$:
$a + 4(4) = 45 \implies a + 16 = 45 \implies a = 29$.
Now,the ${16^{th}}$ term of the $A.P.$ is $a + 15d = 29 + 15(4) = 29 + 60 = 89$.
Thus,the ${16^{th}}$ term of the $H.P.$ is $1/89$.
197
EasyMCQ
The first term of a harmonic progression is $1/7$ and the second term is $1/9$. The $12^{th}$ term is
A
$1/19$
B
$1/29$
C
$1/17$
D
$1/27$

Solution

(B) sequence is a harmonic progression $(H.P.)$ if the reciprocals of its terms form an arithmetic progression $(A.P.)$.
Given the first term of the $H.P.$ is $1/7$,the first term of the corresponding $A.P.$ is $a = 7$.
The second term of the $H.P.$ is $1/9$,so the second term of the $A.P.$ is $a + d = 9$.
Calculating the common difference $d$: $d = 9 - 7 = 2$.
The $n^{th}$ term of an $A.P.$ is given by $T_n = a + (n - 1)d$.
For the $12^{th}$ term of the $A.P.$: $T_{12} = 7 + (12 - 1) \times 2 = 7 + 11 \times 2 = 7 + 22 = 29$.
Since the $12^{th}$ term of the $H.P.$ is the reciprocal of the $12^{th}$ term of the $A.P.$,the $12^{th}$ term of the $H.P.$ is $1/29$.
198
EasyMCQ
If $a, b, c$ are three distinct positive real numbers which are in $H.P.$,then $\frac{3a + 2b}{2a - b} + \frac{3c + 2b}{2c - b}$ is
A
Greater than or equal to $10$
B
Less than or equal to $10$
C
Only equal to $10$
D
Greater than $10$

Solution

(D) Given that $a, b, c$ are in $H.P.$,their reciprocals $\frac{1}{a}, \frac{1}{b}, \frac{1}{c}$ are in $A.P.$
Let $\frac{1}{a} = p - q$,$\frac{1}{b} = p$,and $\frac{1}{c} = p + q$,where $p, q > 0$ and $p > q$.
Then $a = \frac{1}{p-q}$,$b = \frac{1}{p}$,and $c = \frac{1}{p+q}$.
Substituting these into the expression:
$\frac{3a + 2b}{2a - b} = \frac{\frac{3}{p-q} + \frac{2}{p}}{\frac{2}{p-q} - \frac{1}{p}} = \frac{3p + 2(p-q)}{2p - (p-q)} = \frac{5p - 2q}{p + q}$
Similarly,$\frac{3c + 2b}{2c - b} = \frac{\frac{3}{p+q} + \frac{2}{p}}{\frac{2}{p+q} - \frac{1}{p}} = \frac{3p + 2(p+q)}{2p - (p+q)} = \frac{5p + 2q}{p - q}$
Adding these: $\frac{5p - 2q}{p + q} + \frac{5p + 2q}{p - q} = \frac{(5p - 2q)(p - q) + (5p + 2q)(p + q)}{p^2 - q^2} = \frac{5p^2 - 7pq + 2q^2 + 5p^2 + 7pq + 2q^2}{p^2 - q^2} = \frac{10p^2 + 4q^2}{p^2 - q^2} = 10 + \frac{14q^2}{p^2 - q^2}$.
Since $p > q > 0$,$p^2 - q^2 > 0$,so the expression is strictly greater than $10$.
199
DifficultMCQ
If $a, b, c, d$ are in $H.P.$,then $ab + bc + cd$ is equal to
A
$3ad$
B
$(a + b)(c + d)$
C
$3ac$
D
None of these

Solution

(A) Since $a, b, c, d$ are in $H.P.$,their reciprocals $\frac{1}{a}, \frac{1}{b}, \frac{1}{c}, \frac{1}{d}$ are in $A.P.$
Let the common difference be $k$. Then $\frac{1}{b} = \frac{1}{a} + k$,$\frac{1}{c} = \frac{1}{a} + 2k$,and $\frac{1}{d} = \frac{1}{a} + 3k$.
Alternatively,using the property of $H.P.$,$b = \frac{2ac}{a+c}$ and $c = \frac{2bd}{b+d}$.
From $b = \frac{2ac}{a+c}$,we get $\frac{1}{b} = \frac{a+c}{2ac} = \frac{1}{2c} + \frac{1}{2a}$,which implies $2ac = b(a+c) = ab + bc$.
Similarly,from $c = \frac{2bd}{b+d}$,we get $2bd = c(b+d) = bc + cd$.
Adding these,$ab + 2bc + cd = 2ac + 2bd$.
Using the property $b = \frac{2ac}{a+c}$ and $c = \frac{2bd}{b+d}$,we can simplify the expression $ab + bc + cd$.
Let $a=1, b=1/2, c=1/3, d=1/4$. Then $ab+bc+cd = (1)(1/2) + (1/2)(1/3) + (1/3)(1/4) = 1/2 + 1/6 + 1/12 = (6+2+1)/12 = 9/12 = 3/4$.
Since $3ad = 3(1)(1/4) = 3/4$,the expression is equal to $3ad$.
200
EasyMCQ
If the $7^{th}$ term of a harmonic progression is $8$ and the $8^{th}$ term is $7$,then its $15^{th}$ term is
A
$16$
B
$14$
C
$\frac{27}{14}$
D
$\frac{56}{15}$

Solution

(D) Let the harmonic progression $(H.P.)$ be $H_1, H_2, H_3, \dots$. The corresponding arithmetic progression $(A.P.)$ is $\frac{1}{H_1}, \frac{1}{H_2}, \frac{1}{H_3}, \dots$.
Given that the $7^{th}$ term of the $H.P.$ is $8$,the $7^{th}$ term of the corresponding $A.P.$ is $\frac{1}{8}$.
Given that the $8^{th}$ term of the $H.P.$ is $7$,the $8^{th}$ term of the corresponding $A.P.$ is $\frac{1}{7}$.
Let $a$ be the first term and $d$ be the common difference of the $A.P.$
$a + 6d = \frac{1}{8}$ --- $(1)$
$a + 7d = \frac{1}{7}$ --- $(2)$
Subtracting $(1)$ from $(2)$: $d = \frac{1}{7} - \frac{1}{8} = \frac{8-7}{56} = \frac{1}{56}$.
Substituting $d$ in $(1)$: $a + 6(\frac{1}{56}) = \frac{1}{8} \implies a + \frac{3}{28} = \frac{1}{8} \implies a = \frac{1}{8} - \frac{3}{28} = \frac{7-6}{56} = \frac{1}{56}$.
The $15^{th}$ term of the $A.P.$ is $a + 14d = \frac{1}{56} + 14(\frac{1}{56}) = \frac{15}{56}$.
Therefore,the $15^{th}$ term of the $H.P.$ is the reciprocal of the $15^{th}$ term of the $A.P.$,which is $\frac{56}{15}$.

Progression and Sequence — Progression and Sequence · Frequently Asked Questions

1Are these Progression and Sequence 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 Progression and Sequence 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.