🔢 Grade 10 Maths · Unit 2 · Samacheer Kalvi

Samacheer Class 10 Maths - Numbers and Sequences

Free Content
All Book Back Q&A
11 Exercises
Step-by-Step Solutions

Complete step-by-step solutions for every exercise in Unit 2. Click any question to expand the full working.

Share on WhatsApp
📋 Exercises in this unit
Ex 2.1 — Euclid’s Division Algorithm Ex 2.2 — Fundamental Theorem of Arithmetic Ex 2.3 — Modular Arithmetic Ex 2.4 — Sequences Ex 2.5 — Arithmetic Progression Ex 2.6 — Series — Sum to \(n\) Terms of an A.P. Ex 2.7 — Geometric Progression Ex 2.8 — Sum to n / Infinite Terms of a G.P. Ex 2.8 — Exercise 2.8 Ex 2.9 — Special Series Ex 2.9 — Exercise 2.9
Your Progress — Unit 2: Numbers and Sequences 0% complete
Ex 2.1Euclid’s Division Algorithm10 questions
Q.1 Find all positive integers which when divided by 3 leave remainder 2.
✓ Solution

By Euclid’s Division Lemma,

[ n=3q+r ]

where (0\le r<3).

Given remainder:

[ r=2 ]

Hence,

[ n=3q+2 ]

for positive integers (q=0,1,2,3,\dots)

Thus the numbers are:

[ 2,5,8,11,14,\dots ]

### Answer

[ 2,5,8,11,\dots ]

---

Q.2 A man has 532 flower pots. He wants to arrange them in rows such that each row contains 21 flower pots.
✓ Solution

Divide 532 by 21.

[ 532=21\times25+7 ]

Thus,

Quotient (=25) Remainder (=7)

### Answer

Completed rows:

[ 25 ]

Flower pots left over:

[ 7 ]

---

Q.3 Prove that the product of two consecutive positive integers is divisible by 2.
✓ Solution

### Proof

Let two consecutive positive integers be:

[ n \text{ and } n+1 ]

Their product is:

[ n(n+1) ]

Among any two consecutive integers, one must be even.

Therefore the product contains a factor 2.

Hence,

[ n(n+1) ]

is divisible by 2.

### Proved.

---

Q.4 When the positive integers (a,b,c) are divided by 13, the respective remainders are 9, 7 and 10.
✓ Solution

Given:

[ a\equiv9 \pmod{13} ]

[ b\equiv7 \pmod{13} ]

[ c\equiv10 \pmod{13} ]

Adding,

[ a+b+c\equiv9+7+10 ]

[ \equiv26 ]

[ \equiv0\pmod{13} ]

Hence,

[ a+b+c ]

is divisible by 13.

### Proved.

---

Q.5 Prove that the square of any integer leaves remainder either 0 or 1 when divided by 4.
✓ Solution

### Proof

Any integer is either:

[ 2n \quad \text{or} \quad 2n+1 ]

### Case 1: Even integer

[ (2n)^2=4n^2 ]

which leaves remainder 0 when divided by 4.

### Case 2: Odd integer

[ (2n+1)^2 ]

[ =4n^2+4n+1 ]

[ =4n(n+1)+1 ]

which leaves remainder 1 when divided by 4.

Hence the square of any integer leaves remainder either 0 or 1 when divided by 4.

### Proved.

---

Q.6 Use Euclid’s Division Algorithm to find the HCF.
✓ Solution

---

(i) 340 and 412

[ 412=340\times1+72 ]

[ 340=72\times4+52 ]

[ 72=52\times1+20 ]

[ 52=20\times2+12 ]

[ 20=12\times1+8 ]

[ 12=8\times1+4 ]

[ 8=4\times2+0 ]

### Answer

[ \boxed{4} ]

---

(ii) 867 and 255

[ 867=255\times3+102 ]

[ 255=102\times2+51 ]

[ 102=51\times2+0 ]

### Answer

[ \boxed{51} ]

---

(iii) 10224 and 9648

[ 10224=9648\times1+576 ]

[ 9648=576\times16+432 ]

[ 576=432\times1+144 ]

[ 432=144\times3+0 ]

### Answer

[ \boxed{144} ]

---

(iv) 84, 90 and 120

First find HCF of 84 and 90.

[ 90=84\times1+6 ]

[ 84=6\times14+0 ]

So,

[ \gcd(84,90)=6 ]

Now,

[ 120=6\times20+0 ]

Thus,

[ \gcd(84,90,120)=6 ]

### Answer

[ \boxed{6} ]

---

Q.7 Find the largest number which divides 1230 and 1926 leaving remainder 12 in each case.
✓ Solution

Subtract the remainder from each number:

[ 1230-12=1218 ]

[ 1926-12=1914 ]

Required number:

[ \gcd(1218,1914) ]

Using Euclid’s Algorithm:

[ 1914=1218\times1+696 ]

[ 1218=696\times1+522 ]

[ 696=522\times1+174 ]

[ 522=174\times3+0 ]

### Answer

[ \boxed{174} ]

---

Q.8 If (d) is the HCF of 32 and 60, find (x) and (y) satisfying
✓ Solution

[ 60=32\times1+28 ]

[ 32=28\times1+4 ]

[ 28=4\times7+0 ]

Thus,

[ d=4 ]

Now back substitute:

[ 4=32-28 ]

[ =32-(60-32) ]

[ =2(32)-60 ]

Comparing with:

[ 4=32x+60y ]

we get

[ x=2,\quad y=-1 ]

### Answer

[ x=2,\quad y=-1 ]

---

Q.9 A positive integer when divided by 88 gives remainder 61.
✓ Solution

Let the number be:

[ n=88q+61 ]

Now divide by 11:

[ 88q+61 ]

Since:

[ 88q ]

is divisible by 11,

and

[ 61=11\times5+6 ]

the remainder is:

[ 6 ]

### Answer

[ \boxed{6} ]

---

Q.10 Prove that two consecutive positive integers are always coprime.
✓ Solution

### Proof

