Mathematics · Quantitative Aptitude

Sequences and Series

226 Questions

Sequences and series involve ordered lists of numbers and the sum of their terms. The questions primarily test knowledge of arithmetic progressions, geometric progressions, and infinite series. It is an essential part of quantitative aptitude that requires strong pattern recognition skills.

Arithmetic progressionGeometric progressionInfinite seriesSum of termsNumber sequences

Sequences and Series Questions

Multiple choice maths arithmetic sequences forming an arithmetic progression between two quantities a and b sums arithmetic progression

The sum of  $10$  terms of the series  $\left( x + \dfrac { 1 } { x } \right) ^ { 2 } + \left( x ^ { 2 } + \dfrac { 1 } { x ^ { 2 } } \right) ^ { 2 } + \left( x ^ { 3 } + \dfrac { 1 } { x ^ { 3 } } \right) ^ { 2 } + \ldots .$  is

  1. $\left( \dfrac { x ^ { 20 } - 1 } { x ^ { 2 } - 1 } \right) \left( \dfrac { x ^ { 22 } + 1 } { x ^ { 20 } } \right) + 20$
  2. $\left( \dfrac { x ^ { 18 } - 1 } { x ^ { 2 } - 1 } \right) \left( \dfrac { x ^ { 11 } + 1 } { x ^ { 9 } } \right) + 20$
  3. $\left( \dfrac { x ^ { 18 } - 1 } { x ^ { 2 } - 1 } \right) \left( \dfrac { x ^ { 11 } - 1 } { x ^ { 9 } } \right) + 20$
  4. None of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The n-th term is (x^n + 1/x^n)^2 = x^(2n) + 1/x^(2n) + 2. The sum is sum(x^(2n)) + sum(1/x^(2n)) + sum(2). These are geometric series. The sum of x^(2n) is x^2(x^20-1)/(x^2-1).

Multiple choice maths arithmetic sequences forming an arithmetic progression between two quantities a and b sums arithmetic progression

the sum of the first n terms of the series ${ 1 }^{ 2 }+{ 2.2 }^{ 2 }+{ 3 }^{ 2 }+{ 2.4 }^{ 2 }+{ 5 }^{ 2 }+{ 2.6 }^{ 2 }....is\frac { n(n+1)^{ 2 } }{ 2 } $ when n is even.wheen n is odd the sum is

  1. $\frac { 3n(n+1) }{ 2 } $
  2. $\frac { { n }^{ 2 }(n+1) }{ 2 } $
  3. $\frac { { n }(n+1)^{ 2 } }{ 4 } $
  4. $\left[ \frac { { n }(n+1) }{ 4 } \right] ^{ 2 }$
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The series is 1^2 + 2*2^2 + 3^2 + 2*4^2 + 5^2 + 2*6^2 + ... For odd n, the sum follows a specific pattern. By testing n=1, sum=1. By testing n=3, sum=1^2 + 2*2^2 + 3^2 = 1 + 8 + 9 = 18. Formula A: 3*3(4)/2 = 18. This matches.

Multiple choice maths arithmetic sequences forming an arithmetic progression between two quantities a and b sums arithmetic progression

Sum of the series
$P=\dfrac{1}{2\sqrt{1}+\sqrt{2}}+\dfrac{1}{3\sqrt{2}+2\sqrt{3}}+....+\dfrac{1}{100\sqrt{99}+99\sqrt{100}}$ is

  1. $1/10$
  2. $3/10$
  3. $9/10$
  4. $1/2$
Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Rationalize each term in the series. The general term can be written as 1 / (sqrt(n)(sqrt(n+1))(...)), allowing it to telescope into a simple difference of two terms, giving 9/10.

Multiple choice maths arithmetic sequences forming an arithmetic progression between two quantities a and b sums arithmetic progression

The sum of series $\sec^{-1}\sqrt {2}+\sec^{-1}\dfrac {\sqrt {10}}{3}+\sec^{-1}\dfrac {\sqrt {50}}{7}+...+\sec^{-1}\sqrt {\dfrac {(n^{2}+1)(n^{2}-2n+2)}{(n^{2}-n+1)^{2}}}$ 

  1. $\tan^{-1}1$
  2. $\tan^{-1}n$
  3. $\tan^{-1}(n+1)$
  4. $\tan^{-1}(n-1)$
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The terms are sec^-1(sqrt(2)), sec^-1(sqrt(10)/3), etc. This simplifies to tan^-1(1) + tan^-1(1/3) + ... which is a telescoping series of arctangents.

