CBSE · NCERT · Class 11 Maths · Chapter 8

NCERT Solutions: Class 11 Maths Chapter 8 - Sequences and Series

64 textbook Q&A64 verifiedFree Content

Chapter-wise NCERT intext questions and exercise answers for Sequences and Series, grounded in the official textbook.

Questions are taken verbatim from the NCERT textbook; answers were grounded against the chapter's content during generation. Items needing review are marked.
Sections in this chapter
Exercise 8.1 14Exercise 8.2 32Miscellaneous Exercise On Chapter 8 18
Your Progress - Chapter 80% complete
1Exercise 8.114 questions
Q.1Write the first five terms of each of the sequences in Exercises 1 to 6 whose nth terms are: $a_n=n(n+2)$v
Solution

Put $n=1,2,3,4,5$ in $a_n=n(n+2)$. This gives $1\cdot3=3$, $2\cdot4=8$, $3\cdot5=15$, $4\cdot6=24$ and $5\cdot7=35$.

Answer:

$3,8,15,24,35$.

Q.2Write the first five terms of each of the sequences in Exercises 1 to 6 whose nth terms are: $a_n=\dfrac{n}{n+1}$v
Solution

Substitute $n=1,2,3,4,5$ in $a_n=\dfrac{n}{n+1}$.

Answer:

$\dfrac12,\dfrac23,\dfrac34,\dfrac45,\dfrac56$.

Q.3Write the first five terms of each of the sequences in Exercises 1 to 6 whose nth terms are: $a_n=2^n$v
Solution

For $n=1,2,3,4,5$, $2^n$ gives $2^1,2^2,2^3,2^4,2^5$, i.e. $2,4,8,16,32$.

Answer:

$2,4,8,16,32$.

Q.4Write the first five terms of each of the sequences in Exercises 1 to 6 whose nth terms are: $a_n=\dfrac{2n-3}{6}$v
Solution

Substitute $n=1,2,3,4,5$: $\dfrac{-1}{6},\dfrac{1}{6},\dfrac{3}{6},\dfrac{5}{6},\dfrac{7}{6}$.

Answer:

$-\dfrac16,\dfrac16,\dfrac12,\dfrac56,\dfrac76$.

Q.5Write the first five terms of each of the sequences in Exercises 1 to 6 whose nth terms are: $a_n=(-1)^{n-1}5^{n+1}$v
Solution

For $n=1,2,3,4,5$, the sign alternates by $(-1)^{n-1}$ and the powers are $5^2,5^3,5^4,5^5,5^6$.

Answer:

$25,-125,625,-3125,15625$.

Q.6Write the first five terms of each of the sequences in Exercises 1 to 6 whose nth terms are: $a_n=\dfrac{n(n^2+5)}{4}$.v
Solution

Put $n=1,2,3,4,5$ in $a_n=\dfrac{n(n^2+5)}{4}$. The values are $\dfrac{6}{4}$, $\dfrac{18}{4}$, $\dfrac{42}{4}$, $\dfrac{84}{4}$ and $\dfrac{150}{4}$.

Answer:

$\dfrac32,\dfrac92,\dfrac{21}{2},21,\dfrac{75}{2}$.

Q.7Find the indicated terms in each of the sequences in Exercises 7 to 10 whose nth terms are: $a_n=4n-3; a_{17}, a_{24}$v
Solution

$a_{17}=4(17)-3=65$ and $a_{24}=4(24)-3=93$.

Answer:

$a_{17}=65$ and $a_{24}=93$.

Q.8Find the indicated terms in each of the sequences in Exercises 7 to 10 whose nth terms are: $a_n=\dfrac{n^2}{2^n}; a_7$v
Solution

$a_7=\dfrac{7^2}{2^7}=\dfrac{49}{128}$.

Answer:

$a_7=\dfrac{49}{128}$.

Q.9Find the indicated terms in each of the sequences in Exercises 7 to 10 whose nth terms are: $a_n=(-1)^{n-1}n^3; a_9$v
Solution

$a_9=(-1)^8\cdot9^3=729$.

Answer:

$a_9=729$.

Q.10Find the indicated terms in each of the sequences in Exercises 7 to 10 whose nth terms are: $a_n=\dfrac{n(n-2)}{n+3}; a_{20}$.v
Solution

$a_{20}=\dfrac{20(20-2)}{20+3}=\dfrac{360}{23}$.

Answer:

$a_{20}=\dfrac{360}{23}$.

Q.11Write the first five terms of each of the sequences in Exercises 11 to 13 and obtain the corresponding series: $a_1=3, a_n=3a_{n-1}+2$ for all $n>1$v
Solution

$a_1=3$. Then $a_2=3(3)+2=11$, $a_3=3(11)+2=35$, $a_4=3(35)+2=107$ and $a_5=3(107)+2=323$.