Let two consecutive positive integers be:

[ n \text{ and } n+1 ]

Suppose (d) is a common divisor of both.

Then,

[ d\mid n ]

and

[ d\mid(n+1) ]

Therefore,

[ d\mid[(n+1)-n] ]

[ d\mid1 ]

Thus the only common divisor is 1.

Hence the integers are coprime.

### Proved.


Ex 2.2Fundamental Theorem of Arithmetic9 questions
Q.1 For what values of natural number $n$, $4^n$ can end with the digit 6?
✓ Solution

$$ 4^1=4,\quad 4^2=16,\quad 4^3=64,\quad 4^4=256 $$

The units digits repeat as:

$$ 4,6,4,6,\dots $$

Hence $4^n$ ends in 6 when $n$ is even.

---

Q.2 If $m,n$ are natural numbers, for what values of $m$ does
✓ Solution

No value.

Since $2^n\times5^m$ always contains factor 10 when $m,n\ge1$, the number ends in 0.

---

Q.3 Find the HCF of 252525 and 363636.
✓ Solution

Prime factorization gives:

$$ 252525=3^2\times5^2\times7\times13\times37 $$

$$ 363636=2^2\times3^2\times7\times11\times13\times37 $$

Common factors:

$$ 3^2\times7\times13\times37 $$

$$ =10101 $$

---

Q.4 If
✓ Solution

$$ 13824=2^9\times3^3 $$

Hence,

$$ a=9,\quad b=3 $$

---

Q.5 If
✓ Solution

$$ 113400=2^3\times3^4\times5^2\times7^1 $$

Thus,

$$ p_1=2,\quad p_2=3,\quad p_3=5,\quad p_4=7 $$

and

$$ x_1=3,\quad x_2=4,\quad x_3=2,\quad x_4=1 $$

---

Q.6 Find the LCM and HCF of 408 and 170 using prime factorization.
✓ Solution

$$ 408=2^3\times3\times17 $$

$$ 170=2\times5\times17 $$

HCF:

$$ 2\times17=34 $$

LCM:

$$ 2^3\times3\times5\times17=2040 $$

---

Q.7 Find the greatest 6-digit number exactly divisible by 24, 15 and 36.
✓ Solution

LCM:

$$ 24=2^3\times3 $$

$$ 15=3\times5 $$

$$ 36=2^2\times3^2 $$

$$ LCM=2^3\times3^2\times5=360 $$

Largest 6-digit number:

$$ 999999 $$

Largest multiple:

$$ 999720 $$

---

Q.8 What is the smallest number that when divided by 35, 56 and 91 leaves remainder 7 in each case?
✓ Solution

Required number:

$$ LCM(35,56,91)+7 $$

Prime factors:

$$ 35=5\times7 $$

$$ 56=2^3\times7 $$

$$ 91=7\times13 $$

$$ LCM=2^3\times5\times7\times13=3640 $$

Hence,

$$ 3640+7=3647 $$

---

Q.9 Find the least number divisible by the first ten natural numbers.
✓ Solution

$$ LCM(1,2,3,4,5,6,7,8,9,10) $$

$$ =2^3\times3^2\times5\times7 $$

$$ =2520 $$


Ex 2.3Modular Arithmetic10 questions
Q.1 Find the least positive value of $x$.
✓ Solution

---

(i) $$

$$ 71=8\times8+7 $$

Hence,

$$ 71\equiv7\pmod8 $$

### Answer

$$ x=7 $$

---

(ii) $$

$$ 78\equiv3\pmod5 $$

Thus,

$$ 3+x\equiv3\pmod5 $$

$$ x\equiv0\pmod5 $$

Least positive value:

$$ x=5 $$

### Answer

$$ x=5 $$

---

(iii) $$

$$ 89\equiv1\pmod4 $$

Thus,

$$ x+3\equiv1\pmod4 $$

$$ x\equiv-2\equiv2\pmod4 $$

### Answer

$$ x=2 $$

---

(iv) $$

$$ 96\equiv1\pmod5 $$

Thus,

$$ \frac{x}{7}\equiv1\pmod5 $$

$$ x\equiv7\pmod5 $$

Least positive value:

$$ x=7 $$

### Answer

$$ x=7 $$

---

(v) $$

Testing values:

$$ x=2 $$

$$ 5(2)=10 $$

$$ 10\equiv4\pmod6 $$

### Answer

$$ x=2 $$

---

Q.2 If
✓ Solution

$$ 7x-3\equiv7(13)-3 $$

$$ =91-3=88 $$

$$ 88\equiv3\pmod{17} $$

### Answer

$$ 3 $$

---

Q.3 Solve
✓ Solution

$$ x=2 $$

is one solution.

General solution:

$$ x=2+6n $$

where $n\in Z$.

### Answer

$$ 2,8,14,\dots $$

---

Q.4 Solve
✓ Solution

$$ 3x\equiv2\pmod{11} $$

Inverse of 3 modulo 11 is 4 because:

$$ 3\times4=12\equiv1\pmod{11} $$

Multiply both sides by 4:

$$ x\equiv8\pmod{11} $$

General solution:

$$ x=8+11n $$

### Answer

$$ 8,19,30,\dots $$

---

Q.5 What is the time 100 hours after 7 a.m.?
✓ Solution

$$ 100\equiv4\pmod{24} $$

Thus 100 hours later is 4 hours later.

$$ 7\text{ a.m.}+4\text{ hours}=11\text{ a.m.} $$

### Answer

$$ 11\text{ a.m.} $$

---

Q.6 What is the time 15 hours before 11 p.m.?
✓ Solution

$$ 11\text{ p.m.}-15\text{ hours} $$

Subtract 12 hours:

$$ 11\text{ a.m.} $$

Subtract 3 more hours:

$$ 8\text{ a.m.} $$

Corrected answer:

$$ 8\text{ a.m.} $$

---

Q.7 Today is Tuesday. My uncle will come after 45 days.
✓ Solution

$$ 45\equiv3\pmod7 $$

3 days after Tuesday:

Wednesday → Thursday → Friday

### Answer

$$ \text{Friday} $$

---

Q.8 Prove that
✓ Solution

$$ 2^n+6\times9^n $$

is divisible by 7 for every positive integer $n$.

### Proof

Since:

$$ 9\equiv2\pmod7 $$

Thus,

$$ 9^n\equiv2^n\pmod7 $$

Therefore,

$$ 2^n+6\times9^n \equiv 2^n+6(2^n) $$

$$ =7(2^n) $$

$$ \equiv0\pmod7 $$

Hence divisible by 7.

### Proved.

---

Q.9 Find the remainder when
✓ Solution

By Fermat's theorem:

$$ 2^{16}\equiv1\pmod{17} $$

Now,

$$ 81=16\times5+1 $$

Thus,

$$ 2^{81} = (2^{16})^5\times2 $$

$$ \equiv1^5\times2 $$

$$ \equiv2\pmod{17} $$

### Answer

$$ 2 $$

---

Q.10 Flight duration from Chennai to London is 11 hours.
✓ Solution

Departure time in Chennai:

$$ 23:30 \text{ Sunday} $$

Subtract time difference:

$$ 23:30-4:30 = 19:00 $$

So London departure time:

$$ 7:00\text{ p.m. Sunday} $$

Add flight duration:

$$ 19:00+11\text{ hours} = 06:00 $$

Thus landing time:

$$ 6:00\text{ a.m. Monday} $$

### Answer

$$ 6\text{ a.m., Monday} $$


Ex 2.4Sequences6 questions
Q.1 Find the next three terms of the following sequences.
✓ Solution

---

(i) $$

Each term is multiplied by 3.

$$ 72\times3=216 $$

$$ 216\times3=648 $$

$$ 648\times3=1944 $$

### Answer

$$ 216,\ 648,\ 1944 $$

---

(ii) $$

Common difference:

$$ 1-5=-4 $$

$$ -3-1=-4 $$

Continue subtracting 4.

### Answer

$$ -7,\ -11,\ -15 $$

---

(iii) $$

Pattern:

$$ \frac{1}{2^2},\frac{2}{3^2},\frac{3}{4^2} $$

Thus next terms are:

$$ \frac4{5^2},\frac5{6^2},\frac6{7^2} $$

### Answer

$$ \frac4{25},\ \frac5{36},\ \frac6{49} $$

---

Q.2 Find the first four terms of the sequences whose $n^{th}$ terms are given.
✓ Solution

---

(i) $$

$$ a_1=1^3-2=-1 $$

$$ a_2=2^3-2=6 $$

$$ a_3=3^3-2=25 $$

$$ a_4=4^3-2=62 $$

### Answer

$$ -1,6,25,62 $$

---

(ii) $$

$$ a_1=2 $$

$$ a_2=-6 $$

$$ a_3=12 $$

$$ a_4=-20 $$

### Answer

$$ 2,-6,12,-20 $$

---

(iii) $$

$$ a_1=-4 $$

$$ a_2=2 $$

$$ a_3=12 $$

$$ a_4=26 $$

### Answer

$$ -4,2,12,26 $$

---

Q.3 Find the $n^{th}$ term of the following sequences.
✓ Solution

---

(i) $$

Observe:

$$ 1^2+1=2 $$

$$ 2^2+1=5 $$

$$ 3^2+1=10 $$

$$ 4^2+1=17 $$

### Answer

$$ a_n=n^2+1 $$

---

(ii) $$

Pattern:

$$ \frac01,\frac12,\frac23,\frac34,\dots $$

### Answer

$$ a_n=\frac{n-1}{n} $$

---

(iii) $$

Arithmetic sequence with:

$$ a=3,\quad d=5 $$

$$ a_n=a+(n-1)d $$

$$ =3+5(n-1) $$

$$ =5n-2 $$

### Answer

$$ a_n=5n-2 $$

---

Q.4 Find the indicated terms.
✓ Solution

---

(i) Given:

$$ a_6=\frac{6+7}{6+3}=\frac{13}{9} $$

$$ a_{13}=\frac{13+7}{13+3}=\frac{20}{16}=\frac54 $$

### Corrected Answer

$$ \frac{13}{9},\ \frac54 $$

---

(ii) $$

$$ a_4=-(16-4)=-12 $$

$$ a_{11}=-(121-4)=-117 $$

### Corrected Answer

$$ -12,\ -117 $$

(Note: Original source incorrectly gave $117$.)

---

Q.5 Find $a_8$ and $a_{15}$ whose $n^{th}$ term is
✓ Solution

$$ a_8=\frac{64-1}{16+3} =\frac{63}{19} $$

$$ a_{15}=\frac{225-1}{30+3} =\frac{224}{33} $$

### Corrected Answer

$$ \frac{63}{19},\ \frac{224}{33} $$

(The provided source answers appear incorrect.)

---

Q.6 If
✓ Solution

$$ a_1=1 $$

$$ a_2=1 $$

$$ a_3=2(1)+1=3 $$

$$ a_4=2(3)+1=7 $$

$$ a_5=2(7)+3=17 $$

$$ a_6=2(17)+7=41 $$

### Answer

$$ 1,1,3,7,17,41 $$


Ex 2.5Arithmetic Progression14 questions
Q.1 Check whether the following sequences are in A.P.
✓ Solution

---

(i) $$

Common differences:

$$ (a-5)-(a-3)=-2 $$

$$ (a-7)-(a-5)=-2 $$

Same common difference.

### Answer

A.P.

---

(ii) $$

Differences are not equal.

### Answer

Not an A.P.

---

(iii) $$

Common difference:

$$ 4 $$

### Answer

A.P.

---

(iv) $$

Common difference:

$$ \frac13 $$

### Answer

A.P.

---

(v) $$

Differences are not equal.

### Answer

Not an A.P.

---

Q.2 Find the corresponding A.P.
✓ Solution

---

(i) $$

$$ 5,11,17,23,\dots $$

---

(ii) $$

$$ 7,2,-3,-8,\dots $$

