Exercise 8.1
Q1. Find the first five terms of the sequence in which the nth term is given by:
(i) tn=3n−4
(ii) tn=2−5n
(iii) tn=n2−2n+3, for n≥1
Solution:
We find terms by putting n=1,2,3,4,5
(i) tn=3n−4t_n = 3n – 4tn=3n−4
t1=3(1)−4=−1
t2=3(2)−4=2
t3=3(3)−4=5
t4=3(4)−4=8
t5=3(5)−4=11
Answer: −1,2,5,8,11
(ii) tn=2−5nt_n = 2 – 5ntn=2−5n
t1=2−5=−3
t2=2−10=−8
t3=2−15=−13
t4=2−20=−18
t5=2−25=−23
Answer: −3,−8,−13,−18,−23
(iii) tn=n2−2n+3t_n = n^2 – 2n + 3tn=n2−2n+3
t1=1−2+3=2
t2=4−4+3=3
t3=9−6+3=6
t4=16−8+3=11
t5=25−10+3=18
Answer: 2,3,6,11,18
Q2. Find the 10th and 15th terms of the sequence tn=5n−3t_n = 5n – 3tn=5n−3 for n≥1n \geq 1n≥1.
Solution:
10th term:
t10=5(10)−3=50−3=47
15th term:
t15=5(15)−3=75−3=72
Answer:
10th term = 47
15th term = 72
Q3. Determine whether 97 and 172 are terms of the sequence tn=5n−3t_n = 5n – 3tn=5n−3 for n≥1n \geq 1n≥1.
Solution:
Check for 97:
5n−3=97
5n=100⇒n=20
✔ 97 is a term
Check for 172:
5n−3=172
5n=175⇒n=35
✔ 172 is a term
Answer: Both 97 and 172 are terms.
Q4. Which term of the sequence tn=5n−3t_n = 5n – 3tn=5n−3 for n≥1n \geq 1n≥1 is 607?
Solution:
5n−3=607
5n=610⇒n=122
Answer: 607 is the 122nd term
Q5. A sequence is given by the recursive rule t1=−5t_1 = -5t1=−5, tn+1=tn+3t_{n+1} = t_n + 3tn+1=tn+3 for n≥1n \geq 1n≥1. Find the first five terms. Is 52 a term of this sequence? If so, which term is it?
Solution:
First five terms:
t1=−5
t2=−5+3=−2
t3=−2+3=1
t4=1+3=4
t5=4+3=7
Sequence:
−5,−2,1,4,7
Check for 52:
This is an AP with
First term a=−5, common difference d=3
Formula:
tn=a+(n−1)d
52=−5+(n−1)3
52+5=3(n−1)
57=3(n−1)
n−1=19⇒n=20
Answer:
Yes, 52 is the 20th term
Q6. Let T1=1,T2=2,T3=4T_1 = 1, T_2 = 2, T_3 = 4T1=1,T2=2,T3=4, and Tn=Tn−1+Tn−2+Tn−3T_n = T_{n-1} + T_{n-2} + T_{n-3}Tn=Tn−1+Tn−2+Tn−3 for n≥4n \geq 4n≥4. Find T4,T5,T6,T7,T8T_4, T_5, T_6, T_7, T_8T4,T5,T6,T7,T8.
Solution:
T4=4+2+1=7
T5=7+4+2=13
T6=13+7+4=24
T7=24+13+7=44
T8=44+24+13=81
Answer:
T4=7,T5=13,T6=24,T7=44,T8=81
Exercise 8.2
Q1. Find the 10th and 26th terms of the AP: 3, 8, 13, 18, …
Solution:
Given AP: 3, 8, 13, 18, …
First term a=3
Common difference d=8−3=5
Formula:
tn=a+(n−1)d
10th term:
t10=3+(10−1)×5
=3+45=48
26th term:
t26=3+(26−1)×5
=3+125=128
Answer:
10th term = 48
26th term = 128
Q2. Which term of the AP: 21, 18, 15, … is –81? Also, is 0 a term of this AP? Give reasons.
Solution:
Given AP: 21, 18, 15, …
a=21, d=−3
Formula:
tn=a+(n−1)d
For –81:
−81=21+(n−1)(−3)
−81=21−3(n−1)
−102=−3(n−1)
n−1=34⇒n=35
✔ –81 is the 35th term
For 0:
0=21−3(n−1)
−21=−3(n−1)
n−1=7⇒n=8
✔ 0 is the 8th term
Answer:
–81 is 35th term
0 is 8th term
Q3. Find the nth term of the AP: 11, 8, 5, 2 … Write the recursive rule for this AP.
Solution:
Given AP: 11, 8, 5, 2 …
a=11, d=−3
nth term:
tn=11+(n−1)(−3)
=11−3(n−1)
Recursive rule:
t1=11
tn+1=tn−3
Answer:
tn=11−3(n−1)
Recursive: tn+1=tn−3
Q4. An AP consists of 50 terms in which the 3rd term is 12 and the last term is 106. Find the 29th term.
Solution:
Given:
t3=a+2d=12
t50=a+49d=106
Subtract:
(a+49d)−(a+2d)=106−12
47d=94⇒d=2
Put in first equation:
a+2(2)=12⇒a=8
Now find 29th term:
t29=8+(29−1)×2
=8+56=64
Answer: 64
Q5. How many 2-digit numbers are divisible by 3? What is their sum?
Solution:
Smallest 2-digit multiple = 12
Largest = 99
AP: 12, 15, 18, …, 99
a=12, d=3
Number of terms:
99=12+(n−1)3
87=3(n−1)⇒n−1=29⇒n=30
Sum:
S=2n(a+l)
=230(12+99)
=15×111=1665
Answer:
Total numbers = 30
Sum = 1665
Q6. Harish started work at an annual salary of ₹5,00,000 and received an increment of ₹20,000 each year. After how many years did his income reach ₹7,00,000?
Solution:
a=500000, d=20000
700000=500000+(n−1)×20000
200000=(n−1)×20000
n−1=10⇒n=11
Years after joining = n−1=10
Answer: 10 years
Q7. A child arranges marbles in rows: 1, 2, 3, … up to 25 rows. How many marbles are used in total?
Solution:
AP: 1, 2, 3, …, 25
n=25, a=1, l=25
Sum:
S=2n(a+l)
=225(1+25)
=225×26=25×13=325
Answer: 325 marbles
Exercise 8.3
Q1. Find the 12th term of a GP with common ratio 2, whose 8th term is 192.
Solution:
Given:
Common ratio r=2
8th term t8=192
Formula:
tn=a⋅rn−1
So,
t8=a⋅27=192
a⋅128=192
a=128192=23
Now find 12th term:
t12=a⋅211
=23⋅2048=3072
Answer: 3072
Q2. Find the 10th and nth terms of the GP: 5, 25, 125, …
Solution:
Given GP:
a=5, r=5
Formula:
tn=a⋅rn−1
10th term:
t10=5⋅59=510=9765625
nth term:
tn=5⋅5n−1=5n
Answer:
10th term = 9765625
nth term = 5n5^n5n
Q3. A sequence is given by the recursive rule t1=2t_1 = 2t1=2, tn+1=3tn−2t_{n+1} = 3t_n – 2tn+1=3tn−2 for n≥1n \geq 1n≥1. Which term of the sequence is 730?
Solution:
Given:
t1=2, tn+1=3tn−2
Let tn−1=yn
Then:
yn+1=3yn
So, this is a GP:
yn=3n−1
Thus,
tn=3n−1+1
Now,
730=3n−1+1
729=3n−1
36=729
So,
n−1=6⇒n=7
Answer: 7th term
Q4. Which term of the GP: 2, 6, 18, … is 4374? Write the explicit formula as well as the recursive formula for the nth term.
Solution:
Given:
a=2, r=3
Formula:
tn=2⋅3n−1
Now,
4374=2⋅3n−1
2187=3n−1
37=2187
So,
n−1=7⇒n=8
Explicit formula:
tn=2⋅3n−1
Recursive formula:
t1=2,
tn+1=3tn
Answer:
4374 is the 8th term
Q5. A ball is dropped from a height of 80 metres. After hitting the ground, it bounces back to 60% of the height from which it fell.
(i) What height does the ball reach after the 5th bounce?
(ii) What is the total vertical distance travelled by the time it hits the ground for the 6th time?
Solution:
Given:
Initial height = 80 m
Ratio r=0.6
(i) Height after 5th bounce:
=80×(0.6)5
=80×0.07776=6.2208m
(ii) Total distance till 6th hit:
Distance = First fall + twice sum of first 5 bounces
=80+2(80(0.6)+80(0.6)2+…+80(0.6)5)
This is GP:
First term = 48, ratio = 0.6, terms = 5
Sum =
S=48⋅1−0.61−(0.6)5
=48⋅0.41−0.07776
=48⋅2.3056=110.6688
Total distance:
=80+2(110.6688)=301.3376m
Answer:
(i) 6.2208 m
(ii) 301.34 m (approx.)
Q6. Which term of the sequence 2, 2√2, 4, … is 128?
Solution:
This is GP:
a=2, r=2
Formula:
tn=2(2)n−1
128=2(2)n−1
64=(2)n−1
(2)n−1=(21/2)n−1=2(n−1)/2
So,
2(n−1)/2=26
2n−1=6⇒n−1=12⇒n=13
Answer: 13th term
Q7. Sierpiński square carpet problem (pattern-based)
(i) Number of red squares:
Stage 0 = 1
Stage 1 = 8
Stage 2 = 64
Stage 3 = 512
(ii) Stage 4 = 84=4096
Stage 5 = 85=32768
(iii) Rule:
Explicit: Tn=8n
Recursive: T1=8, Tn+1=8Tn
(iv) Area pattern:
Stage 1 = 98
Stage 2 = (98)2
Stage 3 = (98)3
General:
Area = (98)n
As n→∞, area → 0
End-of-Chapter Exercises
Q1. Find the 31st term of an AP whose 11th term is 38 and 16th term is 73.
Solution:
Given:
11th term → t11=a+10d=38
16th term → t16=a+15d=73
Subtracting:
(a+15d)−(a+10d)=73−38
5d=35⇒d=7
Substitute in first equation:
a+10(7)=38⇒a=−32
Now,
t31=a+30d=−32+210=178
Answer: 178
Q2. Determine the AP whose third term is 16 and whose 7th term exceeds the 5th term by 12.
Solution:
Given:
Third term → t3=a+2d=16
Also,
t7−t5=12
So,
(a+6d)−(a+4d)=12
2d=12⇒d=6
Now,
a+2(6)=16⇒a=4
AP: 4,10,16,22,…
Q3. How many three-digit numbers are divisible by 7? (Hint: All three-digit numbers divisible by 7 form an AP. Find the smallest and largest such three-digit numbers.)
Solution:
Smallest 3-digit multiple of 7 = 105
Largest = 994
AP: 105,112,119,…,994
a=105,d=7
994=105+(n−1)7
889=7(n−1)⇒n−1=127⇒n=128
Answer: 128 numbers
Q4. How many multiples of 4 lie between 10 and 250? (Hint: All multiples of 4 form an AP. Find the smallest and largest multiples of 4 between 10 and 250.)
Solution:
Smallest multiple = 12
Largest = 248
AP: 12,16,20,…,248
a=12,d=4
248=12+(n−1)4
236=4(n−1)⇒n=60
Answer: 60 multiples
Q5. Find a GP for which the sum of the first two terms is – 4 and the fifth term is 4 times the third term.
Solution:
Let first term = a, ratio = r
Condition 1:
a+ar=−4⇒a(1+r)=−4
Condition 2:
ar4=4(ar2)⇒r2=4⇒r=2 or −2
Case 1: r=2
a(3)=−4⇒a=−34
GP: −34,−38,…
Case 2: r=−2
a(−1)=−4⇒a=4
GP: 4,−8,16,…
Answer: Two possible GPs
Q6. Find all possible ways of expressing 100 as the sum of consecutive natural numbers.
Solution:
Try sequences:
100=18+19+20+21+22
100=9+10+11+12+13+14+15+16
Answer: 2 ways
Q7. The 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 the 2nd hour, 4th hour and nth hour?
Solution:
This is a GP:
a=30,r=2
After 2 hours:
30×22=120
After 4 hours:
30×24=480
After n hours:
30×2n
Answer:
120, 480, 30×2n
Q8. The sum of the 4th and 8th terms of an AP is 24 and the sum of the 6th and 10th terms is 44. Find the first three terms of the AP.
Solution:
t4+t8=(a+3d)+(a+7d)=2a+10d=24
t6+t10=(a+5d)+(a+9d)=2a+14d=44
Subtract:
4d=20⇒d=5
2a+50=24⇒a=−13
First three terms:
−13,−8,−3
Q9. Find the smallest value of n such that the sum of the first n natural numbers is greater than 1,000.
Solution:
S=2n(n+1)>1000
n(n+1)>2000
Try:
n=44→990
n=45→1035
Answer: 45
Q10. Which term of the GP: 2, 8, 32, … is 131072? Write the explicit formula as well as the recursive formula for the nth term.
Solution:
a=2,r=4
131072=2⋅4n−1
65536=4n−1=216
2(n−1)=16⇒n=9
Explicit: tn=2⋅4n−1
Recursive: tn+1=4tn
Answer: 9th term
13\frac{13}{ }13 and their product is –1. Find the common ratio and the terms.
(Note: The question seems slightly misprinted; taking standard form where sum = 13.)
Solution:
Let the three terms be:
ra, a, ar
Product =
ra⋅a⋅ar=a3
Given:
a3=−1⇒a=−1
Now sum:
r−1−1−r=13
Multiply by r:
−1−r−r2=13r
r2+14r+1=0
Solve:
r=−7±43
Now terms:
r−1, −1, −r
Answer:
Common ratio r=−7±43
Terms accordingly
Q12. If the 4th, 10th and 16th terms of a GP are x, y and z respectively, prove that x, y, z are in GP.
Solution:
Let first term = a, ratio = r
Then:
x=ar3
y=ar9
z=ar15
Now check:
y2=(ar9)2=a2r18
xz=(ar3)(ar15)=a2r18
So,
y2=xz
Hence, x,y,z are in GP
Answer: Proved
Q13. The sum of the first three terms of a geometric progression is 26, and the sum of their squares is 364. Find the terms of the GP.
Solution:
Let terms be:
ra, a, ar
Sum:
ra+a+ar=26
Squares:
r2a2+a2+a2r2=364
Try simple GP:
Take a=6,r=3
Terms: 2,6,18
Check:
Sum = 2+6+18=26 ✔
Squares = 4+36+324=364 ✔
Answer: 2, 6, 18
Q14. Suppose P1=1,P2=2P_1 = 1, P_2 = 2P1=1,P2=2 and for n>2n > 2n>2, Pn=P1+P2+…+Pn−1+1P_n = P_1 + P_2 + … + P_{n-1} + 1Pn=P1+P2+…+Pn−1+1. Find the values of P1,P2,…,P8P_1, P_2, …, P_8P1,P2,…,P8. Can you find a simpler recursive formula for PnP_nPn? Can you give an explicit formula?
Solution:
Given:
P1=1,P2=2
Now:
P3=1+2+1=4
P4=1+2+4+1=8
P5=1+2+4+8+1=16
P6=32
P7=64
P8=128
So sequence:
1,2,4,8,16,32,64,128
Simpler recursive rule:
Pn=2Pn−1
Explicit formula:
Pn=2n−1
Answer:
Values up to P8=128,
Recursive: Pn=2Pn−1,
Explicit: 2n−1
Q15. Suppose W1=1,W2=2W_1 = 1, W_2 = 2W1=1,W2=2 and for n>2n > 2n>2, Wn=W1+W2+…+Wn−2+2W_n = W_1 + W_2 + … + W_{n-2} + 2Wn=W1+W2+…+Wn−2+2. Find the values of W1,W2,…,W8W_1, W_2 , …, W_8W1,W2,…,W8. Do you recognise this sequence?
Solution:
Given:
W1=1,W2=2
Now:
W3=1+2=3
W4=1+2+2=5
W5=1+2+3+2=8
W6=13
W7=21
W8=34
Sequence:
1,2,3,5,8,13,21,34
This is Fibonacci sequence
Answer:
Sequence is Fibonacci pattern