Answer:

First five terms: $3,11,35,107,323$. Corresponding series: $3+11+35+107+323+\cdots$.

Q.12Write the first five terms of each of the sequences in Exercises 11 to 13 and obtain the corresponding series: $a_1=-1, a_n=\dfrac{a_{n-1}}{n}, n\ge2$v
Solution

$a_2=\dfrac{-1}{2}$, $a_3=\dfrac{-1/2}{3}=-\dfrac16$, $a_4=\dfrac{-1/6}{4}=-\dfrac1{24}$ and $a_5=\dfrac{-1/24}{5}=-\dfrac1{120}$.

Answer:

First five terms: $-1,-\dfrac12,-\dfrac16,-\dfrac{1}{24},-\dfrac{1}{120}$. Corresponding series: $-1-\dfrac12-\dfrac16-\dfrac{1}{24}-\dfrac{1}{120}-\cdots$.

Q.13Write the first five terms of each of the sequences in Exercises 11 to 13 and obtain the corresponding series: $a_1=a_2=2, a_n=a_{n-1}-1, n>2$v
Solution

$a_1=2$ and $a_2=2$. For $n>2$, subtract 1 from the preceding term: $a_3=1$, $a_4=0$, $a_5=-1$.

Answer:

First five terms: $2,2,1,0,-1$. Corresponding series: $2+2+1+0-1+\cdots$.

Q.14The Fibonacci sequence is defined by $1=a_1=a_2$ and $a_n=a_{n-1}+a_{n-2}, n>2$. Find $\dfrac{a_{n+1}}{a_n}$, for $n=1,2,3,4,5$v
Solution

The Fibonacci terms are $a_1=1$, $a_2=1$, $a_3=2$, $a_4=3$, $a_5=5$, $a_6=8$. Hence $\dfrac{a_2}{a_1}=1$, $\dfrac{a_3}{a_2}=2$, $\dfrac{a_4}{a_3}=\dfrac32$, $\dfrac{a_5}{a_4}=\dfrac53$ and $\dfrac{a_6}{a_5}=\dfrac85$.

Answer:

For $n=1,2,3,4,5$, the values are $1,2,\dfrac32,\dfrac53,\dfrac85$.

2Exercise 8.232 questions
Q.1Find the 20th and nth terms of the G.P. $\dfrac{5}{2}, \dfrac{5}{4}, \dfrac{5}{8}, ...$v
Solution

Here $a=\dfrac52$ and $r=\dfrac12$. Thus $a_n=ar^{n-1}=\dfrac52\left(\dfrac12\right)^{n-1}=\dfrac{5}{2^n}$. Hence $a_{20}=\dfrac{5}{2^{20}}$.

Answer:

$a_{20}=\dfrac{5}{2^{20}}$ and $a_n=\dfrac{5}{2^n}$.

Q.2Find the 12th term of a G.P. whose 8th term is 192 and the common ratio is 2.v
Solution

In a G.P., $a_{12}=a_8r^4$. Therefore $a_{12}=192\times2^4=192\times16=3072$.

Answer:

$3072$.

Q.3The 5th, 8th and 11th terms of a G.P. are p, q and s, respectively. Show that $q^2=ps$.v
Solution

Let the first term be $a$ and common ratio be $r$. Then $p=ar^4$, $q=ar^7$ and $s=ar^{10}$. Hence $q^2=a^2r^{14}$ and $ps=(ar^4)(ar^{10})=a^2r^{14}$. Therefore $q^2=ps$.

Answer:

$q^2=ps$.

Q.4The 4th term of a G.P. is square of its second term, and the first term is – 3. Determine its 7th term.v
Solution

Let the common ratio be $r$. Since $a=-3$, the second term is $-3r$ and the fourth term is $-3r^3$. Given $-3r^3=(-3r)^2=9r^2$. Since terms of a G.P. are non-zero, $r\ne0$, so $r=-3$. The seventh term is $ar^6=-3(-3)^6=-2187$.

Answer:

$-2187$.

Q.5Which term of the following sequences: (a) $2,2\sqrt2,4,...$ is 128 ? (b) $\sqrt3,3,3\sqrt3,...$ is 729 ? (c) $\dfrac13,\dfrac19,\dfrac1{27},...$ is $\dfrac1{19683}$ ?v
Solution

(a) Here $a=2$, $r=\sqrt2$. So $a_n=2(\sqrt2)^{n-1}=2^7$ gives $1+\dfrac{n-1}{2}=7$, hence $n=13$. (b) Here $a=\sqrt3$ and $r=\sqrt3$, so $a_n=(\sqrt3)^n=3^{n/2}$. Since $729=3^6$, $n=12$. (c) The sequence is $\left(\dfrac13\right)^n$, so $\dfrac1{19683}=\dfrac1{3^9}$ is the 9th term.