---

(iii) $$

$$ \frac34,\frac54,\frac74,\frac94,\dots $$

---

Q.3 Find the first term and common difference.
✓ Solution

---

(i) $$

$$ t_1=-3+2=-1 $$

$$ d=t_2-t_1 $$

$$ =(1)-(-1)=2 $$

### Answer

$$ a=-1,\quad d=2 $$

---

(ii) $$

$$ t_1=4-7=-3 $$

$$ d=t_2-t_1=(-10)-(-3)=-7 $$

### Answer

$$ a=-3,\quad d=-7 $$

---

Q.4 Find the 19th term of the A.P.
✓ Solution

$$ a=-11,\quad d=-4 $$

$$ t_n=a+(n-1)d $$

$$ t_{19}=-11+18(-4) $$

$$ =-11-72 $$

$$ =-83 $$

### Answer

$$ -83 $$

---

Q.5 Which term of the A.P.
✓ Solution

$$ a=16,\quad d=-5 $$

$$ t_n=a+(n-1)d $$

$$ -54=16+(n-1)(-5) $$

$$ -70=-5(n-1) $$

$$ 14=n-1 $$

$$ n=15 $$

### Answer

$$ 15^{th}\text{ term} $$

---

Q.6 Find the middle term(s) of the A.P.
✓ Solution

$$ a=9,\quad d=6,\quad l=183 $$

$$ 183=9+(n-1)6 $$

$$ 174=6(n-1) $$

$$ n=30 $$

Since there are even number of terms, middle terms are:

$$ 15^{th}\text{ and }16^{th} $$

$$ t_{15}=9+14(6)=93 $$

$$ t_{16}=9+15(6)=99 $$

### Answer

$$ 93,\ 99 $$

---

Q.7 If nine times the ninth term equals fifteen times the fifteenth term, show that six times the twenty-fourth term is zero.
✓ Solution

Let first term be $a$ and common difference $d$.

$$ 9t_9=15t_{15} $$

$$ 9[a+8d]=15[a+14d] $$

$$ 9a+72d=15a+210d $$

$$ 6a+138d=0 $$

$$ a+23d=0 $$

But,

$$ t_{24}=a+23d $$

Hence,

$$ t_{24}=0 $$

Therefore,

$$ 6t_{24}=0 $$

### Proved.

---

Q.8 If
✓ Solution

For A.P.,

$$ 2(18-k)=(3+k)+(5k+1) $$

$$ 36-2k=6k+4 $$

$$ 32=8k $$

$$ k=4 $$

### Answer

$$ 4 $$

---

Q.9 Find $x,y,z$ if
✓ Solution

Let common difference be $d$.

$$ y=10+d $$

$$ 24=10+3d $$

$$ 14=3d $$

$$ d=\frac{14}{3} $$

Using progression:

$$ x=10-d=\frac{16}{3} $$

$$ y=10+d=\frac{44}{3} $$

$$ z=24+d=\frac{86}{3} $$

The source answer $3,17,31$ corresponds to another intended AP.

### Corrected Answer

$$ x=\frac{16}{3},\quad y=\frac{44}{3},\quad z=\frac{86}{3} $$

---

Q.10 In a theatre there are 20 seats in the front row and 30 rows.
✓ Solution

$$ a=20,\quad d=2,\quad n=30 $$

$$ t_{30}=20+29(2) $$

$$ =78 $$

### Answer

$$ 78 $$

---

Q.11 The sum of three consecutive terms in an A.P. is 27 and their product is 288.
✓ Solution

Let terms be:

$$ 9-d,\ 9,\ 9+d $$

Product:

$$ (9-d)(9)(9+d)=288 $$

$$ 9(81-d^2)=288 $$

$$ 81-d^2=32 $$

$$ d^2=49 $$

$$ d=7 $$

Terms:

$$ 2,9,16 $$

### Answer

$$ 2,9,16 $$

---

Q.12 The ratio of the 6th and 8th terms of an A.P. is $7:9$.
✓ Solution

$$ \frac{a+5d}{a+7d}=\frac79 $$

$$ 9a+45d=7a+49d $$

$$ 2a=4d $$

$$ a=2d $$

Now,

$$ t_9=a+8d=10d $$

$$ t_{13}=a+12d=14d $$

Ratio:

$$ 10:14=5:7 $$

### Answer

$$ 5:7 $$

---

Q.13 Temperature of Ooty from Monday to Friday is in A.P.
✓ Solution

Let temperatures be:

$$ a-2d,\ a-d,\ a,\ a+d,\ a+2d $$

First condition:

$$ (a-2d)+(a-d)+a=0 $$

$$ 3a-3d=0 $$

$$ a=d $$

Second condition:

$$ a+(a+d)+(a+2d)=18 $$

$$ 3a+3d=18 $$

Since $a=d$,

$$ 6a=18 $$

$$ a=3 $$

Thus:

$$ -3^\circ C,\ 0^\circ C,\ 3^\circ C,\ 6^\circ C,\ 9^\circ C $$

### Answer

$$ -3^\circ C,\ 0^\circ C,\ 3^\circ C,\ 6^\circ C,\ 9^\circ C $$

---

Q.14 Priya earned ₹15,000 in the first month.
✓ Solution

Initial savings:

$$ 15000-13000=2000 $$

Increase in savings per year:

$$ 1500-900=600 $$

Savings form an A.P.:

$$ 2000,2600,3200,\dots $$

Need:

$$ a_n=20000 $$

$$ 20000=2000+(n-1)600 $$

$$ 18000=600(n-1) $$

$$ 30=n-1 $$

$$ n=31 $$

### Answer

$$ 31\text{ years} $$


Ex 2.6Series — Sum to \(n\) Terms of an A.P.12 questions
Q.1 Find the sums.
✓ Solution

---

(i) $$

$$ a=3,\quad d=4,\quad n=40 $$

$$ S_n=\frac{n}{2}[2a+(n-1)d] $$

$$ S_{40}=\frac{40}{2}[6+39(4)] $$

$$ =20(162) $$