Multiple choice maths arithmetic sequences forming an arithmetic progression between two quantities a and b sums arithmetic progression

Calculate the sum of the given series $1+11+111+1111+11111+.....$ upto $9$ terms: 

  1. $123456789$
  2. $987654321$
  3. $999999999$
  4. None of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

$S=1+11+111+1111+...$ 9 terms

$\Rightarrow 9S=9+99+999+9999+...$ 9 terms
$\Rightarrow 9S=(10-1)+(100-1)+(1000-1)+(10000-1)+...$ 9 terms
$\Rightarrow9S=[10+100+1000+10000+...$ 9 terms $]-9$
$\Rightarrow9S=[\dfrac{10.(10^{9}-1)}{10-1}]-9$
$\Rightarrow9S=[1111111110]-9$
$\Rightarrow9S=1111111101$
$\therefore S=123456789$

Multiple choice maths arithmetic sequences forming an arithmetic progression between two quantities a and b sums arithmetic progression

Find sum of the first $10$ terms of the series:
$(1)(5)+(2)(6)+(3)(7)+(4)(8)+....$ 

  1. $506$
  2. $605$
  3. $572$
  4. $563$
Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

We have to find the value of $1 \times 4+2\times 6+3 \times 7+4 \times 8+............$ , upto $10$ terms

$\Rightarrow1\times 5+2\times 6+3\times 7+4\times 8+........=1(1+4)+2(2+4)+3(3+4)+4(4+4)+.......$
$\Rightarrow { (1 }^{ 2 }+{ 2 }^{ 2 }+....+{ 10 }^{ 2 })+4(1+2+...10)$
$\Rightarrow \frac{10 \times 11 \times 21}{6}+4(\frac{10 \times 11}{2})=605$
Therefore the option is $B$

Multiple choice maths arithmetic sequences forming an arithmetic progression between two quantities a and b sums arithmetic progression

Sum of $n$ terms of the series  $5+7+13+31+85+...,$  is

  1. $4n+\dfrac12(3^n-1)$
  2. $8n+\dfrac12(3^n-1)$
  3. $2n+\dfrac12(3^n-1)$
  4. None of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The given series is $5+7+13+31+85+.............$

$\Rightarrow 4n+(1+3+9+27+81+..........)$
$\Rightarrow 4n+(1+3+3^{2}+3^{3}+3^{4}+...........)$
$\Rightarrow 4n+\frac{1}{2}(3^{n}-1)$
Therefore option $A$ is correct

Multiple choice maths application of derivatives - iii second derivative test maxima and minima application of derivatives

Find out the largest term of the sequence  $\displaystyle \frac{1}{503},\displaystyle \frac{4}{524}, \displaystyle \frac{9}{581}, \displaystyle \frac{16} {692},....$

  1. $\displaystyle \frac{25}{875}$
  2. $\displaystyle \frac{36}{1148}$
  3. $\displaystyle \frac{49}{1529}$
  4. $\displaystyle \frac{64}{2036}$
Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

General term can be written as
$T _{n}=\displaystyle \frac{n^{2}}{500+3n^{3}}$
then, $\displaystyle \frac{dT _{n}}{dn}=\displaystyle \frac{n(1000-3n^{3})}{(500+3n^{3})^{2}}$
For max or min of $T _{n}$,
$\displaystyle \frac{dT _{n}}{dn}=0$
$\therefore n=\left ( \displaystyle \frac{1000}{3} \right )^{1/3}=6.933\approx7$

Hence, $T _{7}$ is the largest term. So largest term in the given sequence is $\displaystyle \frac{49}{1529}$

Multiple choice maths application of derivatives - iii second derivative test maxima and minima application of derivatives