Answer:

(a) 13th term (b) 12th term (c) 9th term.

Q.6For what values of x, the numbers $-\dfrac27, x, -\dfrac72$ are in G.P.?v
Solution

For three numbers in G.P., the square of the middle term equals the product of the other two. Thus $x^2=\left(-\dfrac27\right)\left(-\dfrac72\right)=1$, so $x=\pm1$.

Answer:

$x=1$ or $x=-1$.

Q.7Find the sum to indicated number of terms in each of the geometric progressions in Exercises 7 to 10: $0.15, 0.015, 0.0015, ...$ 20 terms.v
Solution

Here $a=0.15=\dfrac3{20}$ and $r=0.1=\dfrac1{10}$. Therefore $S_{20}=\dfrac{a(1-r^{20})}{1-r}=\dfrac{3/20\,(1-10^{-20})}{9/10}=\dfrac16(1-10^{-20})$.

Answer:

$S_{20}=\dfrac16(1-10^{-20})$.

Q.8Find the sum to indicated number of terms in each of the geometric progressions in Exercises 7 to 10: $\sqrt7, \sqrt{21}, 3\sqrt7, ...$ n terms.v
Solution

Here $a=\sqrt7$ and $r=\dfrac{\sqrt{21}}{\sqrt7}=\sqrt3$. Thus $S_n=\dfrac{a(r^n-1)}{r-1}=\dfrac{\sqrt7\left((\sqrt3)^n-1\right)}{\sqrt3-1}$.

Answer:

$S_n=\dfrac{\sqrt7\left((\sqrt3)^n-1\right)}{\sqrt3-1}$.

Q.9Find the sum to indicated number of terms in each of the geometric progressions in Exercises 7 to 10: $1, -a, a^2, -a^3, ...$ n terms (if $a\ne-1$).v
Solution

The first term is $1$ and the common ratio is $-a$. Since $a\ne-1$, $1-(-a)=1+a\ne0$. Therefore $S_n=\dfrac{1-(-a)^n}{1+a}$.

Answer:

$S_n=\dfrac{1-(-a)^n}{1+a}$.

Q.10Find the sum to indicated number of terms in each of the geometric progressions in Exercises 7 to 10: $x^3, x^5, x^7, ...$ n terms (if $x\ne\pm1$).v
Solution

Here $a=x^3$ and $r=x^2$. Since $x\ne\pm1$, $r\ne1$. Thus $S_n=\dfrac{x^3((x^2)^n-1)}{x^2-1}=\dfrac{x^3(x^{2n}-1)}{x^2-1}$.

Answer:

$S_n=\dfrac{x^3(x^{2n}-1)}{x^2-1}$.

Q.11Evaluate $\sum_{k=1}^{11}(2+3^k)$.v
Solution

$\sum_{k=1}^{11}(2+3^k)=22+\sum_{k=1}^{11}3^k=22+\dfrac{3(3^{11}-1)}{3-1}=22+265719=265741$.

Answer:

$265741$.

Q.12The sum of first three terms of a G.P. is $\dfrac{39}{10}$ and their product is 1. Find the common ratio and the terms.v
Solution

Let the three terms be $\dfrac{a}{r},a,ar$. Their product is $a^3=1$, so $a=1$. The sum gives $r+1+\dfrac1r=\dfrac{39}{10}$, so $r+\dfrac1r=\dfrac{29}{10}$. Hence $10r^2-29r+10=0$, giving $r=\dfrac52$ or $r=\dfrac25$.

Answer:

The common ratio is $\dfrac52$ with terms $\dfrac25,1,\dfrac52$, or the common ratio is $\dfrac25$ with terms $\dfrac52,1,\dfrac25$.

Q.13How many terms of G.P. $3, 3^2, 3^3, …$ are needed to give the sum 120?v
Solution

Here $a=3$ and $r=3$. The sum of $n$ terms is $S_n=\dfrac{3(3^n-1)}{3-1}$. Set this equal to 120: $\dfrac{3(3^n-1)}2=120$, so $3^n=81=3^4$. Hence $n=4$.

Answer:

$4$ terms.

Q.14The sum of first three terms of a G.P. is 16 and the sum of the next three terms is 128. Determine the first term, the common ratio and the sum to n terms of the G.P.v
Solution

Let the sum of the first three terms be $a(1+r+r^2)=16$. The next three terms have sum $ar^3(1+r+r^2)=128$. Dividing gives $r^3=8$, so $r=2$. Then $a(1+2+4)=16$, hence $a=\dfrac{16}{7}$. Therefore $S_n=\dfrac{a(r^n-1)}{r-1}=\dfrac{16}{7}(2^n-1)$.