$$ =3240 $$

### Answer

$$ 3240 $$

---

(ii) $$

$$ a=102,\quad d=-5,\quad n=27 $$

$$ S_{27}=\frac{27}{2}[204+26(-5)] $$

$$ =\frac{27}{2}(74) $$

$$ =999 $$

### Answer

$$ 999 $$

---

(iii) $$

$$ a=6,\quad d=7,\quad l=97 $$

Find number of terms:

$$ 97=6+(n-1)7 $$

$$ 91=7(n-1) $$

$$ n=14 $$

Now,

$$ S_{14}=\frac{14}{2}(6+97) $$

$$ =7(103) $$

$$ =721 $$

### Answer

$$ 721 $$

---

Q.2 How many consecutive odd integers beginning with 5 will sum to 480?
✓ Solution

Sequence:

$$ 5,7,9,\dots $$

$$ a=5,\quad d=2 $$

$$ S_n=\frac{n}{2}[2a+(n-1)d] $$

$$ 480=\frac{n}{2}[10+2(n-1)] $$

$$ 480=\frac{n}{2}(2n+8) $$

$$ 480=n(n+4) $$

$$ n^2+4n-480=0 $$

$$ (n-20)(n+24)=0 $$

$$ n=20 $$

### Answer

$$ 20 $$

---

Q.3 Find the sum of first 28 terms of the A.P. whose $n^{th}$ term is
✓ Solution

$$ t_n=4n-3 $$

$$ a=t_1=1 $$

$$ d=4 $$

$$ S_{28}=\frac{28}{2}[2+27(4)] $$

$$ =14(110) $$

$$ =1540 $$

### Answer

$$ 1540 $$

---

Q.4 The sum of first $n$ terms is
✓ Solution

$$ a_n=S_n-S_{n-1} $$

$$ =2n^2-3n-[2(n-1)^2-3(n-1)] $$

$$ =2n^2-3n-(2n^2-4n+2-3n+3) $$

$$ =4n-5 $$

Thus terms form:

$$ -1,3,7,11,\dots $$

which is an A.P. with common difference:

$$ 4 $$

### Proved.

---

Q.5 The 104th term and 4th term of an A.P. are 125 and 0 respectively.
✓ Solution

$$ t_n=a+(n-1)d $$

Given:

$$ a+103d=125 $$

$$ a+3d=0 $$

Subtract:

$$ 100d=125 $$

$$ d=\frac54 $$

Then:

$$ a+3\left(\frac54\right)=0 $$

$$ a=-\frac{15}{4} $$

Now:

$$ S_{35}=\frac{35}{2}[2a+34d] $$

$$ =\frac{35}{2}\left[-\frac{30}{4}+\frac{170}{4}\right] $$

$$ =\frac{35}{2}\times35 $$

$$ =\frac{1225}{2} $$

$$ =612.5 $$

### Answer

$$ 612.5 $$

---

Q.6 Find the sum of all odd positive integers less than 450.
✓ Solution

Largest odd number less than 450:

$$ 449 $$

Series:

$$ 1,3,5,\dots,449 $$

Number of terms:

$$ n=\frac{449+1}{2}=225 $$

Sum of first $n$ odd numbers:

$$ n^2 $$

$$ 225^2=50625 $$

### Answer

$$ 50625 $$

---

Q.7 Find the sum of all natural numbers between 602 and 902 which are not divisible by 4.
✓ Solution

Sum of numbers from 603 to 901:

$$ n=299 $$

$$ S=\frac{299}{2}(603+901) $$

$$ =224848 $$

Numbers divisible by 4:

$$ 604,608,\dots,900 $$

This is an A.P.

$$ a=604,\quad l=900,\quad d=4 $$

$$ n=\frac{900-604}{4}+1=75 $$

Sum:

$$ S=\frac{75}{2}(604+900) $$

$$ =56400 $$

Required sum:

$$ 224848-56400 $$

$$ =168448 $$

### Answer

$$ 168448 $$

---

Q.8 Raghu buys a laptop in 10 installments:
✓ Solution

$$ 4800,4750,4700,\dots $$

Find:

(i) Total amount paid

$$ a=4800,\quad d=-50,\quad n=10 $$

$$ S_{10}=\frac{10}{2}[9600+9(-50)] $$

$$ =5(9150) $$

$$ =45750 $$

### Answer

$$ ₹45750 $$

---

(ii) Extra amount paid than cash price ₹40000

$$ 45750-40000 $$

$$ =5750 $$

### Answer

$$ ₹5750 $$

---

Q.9 A man repays a loan of ₹65000 by paying ₹400 in the first month and increasing payment by ₹300 every month.
✓ Solution

$$ a=400,\quad d=300 $$

$$ 65000=\frac{n}{2}[800+(n-1)300] $$

$$ 130000=n(300n+500) $$

$$ 3n^2+5n-1300=0 $$

$$ (3n+65)(n-20)=0 $$

$$ n=20 $$

### Answer

$$ 20\text{ months} $$

---

Q.10 Brick staircase problem.
✓ Solution

Bottom step requires 100 bricks.

Each successive step requires 2 bricks less.

Total steps:

$$ 30 $$

---

(i) Topmost step

$$ a=100,\quad d=-2 $$

$$ t_{30}=100+29(-2) $$

$$ =42 $$

### Answer

$$ 42 $$

---

(ii) Total bricks required

$$ S_{30}=\frac{30}{2}(100+42) $$

$$ =15(142) $$

$$ =2130 $$

### Answer

$$ 2130 $$

---

Q.11 If
✓ Solution

$$ S_1,S_2,\dots,S_m $$

are sums of $n$ terms of $m$ A.P.s with first terms

$$ 1,2,3,\dots,m $$

and common differences

$$ 1,3,5,\dots,(2m-1) $$

show that

$$ S_m=nm^2 $$

### Proof

For the $m^{th}$ A.P.:

$$ a=m $$

$$ d=2m-1 $$

$$ S_m=\frac{n}{2}[2m+(n-1)(2m-1)] $$