The sixth term of an A.P is equal to 2. The value of the common difference of the A.P which makes the product $a _{1} a _{4} a _{5}$ least is given by 

  1. $\displaystyle \frac {8}{5}$
  2. $\displaystyle \frac {5}{4}$
  3. $\displaystyle \frac {2}{3}$
  4. None of these

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation
Given that sixth term of an A.P is 2.
$\Rightarrow { a } _{ 1 }+5d=2$
Consider, $p={ a } _{ 1 }{ a } _{ 4 }{ a } _{ 5 }$
$\Rightarrow p={ a } _{ 1 }({ a } _{ 1 }+3d)({ a } _{ 1 }+4d)$
Now substitute ${ a } _{ 1 }=2-5d$ in the above equation, we get;
$ p=(2-5d)(2-2d)(2-d)$
Now, solving the parentheses, we get;
$p=2[4-16d+17{ d }^{ 2 }-5{ d }^{ 3 }]$
Let, $S=-5{ d }^{ 3 }+17{ d }^{ 2 }-16d+4$
Now, taking the derivative of S w.r.t $d$, we get;
$S\prime =-15{ d }^{ 2 }+34{ d }-16$
Notice that, for $S\prime=0$, we get;
$d=\dfrac { 2 }{ 3 } ,\dfrac { 8 }{ 5 } $
Now, taking the derivative of $S\prime$ w.r.t $d$, we get;
$S\prime \prime =-30d+34$
At $d=\dfrac { 2 }{ 3 }$, we get;
$S\prime \prime =-20+34$
So, $S\prime \prime=14$ which is positive.
Therefore, $d=\dfrac { 2 }{ 3 }$ gives minimum value.
Multiple choice maths solving equations numerically finding roots by iteration fundamental theorem of algebra complex numbers and linear inequations

The first and last term of an A.P. are $1$ and $11$. If the sum of its terms is $36$, then the number of terms will be

  1. $5$
  2. $6$
  3. $7$
  4. $8$
Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

$a=1\ a+(n-1)d=11\ 1+(n-1)d=11\ (n-1)d=10$

Also, Sum $= \cfrac { [a+(a+(n-1)d)] }{ 2 } n$
$\Rightarrow 36=n\times \cfrac { 12 }{ 2 }$
$\Rightarrow n=6$

Multiple choice maths squares and square roots approximation of square roots estimating square roots square root of non perfect squares

$\sqrt{1\, +\, \sqrt{1\, +\, \sqrt{1\, +\, ..........}}}\, =\, ..........$   

  1. Equals 1

  2. Lies between 0 and 1

  3. Lies between 1 and 2

  4. Is greater than 2

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Let 


$x=\sqrt{1+\sqrt{1-----}}$

Squaring both sides

$x^2=1+\sqrt{1+\sqrt{1+\sqrt{1------}}}$

$x^2=1+x$                $(\because x=\sqrt{1+\sqrt{1------}})$

$x^2-x-1=0$

finding roots, we get

$\dfrac{1\pm\sqrt{1+4}}{2}$

$=\dfrac{1\pm\sqrt{5}}{2}$

$=-0.615$ and $1.615$

Multiple choice maths squares and square roots approximation of square roots estimating square roots square root of non perfect squares

$\sqrt{1\, +\, \sqrt{1\, +\, \sqrt{1\, +\, .....}}}$ = ........

  1. Equals $1$
  2. Lies between $0$ and $1$
  3. Lies between $1$ and $2$
  4. Is greater than $2$
Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Let $x=\sqrt { 1+\sqrt { 1+\sqrt { 1+....... }  }  }$

$\therefore { x }^{ 2 }=1+\sqrt { 1+\sqrt { 1+\sqrt { 1+....... }  }  }$
$\Longrightarrow { x }^{ 2 }=1+x$
$\Longrightarrow { x }^{ 2 }-x-1=0$
$\Longrightarrow x=\cfrac { 1\pm \sqrt { 1+4 }  }{ 2 }$
$ \Longrightarrow x=\cfrac { 1\pm \sqrt { 5 }  }{ 2 }$
$ \Longrightarrow \cfrac { 1\pm 2.236 }{ 2 } =\left( -0.618, 1.618 \right) $
We reject the negative value because, from the given expression,

$x$ is positive.
So, $x=1.618$ approximately.
$\therefore 1<x<2$

Multiple choice maths algebraic functions, equations and inequalities descartes rule sign of quadratic expression sum and product of the roots of a polynomial equation

Let $f(x)=1+2x+3x^2+.....+(n+1)x^n,$ where n is even. Then the number of real roots of the equation $f(x)=0$ is 

  1. $0$
  2. $1$
  3. $n$
  4. $None$ $of$ $these$
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

f(x) = 1 + 2x + 3x^2 + ... + (n+1)x^n. This is the derivative of 1 + x + x^2 + ... + x^(n+1). Since n is even, the sum is (x^(n+2) - 1) / (x - 1). The derivative of this for x not equal to 1 is positive for all x > 0. For x < 0, the terms alternate, and analysis shows no real roots.