Answer:

First term $a=\dfrac{16}{7}$, common ratio $r=2$, and $S_n=\dfrac{16}{7}(2^n-1)$.

Q.15Given a G.P. with a = 729 and 7th term 64, determine $S_7$.v
Solution

The 7th term is $ar^6$, so $729r^6=64$. Hence $r=\pm\dfrac23$. For $r=\dfrac23$, $S_7=\dfrac{729(1-(2/3)^7)}{1-2/3}=2059$. For $r=-\dfrac23$, $S_7=\dfrac{729(1-(-2/3)^7)}{1+2/3}=463$.

Answer:

If $r=\dfrac23$, then $S_7=2059$. If $r=-\dfrac23$, then $S_7=463$.

Q.16Find a G.P. for which sum of the first two terms is – 4 and the fifth term is 4 times the third term.v
Solution

Let the first term be $a$ and common ratio be $r$. Then $a(1+r)=-4$. Also, the fifth term is 4 times the third term, so $ar^4=4ar^2$. Since $a\ne0$ and $r\ne0$, $r^2=4$, giving $r=2$ or $r=-2$. If $r=2$, then $3a=-4$, so $a=-\dfrac43$. If $r=-2$, then $-a=-4$, so $a=4$.

Answer:

The G.P. is either $-\dfrac43,-\dfrac83,-\dfrac{16}{3},\ldots$ or $4,-8,16,\ldots$.

Q.17If the $4^{\text{th}}$, $10^{\text{th}}$ and $16^{\text{th}}$ terms of a G.P. are x, y and z, respectively. Prove that x, y, z are in G.P.v
Solution

Let the first term be $a$ and common ratio be $r$. Then $x=ar^3$, $y=ar^9$ and $z=ar^{15}$. Now $y^2=a^2r^{18}$ and $xz=(ar^3)(ar^{15})=a^2r^{18}$. Hence $y^2=xz$, so $x,y,z$ are in G.P.

Answer:

$x,y,z$ are in G.P.

Q.18Find the sum to n terms of the sequence, 8, 88, 888, 8888… .v
Solution

The $k^{\text{th}}$ term is $8(1+10+\cdots+10^{k-1})=\dfrac89(10^k-1)$. Therefore $S_n=\dfrac89\left(\sum_{k=1}^n10^k-n\right)=\dfrac89\left(\dfrac{10(10^n-1)}9-n\right)=\dfrac{8(10^{n+1}-10-9n)}{81}$.

Answer:

$S_n=\dfrac{8(10^{n+1}-10-9n)}{81}$.

Q.19Find the sum of the products of the corresponding terms of the sequences 2, 4, 8, 16, 32 and 128, 32, 8, 2, $\dfrac12$ .v
Solution

The products of corresponding terms are $2\cdot128=256$, $4\cdot32=128$, $8\cdot8=64$, $16\cdot2=32$ and $32\cdot\dfrac12=16$. Their sum is $256+128+64+32+16=496$.

Answer:

$496$.

Q.20Show that the products of the corresponding terms of the sequences $a, ar, ar^2, \ldots ar^{n-1}$ and A, AR, AR$^2$, … AR$^{n-1}$ form a G.P, and find the common ratio.v
Solution

The corresponding products are $aA$, $(ar)(AR)=aA(rR)$, $(ar^2)(AR^2)=aA(rR)^2,\ldots,aA(rR)^{n-1}$. Each term is obtained from the previous one by multiplying by $rR$. Hence they form a G.P. with common ratio $rR$.

Answer:

The products form a G.P. with common ratio $rR$.

Q.21Find four numbers forming a geometric progression in which the third term is greater than the first term by 9, and the second term is greater than the 4th by 18.v
Solution

Let the four terms be $a,ar,ar^2,ar^3$. Then $ar^2-a=9$ and $ar-ar^3=18$. Thus $a(r^2-1)=9$ and $ar(1-r^2)=18$. Dividing the second equation by the first gives $-r=2$, so $r=-2$. Then $a(4-1)=9$, giving $a=3$. The numbers are $3,-6,12,-24$.

Answer:

$3,-6,12,-24$.

Q.22If the $p^{\text{th}}$, $q^{\text{th}}$ and $r^{\text{th}}$ terms of a G.P. are a, b and c, respectively. Prove that $a^{q-r}b^{r-p}c^{p-q}=1$.v
Solution

Let the first term be $A$ and common ratio be $R$. Then $a=AR^{p-1}$, $b=AR^{q-1}$ and $c=AR^{r-1}$. Therefore $a^{q-r}b^{r-p}c^{p-q}=A^{(q-r)+(r-p)+(p-q)}R^{(p-1)(q-r)+(q-1)(r-p)+(r-1)(p-q)}$. The exponent of $A$ is $0$, and the exponent of $R$ also simplifies to $0$. Hence the product is $1$.