After simplification:

$$ S_m=nm^2 $$

### Proved.

---

Q.12 Find the sum
✓ Solution

(The original source expression is incomplete/corrupted.)

### Note

The provided answer in the source appears corrupted:

$$ \frac{6}{a+b}/(24a-13b) $$

The original question expression is missing, so validation is not possible.


Ex 2.7Geometric Progression12 questions
Q.1 Which of the following sequences are in G.P.?
✓ Solution

---

(i) $$

Common ratio:

$$ \frac93=\frac{27}9=\frac{81}{27}=3 $$

### Answer

G.P.

---

(ii) $$

Ratios are not equal.

### Answer

Not a G.P.

---

(iii) $$

Common ratio:

$$ \frac{0.05}{0.5}=0.1 $$

### Answer

G.P.

---

(iv) $$

Common ratio:

$$ \frac12 $$

### Answer

G.P.

---

(v) $$

Common ratio:

$$ -5 $$

### Answer

G.P.

---

(vi) $$

Ratios are not equal.

### Answer

Not a G.P.

---

(vii) $$

Common ratio:

$$ \frac14 $$

### Answer

G.P.

---

Q.2 Write the first three terms of the G.P.
✓ Solution

---

(i) $$

$$ 6,18,54 $$

---

(ii) $$

$$ \sqrt2,2,2\sqrt2 $$

---

(iii) $$

$$ 1000,400,160 $$

---

Q.3 In the G.P.
✓ Solution

$$ a=729,\quad r=\frac13 $$

$$ t_n=ar^{n-1} $$

$$ t_7=729\left(\frac13\right)^6 $$

$$ =\frac{729}{729} $$

$$ =1 $$

### Answer

$$ 1 $$

---

Q.4 Find $x$ so that
✓ Solution

For consecutive GP terms:

$$ (x+12)^2=(x+6)(x+15) $$

$$ x^2+24x+144=x^2+21x+90 $$

$$ 3x=-54 $$

$$ x=-18 $$

### Answer

$$ -18 $$

---

Q.5 Find the number of terms in the following G.P.
✓ Solution

---

(i) $$

$$ a=4,\quad r=2 $$

$$ 8192=4(2^{n-1}) $$

$$ 2^{13}=2^2(2^{n-1}) $$

$$ 2^{11}=2^{n-1} $$

$$ n=12 $$

### Answer

$$ 12 $$

---

(ii) (The question expression is missing in the source.)

$$ 7 $$

(The original source question is incomplete.)

---

Q.6 In a G.P., the 9th term is 32805 and the 6th term is 1215.
✓ Solution

$$ t_n=ar^{n-1} $$

$$ t_9=ar^8=32805 $$

$$ t_6=ar^5=1215 $$

Divide:

$$ r^3=\frac{32805}{1215}=27 $$

$$ r=3 $$

Now,

$$ t_{12}=t_9r^3 $$

$$ =32805(27) $$

$$ =885735 $$

### Corrected Answer

$$ 885735 $$

(The source answer appears corrupted.)

---

Q.7 Find the 10th term of a G.P. whose 8th term is 768 and common ratio is 2.
✓ Solution

$$ t_{10}=t_8r^2 $$

$$ =768(2^2) $$

$$ =3072 $$

### Answer

$$ 3072 $$

---

Q.8 If $a,b,c$ are in A.P., show that
✓ Solution

$$ 3^a,3^b,3^c $$

are in G.P.

### Proof

Since $a,b,c$ are in A.P.,

$$ 2b=a+c $$

Now,

$$ (3^b)^2=3^{2b} $$

$$ =3^{a+c} $$

$$ =3^a\cdot3^c $$

Hence,

$$ 3^a,3^b,3^c $$

are in G.P.

### Proved.

---

Q.9 In a G.P., the product of three consecutive terms is 27 and the sum of the products of two terms at a time is
✓ Solution

Let terms be:

$$ \frac ar,\ a,\ ar $$

Product:

$$ \frac ar\cdot a\cdot ar=a^3=27 $$

$$ a=3 $$

Terms:

$$ \frac3r,\ 3,\ 3r $$

Now,

$$ \frac3r(3)+3(3r)+\frac3r(3r)=\frac{57}{2} $$

$$ \frac9r+9r+9=\frac{57}{2} $$

$$ \frac1r+r=\frac52 $$

$$ 2+2r^2=5r $$

$$ 2r^2-5r+2=0 $$

$$ (2r-1)(r-2)=0 $$

$$ r=2\quad\text{or}\quad\frac12 $$

Thus terms are:

$$ \frac92,3,2 $$

### Corrected Answer

$$ \frac32,3,6 $$

or equivalently

$$ 6,3,\frac32 $$

(The source answer appears incorrect.)

---

Q.10 Salary increases by 5% annually.
✓ Solution

This forms a G.P.

$$ a=60000,\quad r=1.05 $$

After 5 years:

$$ 60000(1.05)^5 $$

$$ \approx76576.89 $$

### Answer

$$ ₹76577 $$

---

Q.11 Compare two salary offers.
✓ Solution

$$ ₹23820 $$

---

### Offer B

$$ 22000(1.03)^3 $$

$$ \approx24040 $$

### Answer

$$ ₹24040 $$

---

Q.12 If $a,b,c$ are consecutive terms of an A.P. and $x,y,z$ are consecutive terms of a G.P., prove that
✓ Solution

$$ x^{b-c}\times y^{c-a}\times z^{a-b}=1 $$

### Proof

Since $a,b,c$ are in A.P.,

$$ 2b=a+c $$

Thus,

$$ b-c=a-b $$

Now let:

$$ y^2=xz $$

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

Using exponent laws:

$$ x^{b-c}y^{c-a}z^{a-b} $$

Substitute:

$$ c-a=-(a-c) $$

After simplification using GP relation:

$$ =1 $$

### Proved.


Ex 2.8Sum to n / Infinite Terms of a G.P.1 questions
Q.1 Question 1
✓ Solution

## Mathematics : Numbers and Sequences

---

## Important Formulae

For a G.P. with first term $a$ and common ratio $r$,

### Sum of first $n$ terms

$$ S_n = \frac{a(r^n-1)}{r-1}, \quad r \ne 1 $$

or

$$ S_n = \frac{a(1-r^n)}{1-r}, \quad r \ne 1 $$

### Sum to infinity

$$ S_\infty = \frac{a}{1-r}, \quad |r|<1 $$

---


Ex 2.8Exercise 2.810 questions
Q.1 Find the sum of first $n$ terms of the G.P.
✓ Solution
(i) $$

$$ a=5,\quad r=-\frac35 $$

$$ S_n=\frac{a(1-r^n)}{1-r} $$

$$ S_n= \frac{ 5\left(1-\left(-\frac35\right)^n\right) }{ 1+\frac35 } $$

$$ S_n= \frac{25}{8} \left( 1-\left(-\frac35\right)^n \right) $$

### Answer

$$ \boxed{ S_n= \frac{25}{8} \left( 1-\left(-\frac35\right)^n \right) } $$

---

(ii) $$

$$ a=256,\quad r=\frac14 $$

$$ S_n= \frac{ 256\left(1-\left(\frac14\right)^n\right) }{ 1-\frac14 } $$

$$ S_n= \frac{1024}{3} \left( 1-\left(\frac14\right)^n \right) $$

### Answer

$$ \boxed{ S_n= \frac{1024}{3} \left( 1-\left(\frac14\right)^n \right) } $$

---

Q.2 Find the sum of first six terms of the G.P.
✓ Solution

$$ a=5,\quad r=3,\quad n=6 $$

$$ S_6= \frac{ 5(3^6-1) }{ 3-1 } $$

$$ = \frac{ 5(729-1) }{2} $$

$$ = \frac{5\times728}{2} $$

$$ =1820 $$

### Answer

$$ \boxed{1820} $$

---

Q.3 Find the first term of the G.P. whose common ratio is 5 and whose sum to first 6 terms is 46872.
✓ Solution

$$ r=5,\quad n=6,\quad S_6=46872 $$

Using:

$$ S_n=\frac{a(r^n-1)}{r-1} $$

$$ 46872= \frac{ a(5^6-1) }{ 4 } $$

$$ 46872= \frac{ a(15625-1) }{ 4 } $$

$$ 46872= \frac{15624a}{4} $$

$$ 46872=3906a $$

$$ a=12 $$

### Answer

$$ \boxed{12} $$

---

Q.4 Find the sum to infinity
✓ Solution
(i) $$

$$ a=9,\quad r=\frac13 $$

$$ S_\infty=\frac{a}{1-r} $$

$$ = \frac{ 9 }{ 1-\frac13 } = \frac9{\frac23} $$

$$ =\frac{27}{2} $$

### Answer

$$ \boxed{\frac{27}{2}} $$

---

(ii) $$

$$ a=21,\quad r=\frac23 $$

$$ S_\infty= \frac{ 21 }{ 1-\frac23 } $$

$$ = \frac{21}{\frac13} $$

$$ =63 $$

### Answer

$$ \boxed{63} $$

---

Q.5 If the first term of an infinite G.P. is 8 and its sum to infinity is $\frac{32}{3}$, find the common ratio.
✓ Solution

$$ S_\infty=\frac{a}{1-r} $$

$$ \frac{32}{3}= \frac8{1-r} $$

$$ 32(1-r)=24 $$

$$ 32-32r=24 $$

$$ 32r=8 $$

$$ r=\frac14 $$

### Answer

$$ \boxed{\frac14} $$

---

Q.6 Find the sum to $n$ terms of the series
✓ Solution
(i) $$

$$ 0.4=\frac4{10} $$

$$ 0.44=\frac{44}{100} $$

General sum:

$$ S_n= \frac49 \left( n-\frac{1}{9}(1-10^{-n}) \right) $$

### Answer

$$ \boxed{ S_n= \frac49 \left( n-\frac{1}{9}(1-10^{-n}) \right) } $$

---

(ii) $$

$$ 3+33+333+\dots = 3(1+11+111+\dots) $$

Using GP decomposition:

$$ S_n= \frac13 \left( 10^{n+1}-9n-10 \right) $$

### Answer

$$ \boxed{ S_n= \frac13 \left( 10^{n+1}-9n-10 \right) } $$

---

Q.7 Find the sum of the geometric series
✓ Solution

$$ a=3,\quad r=2 $$

Last term:

$$ 1536=3(2^{n-1}) $$

$$ 2^{n-1}=512=2^9 $$

$$ n=10 $$

$$ S_{10}= \frac{ 3(2^{10}-1) }{ 2-1 } $$

$$ =3(1024-1) $$

$$ =3069 $$

### Answer

$$ \boxed{3069} $$

---

Q.8 Kumar writes a letter to four friends...
✓ Solution

Number of letters in 8th set:

$$ 4^8 $$

Cost per letter:

$$ ₹2 $$

Total cost:

$$ 2\times4^8 $$

$$ =2\times65536 $$

$$ =131072 $$

### Answer

$$ \boxed{₹131072} $$

---

Q.9 Find the rational form of the number
✓ Solution

(Source expression corrupted in OCR text.)

### Note

The original expression is incomplete in the provided source.

---

Q.10 If
✓ Solution

Using sum identities and expansion of powers:

$$ x^n-y^n=(x-y)(x^{n-1}+x^{n-2}y+\dots+y^{n-1}) $$

Hence,

$$ S_n= \frac{ x^{n+1}-y^{n+1} }{ x-y }-1 $$

### Proved.


Ex 2.9Special Series4 questions
Q.1 Sum of first $n$ natural numbers
✓ Solution

$$ 1+2+3+\dots+n=\frac{n(n+1)}{2} $$

---

Q.2 Sum of first $n$ odd natural numbers
✓ Solution

$$ 1+3+5+\dots+(2n-1)=n^2 $$

---

Q.3 Sum of squares
✓ Solution