Answer:

$a^{q-r}b^{r-p}c^{p-q}=1$.

Q.23If the first and the $n^{\text{th}}$ term of a G.P. are a and b, respectively, and if P is the product of n terms, prove that $P^2=(ab)^n$.v
Solution

Let the common ratio be $r$. Since the first term is $a$ and the $n^{\text{th}}$ term is $b$, $b=ar^{n-1}$. The product of $n$ terms is $P=a^nr^{0+1+\cdots+(n-1)}=a^nr^{n(n-1)/2}$. Thus $P^2=a^{2n}r^{n(n-1)}$. Also $(ab)^n=(a\cdot ar^{n-1})^n=a^{2n}r^{n(n-1)}$. Hence $P^2=(ab)^n$.

Answer:

$P^2=(ab)^n$.

Q.24Show that the ratio of the sum of first n terms of a G.P. to the sum of terms from $(n + 1)^{\text{th}}$ to $(2n)^{\text{th}}$ term is $\dfrac{1}{r^n}$.v
Solution

Let the first term be $a$ and common ratio be $r$. The sum of the first $n$ terms is $S_1=\dfrac{a(r^n-1)}{r-1}$ for $r\ne1$. The sum from the $(n+1)^{\text{th}}$ to the $(2n)^{\text{th}}$ term is $S_2=ar^n\dfrac{r^n-1}{r-1}=r^nS_1$. Therefore $S_1:S_2=1:r^n$, i.e. the ratio is $\dfrac1{r^n}$.

Answer:

The required ratio is $\dfrac{1}{r^n}$.

Q.25If a, b, c and d are in G.P. show that $(a^2 + b^2 + c^2) (b^2 + c^2 + d^2) = (ab + bc + cd)^2$ .v
Solution

Let $a,b,c,d$ be $a,ar,ar^2,ar^3$. Then $a^2+b^2+c^2=a^2(1+r^2+r^4)$ and $b^2+c^2+d^2=a^2r^2(1+r^2+r^4)$. Hence the left side is $a^4r^2(1+r^2+r^4)^2$. Also $ab+bc+cd=a^2r+a^2r^3+a^2r^5=a^2r(1+r^2+r^4)$, whose square is the same expression.

Answer:

$(a^2+b^2+c^2)(b^2+c^2+d^2)=(ab+bc+cd)^2$.

Q.26Insert two numbers between 3 and 81 so that the resulting sequence is G.P.v
Solution

Let the four terms be $3, 3r, 3r^2, 3r^3=81$. Then $r^3=27$, so $r=3$. The two inserted numbers are $3r=9$ and $3r^2=27$.

Answer:

$9$ and $27$.

Q.27Find the value of n so that $\dfrac{a^{n+1}+b^{n+1}}{a^n+b^n}$ may be the geometric mean between a and b.v
Solution

For the expression to be the geometric mean, $\left(\dfrac{a^{n+1}+b^{n+1}}{a^n+b^n}\right)^2=ab$. Thus $(a^{n+1}+b^{n+1})^2=ab(a^n+b^n)^2$. After cancelling the common middle term, $a^{2n+2}+b^{2n+2}=a^{2n+1}b+ab^{2n+1}$. This gives $(a-b)(a^{2n+1}-b^{2n+1})=0$. For arbitrary $a$ and $b$, take $2n+1=0$, so $n=-\dfrac12$.

Answer:

$n=-\dfrac12$.

Q.28The sum of two numbers is 6 times their geometric mean, show that numbers are in the ratio $(3+2\sqrt2):(3-2\sqrt2)$.v
Solution

Let the positive numbers be $x$ and $y$. Given $x+y=6\sqrt{xy}$. Put $u=\sqrt{x/y}$. Dividing by $\sqrt{xy}$ gives $u+\dfrac1u=6$, so $u^2-6u+1=0$. Hence $u=3\pm2\sqrt2$. Therefore $x:y=u^2:1$. Since $(3+2\sqrt2)(3-2\sqrt2)=1$, this ratio is $(3+2\sqrt2):(3-2\sqrt2)$.

Answer:

The numbers are in the ratio $(3+2\sqrt2):(3-2\sqrt2)$.

Q.29If A and G be A.M. and G.M., respectively between two positive numbers, prove that the numbers are $A\pm\sqrt{(A+G)(A-G)}$ .v
Solution

Let the two positive numbers be $x$ and $y$. Then $\dfrac{x+y}{2}=A$ and $\sqrt{xy}=G$, so $x+y=2A$ and $xy=G^2$. The numbers are roots of $t^2-2At+G^2=0$. Solving, $t=A\pm\sqrt{A^2-G^2}=A\pm\sqrt{(A+G)(A-G)}$.

Answer:

The two numbers are $A+\sqrt{(A+G)(A-G)}$ and $A-\sqrt{(A+G)(A-G)}$.

Q.30The number of bacteria in a certain culture doubles every hour. If there were 30 bacteria present in the culture originally, how many bacteria will be present at the end of $2^{\text{nd}}$ hour, $4^{\text{th}}$ hour and $n^{\text{th}}$ hour ?v
Solution

The population doubles each hour. Starting with 30, after $k$ hours the population is $30\cdot2^k$. Thus after 2 hours it is $30\cdot2^2=120$, after 4 hours it is $30\cdot2^4=480$, and after $n$ hours it is $30\cdot2^n$.

Answer:

At the end of the $2^{\text{nd}}$ hour: $120$; at the end of the $4^{\text{th}}$ hour: $480$; at the end of the $n^{\text{th}}$ hour: $30\cdot2^n$.

Q.31What will Rs 500 amounts to in 10 years after its deposit in a bank which pays annual interest rate of 10% compounded annually?v
Solution

For annual compound interest, $A=P\left(1+\dfrac{r}{100}\right)^n$. Here $P=500$, $r=10$ and $n=10$. Thus $A=500(1.1)^{10}=500\left(\dfrac{11}{10}\right)^{10}=1296.87123\ldots$. Therefore the amount is approximately Rs 1296.87.

Answer:

$\text{Rs }1296.87$ approximately.

Q.32If A.M. and G.M. of roots of a quadratic equation are 8 and 5, respectively, then obtain the quadratic equation.v
Solution

Let the roots be $\alpha$ and $\beta$. Since their A.M. is 8, $\dfrac{\alpha+\beta}{2}=8$, so $\alpha+\beta=16$. Since their G.M. is 5, $\sqrt{\alpha\beta}=5$, so $\alpha\beta=25$. The quadratic equation is $x^2-(\alpha+\beta)x+\alpha\beta=0$, i.e. $x^2-16x+25=0$.

Answer:

$x^2-16x+25=0$.

3Miscellaneous Exercise On Chapter 818 questions
Q.1If f is a function satisfying $f (x +y) = f(x) f(y)$ for all $x, y \in N$ such that $f(1) = 3$ and $\sum_{x=1}^{n}f(x)=120$, find the value of n.v
Solution

Since $f(x+y)=f(x)f(y)$ and $f(1)=3$, we get $f(2)=9$, $f(3)=27$, and in general $f(x)=3^x$. Thus $3+3^2+\cdots+3^n=120$. Using the G.P. sum, $\dfrac{3(3^n-1)}{3-1}=120$, so $3^n-1=80$ and $3^n=81=3^4$. Hence $n=4$.

Answer:

$n=4$.

Q.2The sum of some terms of G.P. is 315 whose first term and the common ratio are 5 and 2, respectively. Find the last term and the number of terms.v
Solution

For the G.P., $a=5$ and $r=2$. The sum of $n$ terms is $S_n=\dfrac{5(2^n-1)}{2-1}=5(2^n-1)$. Given $5(2^n-1)=315$, so $2^n-1=63$ and $2^n=64=2^6$. Hence $n=6$. The last term is $a_6=5\cdot2^5=160$.

Answer:

The number of terms is $6$ and the last term is $160$.

Q.3The first term of a G.P. is 1. The sum of the third term and fifth term is 90. Find the common ratio of G.P.v
Solution

Let the common ratio be $r$. Since the first term is 1, the third and fifth terms are $r^2$ and $r^4$. Given $r^2+r^4=90$. Put $u=r^2$. Then $u^2+u-90=0$, so $(u-9)(u+10)=0$. Since $u=r^2\ge0$, $u=9$, giving $r=\pm3$.

Answer:

$r=3$ or $r=-3$.

Q.4The sum of three numbers in G.P. is 56. If we subtract 1, 7, 21 from these numbers in that order, we obtain an arithmetic progression. Find the numbers.v
Solution

Let the three G.P. numbers be $x,y,z$. Then $x+y+z=56$ and $y^2=xz$. Since $x-1,y-7,z-21$ are in A.P., $2(y-7)=(x-1)+(z-21)$, so $x+z-2y=8$. Using $x+z=56-y$, we get $56-y-2y=8$, hence $y=16$ and $x+z=40$. Also $xz=16^2=256$. Thus $x$ and $z$ are roots of $t^2-40t+256=0$, giving $t=8,32$. The numbers are $8,16,32$ or $32,16,8$.

Answer:

The numbers are $8,16,32$ or $32,16,8$.