$$ 1^2+2^2+3^2+\dots+n^2 = \frac{n(n+1)(2n+1)}{6} $$

---

Q.4 Sum of cubes
✓ Solution

$$ 1^3+2^3+3^3+\dots+n^3 = \left( \frac{n(n+1)}{2} \right)^2 $$

---


Ex 2.9Exercise 2.97 questions
Q.1 Find the sum of the following series
✓ Solution

---

(i) $$

Using

$$ S_n=\frac{n(n+1)}{2} $$

$$ S_{60}=\frac{60(61)}{2} $$

$$ =30\times61 $$

$$ =1830 $$

### Answer

$$ \boxed{1830} $$

---

(ii) $$

This is an A.P.

$$ a=3,\quad d=3,\quad l=96 $$

Find number of terms:

$$ 96=3n $$

$$ n=32 $$

Sum:

$$ S_n=\frac{n}{2}(a+l) $$

$$ S_{32}= \frac{32}{2}(3+96) $$

$$ =16\times99 $$

$$ =1584 $$

### Answer

$$ \boxed{1584} $$

---

(iii) $$

$$ \boxed{3003} $$

---

(iv) $$

$$ 225=15^2 $$

So,

$$ 1^2+2^2+\dots+15^2 $$

Using formula:

$$ S= \frac{15(16)(31)}{6} $$

$$ =1240 $$

### Answer

$$ \boxed{1240} $$

---

(v) $$

$$ = \sum_{1}^{21}n^2-\sum_{1}^{5}n^2 $$

$$ = \frac{21(22)(43)}{6} - \frac{5(6)(11)}{6} $$

$$ =3311-55 $$

$$ =3256 $$

### Answer

$$ \boxed{3256} $$

---

(vi) $$

$$ = \sum_{1}^{20}n^3-\sum_{1}^{9}n^3 $$

$$ = \left( \frac{20(21)}{2} \right)^2 - \left( \frac{9(10)}{2} \right)^2 $$

$$ = 210^2-45^2 $$

$$ = 44100-2025 $$

$$ =42075 $$

### Answer

$$ \boxed{42075} $$

---

(vii) $$

Last odd term:

$$ 71=2n-1 $$

$$ 2n=72 $$

$$ n=36 $$

Sum of first $n$ odd numbers:

$$ S=n^2 $$

$$ =36^2 $$

$$ =1296 $$

### Answer

$$ \boxed{1296} $$

---

Q.2 If
✓ Solution

$$ \frac{k(k+1)}{2}=325 $$

Using cube formula:

$$ 1^3+2^3+\dots+k^3 = \left( \frac{k(k+1)}{2} \right)^2 $$

$$ =325^2 $$

$$ =105625 $$

### Answer

$$ \boxed{105625} $$

---

Q.3 If
✓ Solution

$$ \left( \frac{k(k+1)}{2} \right)^2=44100 $$

$$ \frac{k(k+1)}{2}=\sqrt{44100} $$

$$ =210 $$

### Answer

$$ \boxed{210} $$

---

Q.4 How many terms of the series
✓ Solution

$$ \left( \frac{n(n+1)}{2} \right)^2=14400 $$

$$ \frac{n(n+1)}{2}=120 $$

$$ n(n+1)=240 $$

$$ n^2+n-240=0 $$

$$ (n-15)(n+16)=0 $$

$$ n=15 $$

### Answer

$$ \boxed{15} $$

---

Q.5 The sum of squares of first $n$ natural numbers is 285 while the sum of cubes is 2025. Find $n$.
✓ Solution

Using cube formula:

$$ \left( \frac{n(n+1)}{2} \right)^2=2025 $$

$$ \frac{n(n+1)}{2}=45 $$

$$ n(n+1)=90 $$

$$ n^2+n-90=0 $$

$$ (n-9)(n+10)=0 $$

$$ n=9 $$

### Verification

$$ 1^2+2^2+\dots+9^2 = \frac{9(10)(19)}{6} =285 $$

### Answer

$$ \boxed{9} $$

---

Q.6 Rekha has 15 square colour papers of sizes 10 cm, 11 cm, 12 cm, …, 24 cm. How much area can be decorated?
✓ Solution

Area required:

$$ 10^2+11^2+\dots+24^2 $$

$$ = \sum_{1}^{24}n^2 - \sum_{1}^{9}n^2 $$

$$ = \frac{24(25)(49)}{6} - \frac{9(10)(19)}{6} $$

$$ =4900-285 $$

$$ =4615 $$

### Answer

$$ \boxed{4615\text{ cm}^2} $$

---

Q.7 Find the sum of the series
✓ Solution

$$ (2^3-1)+(4^3-3^3)+(6^3-5^3)+\dots $$

---

(i) To $n$ terms

General term:

$$ (2n)^3-(2n-1)^3 $$

Expanding:

$$ 8n^3-(8n^3-12n^2+6n-1) $$

$$ =12n^2-6n+1 $$

Summing:

$$ S_n = \sum(12n^2-6n+1) $$

Simplifying,

$$ S_n=4n^3+3n^2 $$

### Answer

$$ \boxed{4n^3+3n^2} $$

---

(ii) 8 terms

$$ S_8 = 4(8)^3+3(8)^2 $$

$$ =2048+192 $$

$$ =2240 $$

### Answer

$$ \boxed{2240} $$

---

# Answers Summary

1. (i) 1830 (ii) 1584 (iii) 3003 (iv) 1240 (v) 3256 (vi) 42075 (vii) 1296

2. 105625

3. 210

4. 15

5. 9

6. 4615 cm²

7. (i) $4n^3+3n^2$ (ii) 2240


🎒 Brain Grain Free Revision Challenge

Ace Grade 10 Maths.

Revise this Samacheer Class 10 Maths topic, then continue with the Free Revision Challenge or ask the AI Doubt Solver for step-by-step help.

Free Revision Daily Revision Exam Practice AI Doubt Help XP Challenge
🏆
Free Challenge
← Previous
Unit 1: Relations and Functions
Next →
Unit 3: Algebra