Q.5A G.P. consists of an even number of terms. If the sum of all the terms is 5 times the sum of terms occupying odd places, then find its common ratio.v
Solution

Let the G.P. have $2m$ terms, first term $a$ and common ratio $r$. The sum of odd-place terms is $a+ar^2+\cdots+ar^{2m-2}=\dfrac{a(1-r^{2m})}{1-r^2}$. The sum of all terms is $\dfrac{a(1-r^{2m})}{1-r}$. Therefore $\dfrac{\text{sum of all terms}}{\text{sum of odd-place terms}}=\dfrac{1-r^2}{1-r}=1+r$. Given this ratio is 5, $1+r=5$, so $r=4$.

Answer:

$4$.

Q.6If $\dfrac{a+bx}{a-bx}=\dfrac{b+cx}{b-cx}=\dfrac{c+dx}{c-dx}\;(x \ne 0)$, then show that a, b, c and d are in G.P.v
Solution

From $\dfrac{a+bx}{a-bx}=\dfrac{b+cx}{b-cx}$, cross-multiplication gives $(a+bx)(b-cx)=(b+cx)(a-bx)$. Expanding and simplifying gives $2x(b^2-ac)=0$. Since $x\ne0$, $b^2=ac$. Similarly, comparing the second and third fractions gives $c^2=bd$. Hence $\dfrac ba=\dfrac cb=\dfrac dc$ where defined, so $a,b,c,d$ are in G.P.

Answer:

$a,b,c,d$ are in G.P.

Q.7Let S be the sum, P the product and R the sum of reciprocals of n terms in a G.P. Prove that $P^2R^n=S^n$.v
Solution

Let the $n$ terms be $a,ar,\ldots,ar^{n-1}$. Then $S=a(1+r+\cdots+r^{n-1})$. Also $P=a^nr^{n(n-1)/2}$ and $R=\dfrac1a(1+r^{-1}+\cdots+r^{-(n-1)})=\dfrac1a r^{-(n-1)}(1+r+\cdots+r^{n-1})$. Hence $P^2R^n=a^{2n}r^{n(n-1)}\cdot a^{-n}r^{-n(n-1)}(1+r+\cdots+r^{n-1})^n=a^n(1+r+\cdots+r^{n-1})^n=S^n$.

Answer:

$P^2R^n=S^n$.

Q.8If a, b, c, d are in G.P, prove that $(a^n + b^n)$, $(b^n + c^n)$, $(c^n + d^n)$ are in G.P.v
Solution

Let $a,b,c,d$ be $a,ar,ar^2,ar^3$. Then $a^n+b^n=a^n(1+r^n)$, $b^n+c^n=a^nr^n(1+r^n)$, and $c^n+d^n=a^nr^{2n}(1+r^n)$. These three expressions have common ratio $r^n$, so they are in G.P.

Answer:

$(a^n+b^n),(b^n+c^n),(c^n+d^n)$ are in G.P.

Q.9If a and b are the roots of $x^2 – 3x + p = 0$ and c, d are roots of $x^2 – 12x + q = 0$, where a, b, c, d form a G.P. Prove that $(q + p) : (q – p) = 17:15$.v
Solution

Let $a,b,c,d$ be $A,Ar,Ar^2,Ar^3$. Since $a$ and $b$ are roots of $x^2-3x+p=0$, $A(1+r)=3$ and $p=A^2r$. Since $c$ and $d$ are roots of $x^2-12x+q=0$, $Ar^2(1+r)=12$ and $q=A^2r^5$. Dividing the sums gives $r^2=4$, so $q/p=r^4=16$. Hence $q=16p$, and $(q+p):(q-p)=17p:15p=17:15$.

Answer:

$(q+p):(q-p)=17:15$.

Q.10The ratio of the A.M. and G.M. of two positive numbers a and b, is m : n. Show that $a:b=(m+\sqrt{m^2-n^2}):(m-\sqrt{m^2-n^2})$ .v
Solution

Let the A.M. be $A$ and the G.M. be $G$. Since $A:G=m:n$, write $A=km$ and $G=kn$. From the standard result for two positive numbers with A.M. $A$ and G.M. $G$, the numbers are $A\pm\sqrt{A^2-G^2}$. Therefore they are $km\pm k\sqrt{m^2-n^2}$. Their ratio is $(m+\sqrt{m^2-n^2}):(m-\sqrt{m^2-n^2})$.

Answer:

$a:b=(m+\sqrt{m^2-n^2}):(m-\sqrt{m^2-n^2})$.

Q.11Find the sum of the following series up to n terms: (i) 5 + 55 +555 + … (ii) .6 +. 66 +. 666+…v
Solution

(i) The $k^{\text{th}}$ term is $\dfrac59(10^k-1)$. Thus the sum is $\dfrac59\left(\dfrac{10(10^n-1)}9-n\right)=\dfrac{5(10^{n+1}-10-9n)}{81}$. (ii) The $k^{\text{th}}$ term is $0.\underbrace{66\ldots6}_{k}=\dfrac23(1-10^{-k})$. Therefore the sum is $\dfrac23\left(n-\sum_{k=1}^n10^{-k}\right)=\dfrac{2n}{3}-\dfrac{2}{27}(1-10^{-n})$.

Answer:

(i) $\dfrac{5(10^{n+1}-10-9n)}{81}$; (ii) $\dfrac{2n}{3}-\dfrac{2}{27}(1-10^{-n})$.

Q.12Find the $20^{\text{th}}$ term of the series $2 \times 4 + 4 \times 6 + 6 \times 8 + ... + n$ terms.v
Solution

The $k^{\text{th}}$ term is $(2k)(2k+2)=4k(k+1)$. Therefore the $20^{\text{th}}$ term is $4\cdot20\cdot21=1680$.

Answer:

$1680$.

Q.13A farmer buys a used tractor for Rs 12000. He pays Rs 6000 cash and agrees to pay the balance in annual instalments of Rs 500 plus 12% interest on the unpaid amount. How much will the tractor cost him?v
Solution

The unpaid balance is Rs 6000, paid in annual principal instalments of Rs 500, so there are 12 instalments. Interest is charged on unpaid amounts Rs 6000, Rs 5500, ..., Rs 500. Total interest is $12\%$ of this sum: $0.12\times(6000+5500+\cdots+500)=0.12\times500(12+11+\cdots+1)=60\times78=4680$. Total cost is $12000+4680=16680$ rupees.

Answer:

Rs $16680$.

Q.14Shamshad Ali buys a scooter for Rs 22000. He pays Rs 4000 cash and agrees to pay the balance in annual instalment of Rs 1000 plus 10% interest on the unpaid amount. How much will the scooter cost him?v
Solution

The unpaid balance is Rs 18000, paid in annual principal instalments of Rs 1000, so there are 18 instalments. Interest is charged on unpaid amounts Rs 18000, Rs 17000, ..., Rs 1000. Total interest is $10\%$ of this sum: $0.10\times1000(18+17+\cdots+1)=100\times171=17100$. Total cost is $22000+17100=39100$ rupees.

Answer:

Rs $39100$.

Q.15A person writes a letter to four of his friends. He asks each one of them to copy the letter and mail to four different persons with instruction that they move the chain similarly. Assuming that the chain is not broken and that it costs 50 paise to mail one letter. Find the amount spent on the postage when $8^{\text{th}}$ set of letter is mailed.v
Solution

The number of letters in the first set is $4$, and each set has 4 times as many letters as the previous set. Hence the number of letters in the $8^{\text{th}}$ set is $4^8=65536$. At 50 paise, or Rs $0.50$, per letter, the postage is $65536\times0.50=32768$ rupees.

Answer:

Rs $32768$.

Q.16A man deposited Rs 10000 in a bank at the rate of 5% simple interest annually. Find the amount in $15^{\text{th}}$ year since he deposited the amount and also calculate the total amount after 20 years.v
Solution

Simple interest per year is $\dfrac{10000\times5}{100}=500$ rupees. The amount after $t$ years is $10000+500t$. Therefore the amount in the $15^{\text{th}}$ year is $10000+500\times15=17500$ rupees. After 20 years, the amount is $10000+500\times20=20000$ rupees.

Answer:

Amount in the $15^{\text{th}}$ year: Rs $17500$; total amount after 20 years: Rs $20000$.

Q.17A manufacturer reckons that the value of a machine, which costs him Rs. 15625, will depreciate each year by 20%. Find the estimated value at the end of 5 years.v
Solution

Each year the machine retains $80\%$ of its value. After 5 years, the value is $15625(0.8)^5=15625\left(\dfrac45\right)^5=15625\cdot\dfrac{1024}{3125}=5120$ rupees.

Answer:

Rs $5120$.

Q.18150 workers were engaged to finish a job in a certain number of days. 4 workers dropped out on second day, 4 more workers dropped out on third day and so on. It took 8 more days to finish the work. Find the number of days in which the work was completed.v
Solution

Let the job originally require $x$ days with 150 workers, so total work is $150x$ worker-days. With dropouts, the number of workers over $x+8$ days is $150,146,142,\ldots$. Hence actual work done is $\dfrac{x+8}{2}\{2(150)+(x+8-1)(-4)\}=(x+8)(136-2x)$. Set this equal to $150x$: $(x+8)(136-2x)=150x$. This simplifies to $x^2-60x-544=0$, giving $x=68$ as the positive root. Therefore the work was completed in $x+8=76$ days.

Answer:

$76$ days.