KnowledgeBoat Logo
|
OPEN IN APP

Chapter 8

Predicting What Comes Next: Exploring Sequences and Progressions

Class - 9 Ganita Manjari Mathematics Solutions



Think and Reflect 1

Question 1

1, 2, 3, 4, 5, 6, … (Natural Numbers)
1, 3, 5, 7, 9, 11, … (Odd Numbers)
1, 3, 6, 10, 15, 21, … (Triangular Numbers)
1, 4, 9, 16, 25, 36, … (Square Numbers)

Can you describe the pattern in each of the above sequences? Can you predict the next few numbers in these sequences?

Answer

Natural Numbers : 1, 2, 3, 4, 5, 6, …

Each term is 1 more than the previous term. So, the next few numbers are 6 + 1 = 7, 7 + 1 = 8, 8 + 1 = 9, 9 + 1 = 10, …

i.e. 7, 8, 9, 10, …

Odd Numbers : 1, 3, 5, 7, 9, 11, …

Each term is 2 more than the previous term. So, the next few numbers are 11 + 2 = 13, 13 + 2 = 15, 15 + 2 = 17, 17 + 2 = 19, …

i.e. 13, 15, 17, 19, …

Triangular Numbers : 1, 3, 6, 10, 15, 21, …

Each term is the sum of the natural numbers up to that term (1 = 1, 3 = 1 + 2, 6 = 1 + 2 + 3, 10 = 1 + 2 + 3 + 4, …). The differences between consecutive terms are 2, 3, 4, 5, 6, …, so the next differences are 7, 8, 9, 10.

The next few numbers are 21 + 7 = 28, 28 + 8 = 36, 36 + 9 = 45, 45 + 10 = 55, …

i.e. 28, 36, 45, 55, …

Square Numbers : 1, 4, 9, 16, 25, 36, …

Each term is the square of its position number (1 = 12, 4 = 22, 9 = 32, …). Also, each term is the sum of consecutive odd numbers (1 = 1, 4 = 1 + 3, 9 = 1 + 3 + 5, …), so the differences between consecutive terms are 3, 5, 7, 9, 11, … and the next differences are 13, 15, 17, 19.

The next few numbers are 36 + 13 = 49, 49 + 15 = 64, 64 + 17 = 81, 81 + 19 = 100, …

i.e. 49, 64, 81, 100, …

Think and Reflect 2

Question 1

Can you think of any other kinds of sequences? List out five different types of sequences and discuss their properties with your friends.

Answer

Yes, there are many other kinds of sequences. Five different types of sequences along with their properties are given below.

1. Even Numbers: 2, 4, 6, 8, 10, …
Each term is 2 more than the previous term, so the difference between consecutive terms is constant (= 2). The nth term is tn = 2n.

2. Multiples of 5: 5, 10, 15, 20, 25, …
Each term is obtained by adding 5 to the previous term, so the difference between consecutive terms is constant (= 5). The nth term is tn = 5n.

3. Powers of 2: 1, 2, 4, 8, 16, 32, …
Each term is twice the previous term, so the ratio of consecutive terms is constant (= 2). The nth term is tn = 2n - 1.

4. Unit Fractions: 1,12,13,14,15,1, \dfrac{1}{2}, \dfrac{1}{3}, \dfrac{1}{4}, \dfrac{1}{5}, …
The terms are fractions occurring in decreasing order, getting closer and closer to 0. The nth term is tn = 1n\dfrac{1}{n}.

5. Virahānka–Fibonacci Sequence: 1, 2, 3, 5, 8, 13, 21, …
Each term from the third term onwards is the sum of the two preceding terms, i.e. tn = tn - 1 + tn - 2 for n ≥ 3.

Think and Reflect 3

Question 1

Why is it useful to have an explicit formula for the nth term of a sequence?

Answer

An explicit formula uses the position number n to calculate the value of a term directly. It is useful because:

  1. We can find any term of the sequence (such as the 20th, 53rd, 300th or any other term) directly by just substituting the value of n in the formula, without having to know the values of the previous terms.

  2. We can use it to check whether a given number is a term of the sequence and, if it is, to find the position it occupies in the sequence.

In-Text 1

Question 1

Using the explicit rule un = 2n – 1, find the 53rd, 108th and 1170th terms of the odd-number sequence.

Answer

Using un = 2n - 1,

u53 = 2(53) - 1 = 106 - 1 = 105,

u108 = 2(108) - 1 = 216 - 1 = 215,

u1170 = 2(1170) - 1 = 2340 - 1 = 2339.

Hence, the 53rd, 108th and 1170th terms are 105, 215 and 2339 respectively.

Think and Reflect 4

Question 1

Can you find the rule describing the nth term of the sequence of square numbers?

Answer

The sequence of square numbers is 1, 4, 9, 16, 25, 36, …

Each term is the square of its position number:
1 = 12, \quad 4 = 22, \quad 9 = 32, \quad 16 = 42, \quad 25 = 52, \quad 36 = 62, …

So the term in the nth position is the square of n.

Hence, the nth term of the sequence of square numbers is tn = n2.

In-Text 2

Question 1

Consider the expression tn = 3n – 7.

(i) Find its first, second, third, 12th, 18th and 50th terms.

(ii) Which term of the sequence is 332?

(iii) Is 557 a term of this sequence? Why or why not?

Answer

(i) Using tn = 3n - 7,

t1 = 3(1) - 7 = -4,
t2 = 3(2) - 7 = -1,
t3 = 3(3) - 7 = 2,
t12 = 3(12) - 7 = 29,
t18 = 3(18) - 7 = 47,
t50 = 3(50) - 7 = 143.

(ii) Let 332 be the nth term.

⇒ 3n - 7 = 332
⇒ 3n = 339
⇒ n = 113.

Thus, 332 is the 113th term.

(iii) Let 557 be the nth term.

⇒ 3n - 7 = 557
⇒ 3n = 564
⇒ n = 188.

Since 188 is a natural number, 557 is a term of the sequence; it is the 188th term.

Hence, the required terms are -4, -1, 2, 29, 47 and 143; 332 is the 113th term; and 557 is the 188th term.

Exercise Set 8.1

Question 1

Find the first five terms of the sequence in which the nth term is given by (i) tn = 3n – 4, (ii) tn = 2 – 5n, and (iii) tn = n2 – 2n + 3 for n ≥ 1.

Answer

(i) Given, tn = 3n - 4.

Putting n = 1, 2, 3, 4, 5 we get,

t1 = 3(1) - 4 = 3 - 4 = -1,
t2 = 3(2) - 4 = 6 - 4 = 2,
t3 = 3(3) - 4 = 9 - 4 = 5,
t4 = 3(4) - 4 = 12 - 4 = 8,
t5 = 3(5) - 4 = 15 - 4 = 11.

Hence, the first five terms of the sequence are -1, 2, 5, 8, 11.

(ii) Given, tn = 2 - 5n.

Putting n = 1, 2, 3, 4, 5 we get,

t1 = 2 - 5(1) = 2 - 5 = -3,
t2 = 2 - 5(2) = 2 - 10 = -8,
t3 = 2 - 5(3) = 2 - 15 = -13,
t4 = 2 - 5(4) = 2 - 20 = -18,
t5 = 2 - 5(5) = 2 - 25 = -23.

Hence, the first five terms of the sequence are -3, -8, -13, -18, -23.

(iii) Given, tn = n2 - 2n + 3.

Putting n = 1, 2, 3, 4, 5 we get,

t1 = (1)2 - 2(1) + 3 = 1 - 2 + 3 = 2,
t2 = (2)2 - 2(2) + 3 = 4 - 4 + 3 = 3,
t3 = (3)2 - 2(3) + 3 = 9 - 6 + 3 = 6,
t4 = (4)2 - 2(4) + 3 = 16 - 8 + 3 = 11,
t5 = (5)2 - 2(5) + 3 = 25 - 10 + 3 = 18.

Hence, the first five terms of the sequence are 2, 3, 6, 11, 18.

Question 2

Find the 10th and 15th terms of the sequence tn = 5n – 3 for n ≥ 1.

Answer

Given, tn = 5n - 3.

Putting n = 10, for the 10th term we get,

t10 = 5(10) - 3 = 50 - 3 = 47.

Putting n = 15, for the 15th term we get,

t15 = 5(15) - 3 = 75 - 3 = 72.

Hence, the 10th term is 47 and the 15th term is 72.

Question 3

Determine whether 97 and 172 are terms of the sequence tn = 5n – 3 for n ≥ 1.

Answer

Given, tn = 5n - 3.

A number is a term of the sequence only if the value of n obtained on solving tn = (that number) is a natural number.

For 97:

Let 97 be the nth term, i.e. tn = 97.

⇒ 5n - 3 = 97

⇒ 5n = 97 + 3

⇒ 5n = 100

⇒ n = 1005\dfrac{100}{5}

⇒ n = 20, which is a natural number.

So, 97 is a term of the sequence (the 20th term).

For 172:

Let 172 be the nth term, i.e. tn = 172.

⇒ 5n - 3 = 172

⇒ 5n = 172 + 3

⇒ 5n = 175

⇒ n = 1755\dfrac{175}{5}

⇒ n = 35, which is a natural number.

So, 172 is a term of the sequence (the 35th term).

Hence, both 97 and 172 are terms of the sequence, being the 20th and 35th terms respectively.

Question 4

Which term of the sequence tn = 5n – 3 for n ≥ 1 is 607?

Answer

Given, tn = 5n - 3.

Let 607 be the nth term of the sequence, i.e. tn = 607.

⇒ 5n - 3 = 607

⇒ 5n = 607 + 3

⇒ 5n = 610

⇒ n = 6105\dfrac{610}{5}

⇒ n = 122.

Hence, 607 is the 122nd term of the sequence.

Question 5

A sequence is given by the recursive rule t1 = – 5, tn+1 = tn + 3 for n ≥ 1. Find the first five terms of the sequence. Is 52 a term of this sequence? If so, which term is it?

Answer

Given, t1 = -5 and tn+1 = tn + 3 for n ≥ 1.

Putting n = 1, 2, 3, 4 successively we get,

t2 = t1 + 3 = -5 + 3 = -2,
t3 = t2 + 3 = -2 + 3 = 1,
t4 = t3 + 3 = 1 + 3 = 4,
t5 = t4 + 3 = 4 + 3 = 7.

∴ The first five terms of the sequence are -5, -2, 1, 4, 7.

Since each term is obtained by adding 3 to the previous term, the sequence is an AP with first term a = -5 and common difference d = 3.

∴ nth term = tn = a + (n - 1)d = -5 + (n - 1)(3) = -5 + 3n - 3 = 3n - 8.

Let 52 be the nth term, i.e. tn = 52.

⇒ 3n - 8 = 52

⇒ 3n = 52 + 8

⇒ 3n = 60

⇒ n = 603\dfrac{60}{3}

⇒ n = 20.

Hence, the first five terms of the sequence are -5, -2, 1, 4, 7 and 52 is a term of the sequence, being its 20th term.

Question 6

Let T1 = 1, T2 = 2, T3 = 4, and Tn = Tn–1 + Tn–2 + Tn–3 for n ≥ 4. Find T4, T5, T6, T7, and T8.

Answer

Given, T1 = 1, T2 = 2, T3 = 4 and Tn = Tn-1 + Tn-2 + Tn-3 for n ≥ 4.

Putting n = 4, 5, 6, 7, 8 successively we get,

T4 = T3 + T2 + T1 = 4 + 2 + 1 = 7,
T5 = T4 + T3 + T2 = 7 + 4 + 2 = 13,
T6 = T5 + T4 + T3 = 13 + 7 + 4 = 24,
T7 = T6 + T5 + T4 = 24 + 13 + 7 = 44,
T8 = T7 + T6 + T5 = 44 + 24 + 13 = 81.

Hence, T4 = 7, T5 = 13, T6 = 24, T7 = 44 and T8 = 81.

Think and Reflect 5

Question 1

Can you predict the number of squares in Stages 5 and 6 of the sequence? In Stages 10, 11 and 12? In Stage 20? At any stage?

Can you predict the number of squares in Stages 5 and 6 of the sequence? In Stages 10, 11 and 12? In Stage 20? At any stage? Predicting What Comes Next: Exploring Sequences and Progressions, Solutions for Class 9 NCERT Ganita Manjari Mathematics CBSE

Answer

The number of tiny squares at successive stages forms the sequence 1, 5, 9, 13, …

At each stage, 4 squares get added to the corners of the pattern in the earlier stage, so the difference between consecutive terms is the fixed number 4. Hence the sequence is an AP with first term a = 1 and common difference d = 4.

The number of squares at the nth stage is given by:

tn = a + (n - 1)d = 1 + (n - 1) × 4 = 4n - 3.

Putting the required values of n, we get:

Stage 5: t5 = 4 × 5 - 3 = 20 - 3 = 17,
Stage 6: t6 = 4 × 6 - 3 = 24 - 3 = 21,
Stage 10: t10 = 4 × 10 - 3 = 40 - 3 = 37,
Stage 11: t11 = 4 × 11 - 3 = 44 - 3 = 41,
Stage 12: t12 = 4 × 12 - 3 = 48 - 3 = 45,
Stage 20: t20 = 4 × 20 - 3 = 80 - 3 = 77.

Hence, the number of squares in Stage 5 = 17, Stage 6 = 21; Stage 10 = 37, Stage 11 = 41, Stage 12 = 45; Stage 20 = 77; and 4n - 3 at any stage n.

Question 2

Consider all the sequences discussed so far in the chapter. Which ones are arithmetic progressions and which ones are not? Justify your answer.

Answer

A sequence is an AP when the difference between every pair of consecutive terms is constant.

The following sequences are APs:

  • Natural numbers 1, 2, 3, 4, …, with common difference 1.
  • Odd numbers 1, 3, 5, 7, …, with common difference 2.
  • The sequence 1, 4, 7, 10, …, with common difference 3.
  • The sequence -7, -3, 1, 5, …, with common difference 4.
  • Any sequence given by a linear rule such as sn = 5n - 2 or tn = 3n - 7.

The following sequences are not APs:

  • Triangular numbers 1, 3, 6, 10, …, because the consecutive differences are 2, 3, 4, … .
  • Square numbers 1, 4, 9, 16, …, because the consecutive differences are 3, 5, 7, … .
  • Unit fractions 1, 12\dfrac{1}{2}, 13\dfrac{1}{3}, 14\dfrac{1}{4}, …, because their consecutive differences are not constant.
  • Prime numbers 2, 3, 5, 7, 11, …, because their consecutive differences are not constant.
  • The Virahānka–Fibonacci sequence 1, 2, 3, 5, 8, …, because its consecutive differences are not constant.

Thus, only the sequences having a fixed difference between consecutive terms are arithmetic progressions.

In-Text 3

Question 1

Verify that the following sequences are arithmetic progressions and write their nth terms. What do you observe when you plot the ordered pairs obtained from them?

(i) 2, 5, 8, 11, …

(ii) -5, -1, 3, 7, …

Answer

(i) The consecutive differences are

5 - 2 = 3, 8 - 5 = 3 and 11 - 8 = 3.

Therefore, the sequence is an AP with a = 2 and d = 3.

tn=a+(n1)d=2+3(n1)=3n1.t_n = a + (n - 1)d = 2 + 3(n - 1) = 3n - 1.

(ii) The consecutive differences are

-1 - (-5) = 4, 3 - (-1) = 4 and 7 - 3 = 4.

Therefore, the sequence is an AP with a = -5 and d = 4.

tn=a+(n1)d=5+4(n1)=4n9.t_n = a + (n - 1)d = -5 + 4(n - 1) = 4n - 9.

In each case, the rule for tn is linear in n. Therefore, the ordered pairs (n, tn) lie on a straight line.

Hence, the nth terms are tn = 3n - 1 and tn = 4n - 9 respectively, and the corresponding plotted points lie on straight lines.

Question 2

Using the formula tn = a + (n - 1)d, find the nth term of the following arithmetic progressions.

(i) 12,52,92,132,\dfrac{1}{2}, \dfrac{5}{2}, \dfrac{9}{2}, \dfrac{13}{2}, …

(ii) 1.5, 3.5, 5.5, 7.5, …

Answer

(i) Here, a = 12\dfrac{1}{2} and d = 2.

tn=12+(n1)2=2n32=4n32.t_n = \dfrac{1}{2} + (n - 1)2 = 2n - \dfrac{3}{2} = \dfrac{4n - 3}{2}.

(ii) Here, a = 1.5 and d = 2.

tn=1.5+(n1)2=2n0.5.t_n = 1.5 + (n - 1)2 = 2n - 0.5.

Hence, the nth terms are tn=4n32t_n = \dfrac{4n - 3}{2} and tn=2n0.5t_n = 2n - 0.5 respectively.

Question 3

Find recursive rules for the APs in the previous two exercises.

Answer

The recursive rule of an AP is t1 = a and tn = tn - 1 + d for n ≥ 2.

Therefore:

(i) For 2, 5, 8, 11, … :

t1 = 2, tn = tn - 1 + 3 for n ≥ 2.

(ii) For -5, -1, 3, 7, … :

t1 = -5, tn = tn - 1 + 4 for n ≥ 2.

(iii) For 12,52,92,\dfrac{1}{2}, \dfrac{5}{2}, \dfrac{9}{2}, …:

t1 = 12\dfrac{1}{2}, tn = tn - 1 + 2 for n ≥ 2.

(iv) For 1.5, 3.5, 5.5, … :

t1 = 1.5, tn = tn - 1 + 2 for n ≥ 2.

Think and Reflect 6

Question 1

To find the sum of the first ten natural numbers without actually adding all of them, we can use the below method:

S = 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10
S = 10 + 9 + 8 + 7 + 6 + 5 + 4 + 3 + 2 + 1

Each pair of corresponding numbers, 1 + 10, 2 + 9, 3 + 8, ... , 10 + 1, in the two equations add up to 11.

2S = 11 + 11 + 11 + … + 11 (that is, 11 added 10 times).

This leads to 2S = 110 or S = 55.

Can the same approach be used to find the sum of 1 + 2 + 3 + … + 100?

Answer

Yes, the same approach can be used.

Let S denote the sum of the first hundred natural numbers. Thus,

S = 1 + 2 + 3 + … + 99 + 100.

We can also write it in the reverse order as

S = 100 + 99 + 98 + … + 2 + 1.

Placing these two equations one below the other,

S = 1 + 2 + 3 + … + 99 + 100
S = 100 + 99 + 98 + … + 2 + 1

each pair of corresponding numbers, 1 + 100, 2 + 99, 3 + 98, … , 100 + 1, adds up to 101.

Adding the two equations for S, we get

2S = 101 + 101 + 101 + … + 101 (that is, 101 added 100 times).

⇒ 2S = 101 × 100

⇒ 2S = 10100

⇒ S = 101002\dfrac{10100}{2}

⇒ S = 5050.

Hence, the sum 1 + 2 + 3 + … + 100 = 5050.

Think and Reflect 7

Question 1

Can you use the formula Sn = n(n+1)2\dfrac{n(n + 1)}{2} to find S20, S50 or S1000?

Answer

Yes, we can substitute the required value of n in the formula Sn = n(n+1)2\dfrac{n(n + 1)}{2}.

Putting n = 20,

S20 = 20×(20+1)2=20×212=4202=210.\dfrac{20 \times (20 + 1)}{2} = \dfrac{20 \times 21}{2} = \dfrac{420}{2} = 210.

Putting n = 50,

S50 = 50×(50+1)2=50×512=25502=1275.\dfrac{50 \times (50 + 1)}{2} = \dfrac{50 \times 51}{2} = \dfrac{2550}{2} = 1275.

Putting n = 1000,

S1000 = 1000×(1000+1)2=1000×10012=10010002=500500.\dfrac{1000 \times (1000 + 1)}{2} = \dfrac{1000 \times 1001}{2} = \dfrac{1001000}{2} = 500500.

Hence, S20 = 210, S50 = 1275 and S1000 = 500500.

Think and Reflect 8

Question 1

Let us revisit the sequence tn of triangular numbers 1, 3, 6, 10, 15, … shown in Fig. 8.1. Note that the nth term of this sequence is the sum of the first n natural numbers. Thus tn = n(n+1)2\dfrac{n(n+1)}{2}.

Can you use this to find the 10th, 17th and 80th triangular numbers?

Let us revisit the sequence t<sub>n</sub> of triangular numbers 1, 3, 6, 10, 15, … shown in Fig. Predicting What Comes Next: Exploring Sequences and Progressions, Solutions for Class 9 NCERT Ganita Manjari Mathematics CBSE

Answer

Yes, we can substitute the required value of n in the formula tn = n(n+1)2\dfrac{n(n + 1)}{2}.

Putting n = 10, the 10th triangular number is

t10 = 10×(10+1)2=10×112=1102=55.\dfrac{10 \times (10 + 1)}{2} = \dfrac{10 \times 11}{2} = \dfrac{110}{2} = 55.

Putting n = 17, the 17th triangular number is

t17 = 17×(17+1)2=17×182=3062=153.\dfrac{17 \times (17 + 1)}{2} = \dfrac{17 \times 18}{2} = \dfrac{306}{2} = 153.

Putting n = 80, the 80th triangular number is

t80 = 80×(80+1)2=80×812=64802=3240.\dfrac{80 \times (80 + 1)}{2} = \dfrac{80 \times 81}{2} = \dfrac{6480}{2} = 3240.

Hence, the 10th, 17th and 80th triangular numbers are 55, 153 and 3240 respectively.

Exercise Set 8.2

Question 1

Find the 10th and 26th terms of the AP: 3, 8, 13, 18, ….

Answer

The given AP is 3, 8, 13, 18, ….

Here, first term a = 3

common difference d = 8 - 3 = 5.

The nth term of an AP is given by:

tn = a + (n - 1)d.

∴ tn = 3 + (n - 1)5

= 3 + 5n - 5

= 5n - 2.

Putting n = 10, we get

t10 = 5 × 10 - 2

= 50 - 2

= 48.

Putting n = 26, we get

t26 = 5 × 26 - 2

= 130 - 2

= 128.

Hence, the 10th term is 48 and the 26th term is 128.

Question 2

Which term of the AP: 21, 18, 15, … is – 81? Also, is 0 a term of this AP? Give reasons for your answer.

Answer

The given AP is 21, 18, 15, ….

Here, first term a = 21

common difference d = 18 - 21 = -3.

The nth term of an AP is given by:

tn = a + (n - 1)d.

∴ tn = 21 + (n - 1)(-3)

= 21 - 3n + 3

= 24 - 3n.

Let -81 be the nth term of the AP, i.e. tn = -81.

⇒ 24 - 3n = -81

⇒ 3n = 24 + 81

⇒ 3n = 105

⇒ n = 1053\dfrac{105}{3}

⇒ n = 35.

So, -81 is the 35th term of the AP.

Now, let us check whether 0 is a term of the AP, i.e. tn = 0.

⇒ 24 - 3n = 0

⇒ 3n = 24

⇒ n = 243\dfrac{24}{3}

⇒ n = 8.

Since n = 8 is a natural number, 0 is the 8th term of the AP.

Hence, -81 is the 35th term of the AP, and 0 is the 8th term of the AP.

Question 3

Find the nth term of the AP: 11, 8, 5, 2 … Write the recursive rule for this AP.

Answer

The given AP is 11, 8, 5, 2, ….

Here, first term a = 11

common difference d = 8 - 11 = -3.

The nth term of an AP is given by:

tn = a + (n - 1)d.

∴ tn = 11 + (n - 1)(-3)

= 11 - 3n + 3

= 14 - 3n.

Since every term is 3 less than its previous term, the recursive rule is:

t1 = 11, tn = tn - 1 - 3 for n ≥ 2.

Hence, the nth term is tn = 14 - 3n and the recursive rule is t1 = 11, tn = tn - 1 - 3 for n ≥ 2.

Question 4

An AP consists of 50 terms in which the 3rd term is 12 and the last term is 106. Find the 29th term.

(Hint: If 'a' is the first term and 'd' the common difference, then we arrive at the equations a + 2d = 12 and a + 49d = 106. Solve this pair of linear equations for 'a' and 'd'.)

Answer

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

The nth term of an AP is given by:

tn = a + (n - 1)d.

Given, the 3rd term is 12.

⇒ t3 = a + (3 - 1)d = 12

⇒ a + 2d = 12 \quad (Eq 1)

Since the AP has 50 terms, the last term is the 50th term, which is 106.

⇒ t50 = a + (50 - 1)d = 106

⇒ a + 49d = 106 \quad (Eq 2)

Subtracting Eq 1 from Eq 2,

(a + 49d) - (a + 2d) = 106 - 12

⇒ 47d = 94

⇒ d = 2.

Putting d = 2 in Eq 1,

⇒ a + 2 × 2 = 12

⇒ a + 4 = 12

⇒ a = 8.

Now, the 29th term is

t29 = a + (29 - 1)d

= 8 + 28 × 2

= 8 + 56

= 64.

Hence, the 29th term of the AP is 64.

Question 5

How many 2-digit numbers are divisible by 3? What is the sum of all these 2-digit numbers?

Answer

The 2-digit numbers which are divisible by 3 are:

12, 15, 18, 21, …, 99.

These numbers form an AP with:

first term a = 12,

common difference d = 15 - 12 = 3

last term = l = 99.

Let 99 be the nth term, i.e. tn = 99.

Using the formula, tn = a + (n - 1)d

\Rightarrow 99 = 12 + (n - 1)3

\Rightarrow 99 = 12 + 3n - 3

\Rightarrow 99 = 9 + 3n

\Rightarrow 3n = 90

\Rightarrow n = 30.

So, there are 30 such numbers.

Let S be the sum of these numbers. Writing S in two ways:

S00=12+15+18++96+99S \phantom{00} = 12 + 15 + 18 + \cdots + 96 + 99

S00=99+96+93++15+12S \phantom{00} = 99 + 96 + 93 + \cdots + 15 + 12

Adding both rows term by term, each pair adds up to 12 + 99 = 111, and there are 30 such pairs:

2S=111+111+111+ (30 times)2S = 111 + 111 + 111 + \cdots \text{ (30 times)}

2S=30×1112S = 30 \times 111

2S=33302S = 3330

S=33302=1665.S = \dfrac{3330}{2} = 1665.

Hence, there are 30 two-digit numbers divisible by 3 and their sum is 1665.

Question 6

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?

Answer

Harish's annual salary in successive years is

₹5,00,000, ₹5,20,000, ₹5,40,000, …

This forms an AP with first term a = 5,00,000

common difference d = 20,000.

Let his income reach ₹7,00,000 in the nth year, i.e. tn = 7,00,000.

By formula, tn = a + (n - 1)d

⇒ 7,00,000 = 5,00,000 + (n - 1) × 20,000

⇒ 7,00,000 - 5,00,000 = (n - 1) × 20,000

⇒ 2,00,000 = (n - 1) × 20,000

⇒ n - 1 = 2,00,00020,000\dfrac{2,00,000}{20,000}

⇒ n - 1 = 10

⇒ n = 11.

So his income reaches ₹7,00,000 in the 11th year, that is, after 10 years of increments.

Hence, after 10 years (in the 11th year) Harish's income reached ₹7,00,000.

Question 7

A child arranges marbles in rows so that the first row has 1 marble, the second has 2 marbles, the third has 3, and so on up to 25 rows. How many marbles does the child use in all?

Answer

The number of marbles in successive rows is 1, 2, 3, 4, ……, 25.

So, the total number of marbles used is the sum of the first 25 natural numbers.

Total marbles = 1 + 2 + 3 + … + 25 = S25.

By formula, Sn = n(n+1)2\dfrac{n(n + 1)}{2}

Putting n = 25,

S25=25×(25+1)2=25×262=6502=325.S_{25} = \dfrac{25 \times (25 + 1)}{2} \\[1em] = \dfrac{25 \times 26}{2} \\[1em] = \dfrac{650}{2} \\[1em] = 325.

Hence, the child uses 325 marbles in all.

Think and Reflect 9

Question 1

Can you predict the number of squares in Stages 5 and 6 of the pattern? In Stages 10, 11 and 12? In Stage 20? At any stage? How is this different from the growing pattern in Fig. 8.3?

Can you predict the number of squares in Stages 5 and 6 of the pattern? In Stages 10, 11 and 12? In Stage 20? At any stage? How is this different from the growing pattern in Fig. 8.3? Predicting What Comes Next: Exploring Sequences and Progressions, Solutions for Class 9 NCERT Ganita Manjari Mathematics CBSE
Can you predict the number of squares in Stages 5 and 6 of the pattern? In Stages 10, 11 and 12? In Stage 20? At any stage? How is this different from the growing pattern in Fig. 8.3? Predicting What Comes Next: Exploring Sequences and Progressions, Solutions for Class 9 NCERT Ganita Manjari Mathematics CBSE

Answer

The number of green squares in the four stages of the pattern (Fig. 8.6) gives the list of numbers 3, 6, 12, 24, …

Here, 63=126=2412=2\dfrac{6}{3} = \dfrac{12}{6} = \dfrac{24}{12} = 2, a fixed number.

So, the given list of numbers forms a GP with first term a = 3 and common ratio r = 2.

By formula, the number of squares at the nth stage = tn = arn - 1 = 3 × 2n - 1.

Putting n = 5 and n = 6, the number of squares in Stages 5 and 6 are:

t5 = 3 × 25 - 1 = 3 × 24 = 3 × 16 = 48,
t6 = 3 × 26 - 1 = 3 × 25 = 3 × 32 = 96.

Putting n = 10, 11 and 12, the number of squares in Stages 10, 11 and 12 are:

t10 = 3 × 210 - 1 = 3 × 29 = 3 × 512 = 1536,
t11 = 3 × 211 - 1 = 3 × 210 = 3 × 1024 = 3072,
t12 = 3 × 212 - 1 = 3 × 211 = 3 × 2048 = 6144.

Putting n = 20, the number of squares in Stage 20 is:

t20 = 3 × 220 - 1 = 3 × 219 = 3 × 524288 = 1572864.

At any stage, the number of squares = tn = 3 × 2n - 1.

Hence, the number of squares in Stage 5 = 48 and Stage 6 = 96; Stage 10 = 1536, Stage 11 = 3072 and Stage 12 = 6144; Stage 20 = 1572864; and 3 × 2n - 1 at any stage n.

How it is different from Fig. 8.3: In Fig. 8.3, the number of squares (1, 5, 9, 13, …) increases by adding a fixed number 4 at each stage, so the difference between consecutive terms is constant — it forms an AP In Fig. 8.6, the number of squares (3, 6, 12, 24, …) is doubled at each stage, so the ratio between consecutive terms is constant — it forms a GP Thus, the pattern in Fig. 8.3 grows by a fixed amount, while the pattern in Fig. 8.6 grows by a fixed multiple and therefore increases much more rapidly.

In-Text 4

Question 1

Check whether the following sequences are geometric progressions and find their nth terms.

(i) 2, 10, 50, 250, …

(ii) 4,83,169,3227,4, \dfrac{8}{3}, \dfrac{16}{9}, \dfrac{32}{27}, …

(iii) 3,32,34,38,3, -\dfrac{3}{2}, \dfrac{3}{4}, -\dfrac{3}{8}, …

Answer

(i)

102=5010=25050=5.\dfrac{10}{2} = \dfrac{50}{10} = \dfrac{250}{50} = 5.

Thus, the sequence is a GP with a = 2 and r = 5.

tn=arn1=2×5n1.t_n = ar^{n - 1} = 2 \times 5^{n - 1}.

(ii)

834=16983=3227169=23.\dfrac{\frac{8}{3}}{4} = \dfrac{\frac{16}{9}}{\frac{8}{3}} = \dfrac{\frac{32}{27}}{\frac{16}{9}} = \dfrac{2}{3}.

Thus, the sequence is a GP with a = 4 and r = 23\dfrac{2}{3}.

tn=4(23)n1.t_n = 4\left(\dfrac{2}{3}\right)^{n - 1}.

(iii)

323=3432=3834=12.\dfrac{-\frac{3}{2}}{3} = \dfrac{\frac{3}{4}}{-\frac{3}{2}} = \dfrac{-\frac{3}{8}}{\frac{3}{4}} = -\dfrac{1}{2}.

Thus, the sequence is a GP with a = 3 and r = 12-\dfrac{1}{2}.

tn=3(12)n1.t_n = 3\left(-\dfrac{1}{2}\right)^{n - 1}.

Hence, all three sequences are GPs. Their nth terms are 2×5n12 \times 5^{n - 1}, 4(23)n14\left(\dfrac{2}{3}\right)^{n - 1} and 3(12)n13\left(-\dfrac{1}{2}\right)^{n - 1} respectively.

Question 2

Can you find a recursive rule for the formula tn = 3 × 10n - 1 that generates the geometric progression 3, 30, 300, 3000, …?

Answer

The first term is 3, and every term after the first is 10 times the preceding term.

Therefore, the recursive rule is

t1 = 3, tn = 10tn - 1 for n ≥ 2.

Hence, the required recursive rule is t1 = 3 and tn = 10tn - 1 for n ≥ 2.

Think and Reflect 10

Question 1

Observe the Sierpiński triangle and try to answer the following questions

(a) How many black triangles are there in Stages 0 to 3 of Fig. 8.7?

(b) Can you predict the number of black triangles at Stages 4 and 5?

(c) Can you find a rule for the number of black triangles at the nth stage?

(d) Suppose the area of the triangle (that is, the black region) in Stage 0 is 1 square unit. What is the area of the black region in Stages 1, 2 and 3? What will be the area of the black region in Stages 4 and 5? Find a rule for the area of the black region at the nth stage. What happens to this area as n, the number of stages, goes on increasing?

Observe the Sierpiński triangle and try to answer the following questions Predicting What Comes Next: Exploring Sequences and Progressions, Solutions for Class 9 NCERT Ganita Manjari Mathematics CBSE

Answer

(a) At every stage, each black triangle is replaced by three smaller black triangles at the next stage. So the number of black triangles becomes three times the number at the previous stage.

Stage 0: 1 black triangle,

Stage 1: 1 × 3 = 3 black triangles,

Stage 2: 3 × 3 = 9 black triangles,

Stage 3: 9 × 3 = 27 black triangles.

Hence, the numbers of black triangles in Stages 0 to 3 are 1, 3, 9 and 27.

(b) Continuing the same way (multiplying by 3 each time),

Stage 4: 27 × 3 = 81 black triangles,

Stage 5: 81 × 3 = 243 black triangles.

Hence, the numbers of black triangles at Stages 4 and 5 are 81 and 243.

(c) The number of black triangles forms the list 1, 3, 9, 27, 81, 243, …

Here, 31=93=279=3\dfrac{3}{1} = \dfrac{9}{3} = \dfrac{27}{9} = 3, a fixed number, so it is a GP

All these terms are powers of 3:

1 = 30, 3 = 31, 9 = 32, 27 = 33, …

The exponent of 3 matches the stage number.

Hence, the number of black triangles at the nth stage is tn = 3n.

(d) In Stage 1, the triangle at Stage 0 is divided into 4 equal parts and the central part is removed. So 34\dfrac{3}{4} of the area remains. The same process is repeated at every stage, so the area is multiplied by 34\dfrac{3}{4} each time.

Area at Stage 1 = 1×34=341 \times \dfrac{3}{4} = \dfrac{3}{4} square units,

Area at Stage 2 = 34×34=(34)2=916\dfrac{3}{4} \times \dfrac{3}{4} = \Big(\dfrac{3}{4}\Big)^2 = \dfrac{9}{16} square units,

Area at Stage 3 = 916×34=(34)3=2764\dfrac{9}{16} \times \dfrac{3}{4} = \Big(\dfrac{3}{4}\Big)^3 = \dfrac{27}{64} square units.

For Stages 4 and 5,

Area at Stage 4 = (34)4=81256\Big(\dfrac{3}{4}\Big)^4 = \dfrac{81}{256} square units,

Area at Stage 5 = (34)5=2431024\Big(\dfrac{3}{4}\Big)^5 = \dfrac{243}{1024} square units.

The areas form a GP with first term 1 and common ratio 34\dfrac{3}{4}.

Hence, the area of the black region at the nth stage is sn = (34)n\Big(\dfrac{3}{4}\Big)^n.

As n goes on increasing, the common ratio 34\dfrac{3}{4} is less than 1, so each term is smaller than the previous one.

Thus, the area of the black region keeps decreasing and gets closer and closer to 0.

Exercise Set 8.3

Question 1

Find the 12th term of a GP with common ratio 2, whose 8th term is 192.

Answer

Given, a8 = 192 and r = 2.

By formula, an = arn - 1.

⇒ a8 = a(2)(8 - 1)

⇒ 192 = a(2)7

⇒ a = 19227=192128=32.\dfrac{192}{2^7} = \dfrac{192}{128} = \dfrac{3}{2}.

12th term of the GP is a12,

a12=32(2)121a12=32×211a12=3×210a12=3×1024a12=3072.\Rightarrow a_{12} = \dfrac{3}{2}(2)^{12 - 1} \\[1em] \Rightarrow a_{12} = \dfrac{3}{2} \times 2^{11} \\[1em] \Rightarrow a_{12} = 3 \times 2^{10} \\[1em] \Rightarrow a_{12} = 3 \times 1024 \\[1em] \Rightarrow a_{12} = 3072.

Hence, the 12th term of the GP is 3072.

Question 2

Find the 10th and nth terms of the GP: 5, 25, 125, … .

Answer

The given list of numbers 5, 25, 125, … is a GP

first term a = 5

common ratio r = 255\dfrac{25}{5} = 5.

By formula, an = arn - 1

a10 = 5(5)10 - 1 = 5(5)9 = 510.

an = 5(5)n - 1 = 5 x 5n x 5-1 = 5n.

Hence, the 10th term is 510 and the nth term is 5n.

Question 3

A sequence is given by the recursive rule t1 = 2, tn+1 = 3tn – 2 for n ≥ 1. Which term of the sequence is 730?

Answer

Given, t1 = 2 and tn+1 = 3tn – 2 for n ≥ 1.

We successively insert the values of n as 1, 2, 3, … and compute the terms.

t2 = 3t1 – 2 = 3 × 2 – 2 = 4,

t3 = 3t2 – 2 = 3 × 4 – 2 = 10,

t4 = 3t3 – 2 = 3 × 10 – 2 = 28,

t5 = 3t4 – 2 = 3 × 28 – 2 = 82,

t6 = 3t5 – 2 = 3 × 82 – 2 = 244,

t7 = 3t6 – 2 = 3 × 244 – 2 = 730.

So, the term 730 occurs at the 7th position.

Hence, 730 is the 7th term of the sequence.

Question 4

Which term of the GP: 2, 6, 18, … is 4374? Write the explicit formula as well as the recursive formula for the nth term.

Answer

The given list of numbers 2, 6, 18, … is a GP

first term a = 2

common ratio r = 62\dfrac{6}{2} = 3.

Let 4374 be the nth term, or an = 4374.

Using the formula, an = arn - 1.

⇒ 4374 = 2(3)n - 1

43742=(3)n1\dfrac{4374}{2} = (3)^{n - 1}

⇒ 2187 = (3)n - 1

⇒ 37 = (3)n - 1

⇒ n - 1 = 7

⇒ n = 8.

The explicit formula for the nth term is tn = arn - 1 = 2 × 3n - 1.

The recursive formula for the nth term is t1 = 2, tn = 3tn - 1 for n ≥ 2.

Hence, 4374 is the 8th term of the GP The explicit formula is tn = 2 × 3n - 1 and the recursive formula is t1 = 2, tn = 3tn - 1 for n ≥ 2.

Question 5

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. It continues bouncing in this way — each time rising to 60% of the previous height.

(i) What height does the ball reach after the 5th bounce?

(ii) What is the total vertical distance the ball has travelled by the time it hits the ground for the 6th time?

Answer

The ball is dropped from a height of 80 m and rises to 60% (= 0.6) of the previous height after each bounce.

(i) The maximum heights reached after successive bounces are:

1st bounce: 80 × 0.6 = 48 m,

2nd bounce: 48 × 0.6 = 28.8 m,

3rd bounce: 28.8 × 0.6 = 17.28 m,

4th bounce: 17.28 × 0.6 = 10.368 m,

5th bounce: 10.368 × 0.6 = 6.2208 m.

These heights form a GP with first term 48 and common ratio 0.6, so the height after the nth bounce = 80 × (0.6)n.

∴ Height after the 5th bounce = 80 × (0.6)5 = 80 × 0.07776 = 6.2208 m.

Hence, the ball reaches a height of 6.2208 m after the 5th bounce.

(ii) The ball first falls 80 m and hits the ground for the 1st time. After that, before each bounce, it rises to a height and falls back the same distance. The ball hits the ground for the 6th time after 5 complete up-and-down bounces (the bounces of heights 48, 28.8, 17.28, 10.368 and 6.2208 m).

∴ Total vertical distance = 80 + 2(48 + 28.8 + 17.28 + 10.368 + 6.2208)

= 80 + 2 × 110.6688

= 80 + 221.3376

= 301.3376 m.

Hence, the total vertical distance travelled by the ball by the time it hits the ground for the 6th time is 301.3376 m.

Question 6

Which term of the sequence 2, 222\sqrt{2}, 4, … is 128?

Answer

The given list of numbers is a GP with first term a = 2 and common ratio r = 222=2.\dfrac{2\sqrt{2}}{2} = \sqrt{2}.

Let 128 be the nth term, or an = 128.

By formula, an = arn - 1.

128=2(2)n11282=(2)(n1)/264=(2)(n1)/226=(2)(n1)/2n12=6n1=12n=13.\Rightarrow 128 = 2(\sqrt{2})^{n - 1} \\[1em] \Rightarrow \dfrac{128}{2} = (2)^{(n - 1)/2} \\[1em] \Rightarrow 64 = (2)^{(n - 1)/2} \\[1em] \Rightarrow 2^6 = (2)^{(n - 1)/2} \\[1em] \Rightarrow \dfrac{n - 1}{2} = 6 \\[1em] \Rightarrow n - 1 = 12 \\[1em] \Rightarrow n = 13.

Hence, 128 is the 13th term of the sequence.

Question 7

Fig. 8.12 shows Stages 0 to 3 of the Sierpiński square carpet. Stage 0 of this fractal is a square sheet of paper. To construct Stage 1, each side of the square is trisected and the points of trisection of opposite sides are joined to obtain nine smaller squares. The centre square is then removed and the 8 smaller squares are retained, leaving a square hole in the centre. The same process is repeated on the eight smaller shaded squares to obtain Stage 2 and so on.

Fig. 8.12 shows Stages 0 to 3 of the Sierpiński square carpet. Stage 0 of this fractal is a square sheet of paper. To construct Stage 1, each side of the square is trisected and the points of trisection of opposite sides are joined to obtain nine smaller squares. The centre square is then removed and the 8 smaller squares are retained, leaving a square hole in the centre. The same process is repeated on the eight smaller shaded squares to obtain Stage 2 and so on. Predicting What Comes Next: Exploring Sequences and Progressions, Solutions for Class 9 NCERT Ganita Manjari Mathematics CBSE

Look at Fig. 8.12 and try to answer the following questions.

(i) How many red squares are there in Stages 0 to 3?

(ii) Can you predict the number of red squares in Stages 4 and 5?

(iii) Can you find a rule for the number of red squares at the nth stage? Write the explicit formula as well as the recursive formula for the number of red squares at any stage.

(iv) Suppose the area of the square in Stage 0 is 1 square unit. What is the area of the red region in Stages 1, 2 and 3? What will be the area of the red region in Stages 4 and 5? Find the explicit as well as the recursive formula for the area of the red region at the nth stage. What happens to this area as n, the number of stages, goes on increasing?

Answer

At every stage, each red square is divided into 9 smaller squares, the centre one is removed, and 8 red squares are retained. So the number of red squares becomes 8 times the number at the previous stage.

(i) Stage 0: 1 red square,

Stage 1: 1 × 8 = 8 red squares,

Stage 2: 8 × 8 = 64 red squares,

Stage 3: 64 × 8 = 512 red squares.

Hence, the numbers of red squares in Stages 0 to 3 are 1, 8, 64 and 512.

(ii) Continuing the same way (multiplying by 8 each time),

Stage 4: 512 × 8 = 4096 red squares,

Stage 5: 4096 × 8 = 32768 red squares.

Hence, the numbers of red squares at Stages 4 and 5 are 4096 and 32768.

(iii) The number of red squares forms the list 1, 8, 64, 512, …

Here, 81=648=51264=8\dfrac{8}{1} = \dfrac{64}{8} = \dfrac{512}{64} = 8, a fixed number, so it is a GP

All these terms are powers of 8:

1 = 80, 8 = 81, 64 = 82, 512 = 83, …

where the exponent of 8 matches the stage number.

The explicit formula for the number of red squares at the nth stage is tn = 8n.

The recursive formula is t0 = 1, tn = 8 × tn - 1 for n ≥ 1.

Hence, the number of red squares at the nth stage is tn = 8n, with recursive rule t0 = 1, tn = 8 × tn - 1 for n ≥ 1.

(iv) In each stage, the square is divided into 9 equal smaller squares and 1 (the centre) is removed, so 89\dfrac{8}{9} of the area remains. The same process is repeated at every stage, so the red area is multiplied by 89\dfrac{8}{9} each time.

Area at Stage 1 = 1×89=891 \times \dfrac{8}{9} = \dfrac{8}{9} square units,

Area at Stage 2 = 89×89=(89)2=6481\dfrac{8}{9} \times \dfrac{8}{9} = \Big(\dfrac{8}{9}\Big)^2 = \dfrac{64}{81} square units,

Area at Stage 3 = 6481×89=(89)3=512729\dfrac{64}{81} \times \dfrac{8}{9} = \Big(\dfrac{8}{9}\Big)^3 = \dfrac{512}{729} square units.

For Stages 4 and 5,

Area at Stage 4 = (89)4=40966561\Big(\dfrac{8}{9}\Big)^4 = \dfrac{4096}{6561} square units,

Area at Stage 5 = (89)5=3276859049\Big(\dfrac{8}{9}\Big)^5 = \dfrac{32768}{59049} square units.

The areas form a GP with first term 1 and common ratio 89\dfrac{8}{9}.

The explicit formula for the area of the red region at the nth stage is sn = (89)n\Big(\dfrac{8}{9}\Big)^n.

The recursive formula is s0 = 1, sn = 89\dfrac{8}{9} × sn - 1 for n ≥ 1.

As n goes on increasing, the common ratio 89\dfrac{8}{9} is less than 1, so each term is smaller than the previous one.

Thus, the area of the red region keeps decreasing and gets closer and closer to 0.

End-of-Chapter Exercises

Question 1

Find the 31st term of an AP whose 11th term is 38 and 16th term is 73.

Answer

Given,

t11 = 38 \quad (Eq 1)

t16 = 73 \quad (Eq 2)

By using formula tn = a + (n - 1)d for Eq 1 we get,

⇒ t11 = a + (11 - 1)d = 38

⇒ a + 10d = 38 \quad (Eq 3)

By using formula tn = a + (n - 1)d for Eq 2 we get,

⇒ t16 = a + (16 - 1)d = 73

⇒ a + 15d = 73 \quad (Eq 4)

Subtracting Eq 3 from Eq 4,

⇒ (a + 15d) - (a + 10d) = 73 - 38

⇒ 5d = 35

⇒ d = 7.

Putting value of d in Eq 3,

⇒ a + 10(7) = 38

⇒ a + 70 = 38

⇒ a = 38 - 70

⇒ a = -32.

∴ 31st term = t31 = a + (31 - 1)d

= -32 + 30(7)

= -32 + 210

= 178.

Hence, the 31st term of the AP is 178.

Question 2

Determine the AP whose third term is 16 and whose 7th term exceeds the 5th term by 12.

Answer

Given

t3 = 16 \quad (Eq 1)

t7 - t5 = 12 \quad (Eq 2)

By using formula tn = a + (n - 1)d on Eq 1 we get,

⇒ t3 = a + (3 - 1)d = 16

⇒ a + 2d = 16

⇒ a = 16 - 2d. \quad (Eq 3)

By using formula tn = a + (n - 1)d on Eq 2 we get,

⇒ t7 - t5 = 12

⇒ a + (7 - 1)d - [a + (5 - 1)d] = 12

⇒ a + 6d - a - 4d = 12

⇒ 2d = 12

⇒ d = 6.

∴ a = 16 - 2d

= 16 - 2(6)

= 16 - 12

= 4.

t2 = a + d = 4 + 6 = 10,

t3 = t2 + d = 10 + 6 = 16,

t4 = t3 + d = 16 + 6 = 22.

Hence, the AP is 4, 10, 16, 22, …

Question 3

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.)

Answer

The three-digit numbers range from 100 to 999.

The smallest three-digit number divisible by 7 is 105 (since 7 × 15 = 105).

The largest three-digit number divisible by 7 is 994 (since 7 × 142 = 994).

So the three-digit numbers divisible by 7 form the AP:

105, 112, 119, …, 994

Here, first term a = 105,

common difference d = 7

last term = l = tn = 994.

By formula,

tn = a + (n - 1)d

⇒ 994 = 105 + (n - 1)7

⇒ 994 - 105 = (n - 1)7

⇒ 889 = (n - 1)7

⇒ n - 1 = 8897\dfrac{889}{7}

⇒ n - 1 = 127

⇒ n = 128.

Hence, there are 128 three-digit numbers divisible by 7.

Question 4

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.)

Answer

The smallest multiple of 4 greater than 10 is 12.

The largest multiple of 4 less than 250 is 248.

So the multiples of 4 between 10 and 250 form the AP:

12, 16, 20, …, 248

Here, first term a = 12,

common difference d = 4

last term = l = tn = 248.

By formula,

tn = a + (n - 1)d

⇒ 248 = 12 + (n - 1)4

⇒ 248 - 12 = (n - 1)4

⇒ 236 = (n - 1)4

⇒ n - 1 = 2364\dfrac{236}{4}

⇒ n - 1 = 59

⇒ n = 60.

Hence, there are 60 multiples of 4 between 10 and 250.

Question 5

Find a GP for which the sum of the first two terms is – 4 and the fifth term is 4 times the third term.

Answer

Let the GP be a, ar, ar2, ar3, ar4, .... with first term a and common ratio r.

Given, sum of the first two terms is -4,

⇒ a + ar = -4

⇒ a(1 + r) = -4 \quad (Eq 1)

Given, the fifth term is 4 times the third term,

⇒ t5 = 4t3

⇒ ar4 = 4 × ar2

Dividing both sides by ar2,

⇒ r2 = 4

⇒ r = ± 2.

Case 1 : When r = 2.

Putting r = 2 in Eq 1,

⇒ a(1 + 2) = -4

⇒ 3a = -4

⇒ a = 43-\dfrac{4}{3}.

The GP is 43,83,163,323,....-\dfrac{4}{3}, -\dfrac{8}{3}, -\dfrac{16}{3}, -\dfrac{32}{3}, ....

Case 2 : When r = -2.

Putting r = -2 in Eq 1,

⇒ a(1 + (-2)) = -4

⇒ a(-1) = -4

⇒ a = 4.

The GP is 4, -8, 16, -32, ....

Hence, the required GP is 43,83,163,....\bold {-\dfrac{4}{3}, -\dfrac{8}{3}, -\dfrac{16}{3}, ....} (with r = 2) or 4, -8, 16, -32, .... (with r = -2).

Question 6

Find all possible ways of expressing 100 as the sum of consecutive natural numbers.

Answer

Let 100 be the sum of n consecutive natural numbers starting from a.

These numbers are a, a + 1, a + 2, ....

Let S be the sum of these n consecutive numbers. Writing S in two ways :

S00=a+(a+1)+(a+2)++(a+n1)S \phantom{00} = a + (a+1) + (a+2) + \cdots + (a+n-1)

S00=(a+n1)+(a+n2)+(a+n3)++aS \phantom{00} = (a+n-1) + (a+n-2) + (a+n-3) + \cdots + a

Adding both rows term by term, each pair adds up to 2a + n - 1, and there are n such pairs :

2S=n(2a+n1)2S = n(2a + n - 1)

S=n(2a+n1)2=100\Rightarrow S = \dfrac{n(2a + n - 1)}{2} = 100

n(2a+n1)=200\Rightarrow n(2a + n - 1) = 200

2a+n1=200n\Rightarrow 2a + n - 1 = \dfrac{200}{n}

a=12(200nn+1).\Rightarrow a = \dfrac{1}{2}\Big(\dfrac{200}{n} - n + 1\Big).

Since a \geq 1, we have 2a + n - 1 > n, so n2^{2} < 200, that is, n \leq 14. Also n must divide 200 for a to be a natural number.

The divisors of 200 that are between 2 and 14 are 2, 4, 5, 8 and 10. Checking each :

For n = 2 :

a=12(20022+1)=12(2004+22)=12(1982)=992, not a natural number.a = \dfrac{1}{2}\Big(\dfrac{200}{2} - 2 + 1\Big) \\[1em] = \dfrac{1}{2}\Big(\dfrac{200 - 4 + 2}{2}\Big) \\[1em] = \dfrac{1}{2}\Big(\dfrac{198}{2}\Big) \\[1em] = \dfrac{99}{2}, \text{ not a natural number.}

For n = 4 :

a=12(20044+1)=12(20016+44)=12(1884)=472, not a natural number.a = \dfrac{1}{2}\Big(\dfrac{200}{4} - 4 + 1\Big) \\[1em] = \dfrac{1}{2}\Big(\dfrac{200 - 16 + 4}{4}\Big) \\[1em] = \dfrac{1}{2}\Big(\dfrac{188}{4}\Big) \\[1em] = \dfrac{47}{2}, \text{ not a natural number.}

For n = 5 :

a=12(20055+1)=12(20025+55)=12(1805)=12(36)=18, a natural number.a = \dfrac{1}{2}\Big(\dfrac{200}{5} - 5 + 1\Big) \\[1em] = \dfrac{1}{2}\Big(\dfrac{200 - 25 + 5}{5}\Big) \\[1em] = \dfrac{1}{2}\Big(\dfrac{180}{5}\Big) \\[1em] = \dfrac{1}{2}(36) \\[1em] = 18, \text{ a natural number.}

For n = 8 :

a=12(20088+1)=12(20064+88)=12(1448)=12(18)=9, a natural number.a = \dfrac{1}{2}\Big(\dfrac{200}{8} - 8 + 1\Big) \\[1em] = \dfrac{1}{2}\Big(\dfrac{200 - 64 + 8}{8}\Big) \\[1em] = \dfrac{1}{2}\Big(\dfrac{144}{8}\Big) \\[1em] = \dfrac{1}{2}(18) \\[1em] = 9, \text{ a natural number.}

For n = 10 :

a=12(2001010+1)=12(200100+1010)=12(11010)=112, not a natural number.a = \dfrac{1}{2}\Big(\dfrac{200}{10} - 10 + 1\Big) \\[1em] = \dfrac{1}{2}\Big(\dfrac{200 - 100 + 10}{10}\Big) \\[1em] = \dfrac{1}{2}\Big(\dfrac{110}{10}\Big) \\[1em] = \dfrac{11}{2}, \text{ not a natural number.}

So there are two valid ways :

For n = 5, a = 18 : \quad 18 + 19 + 20 + 21 + 22 = 100.

For n = 8, a = 9 : \quad 9 + 10 + 11 + 12 + 13 + 14 + 15 + 16 = 100.

Hence, 100 can be expressed as the sum of consecutive natural numbers in two ways : 18 + 19 + 20 + 21 + 22 and 9 + 10 + 11 + 12 + 13 + 14 + 15 + 16.

Question 7

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?

Answer

The number of bacteria doubles every hour, so the number present at successive hours forms a GP.

Originally (at the start), the number of bacteria = 30.

At the end of the 1st hour = 30 × 2 = 60,
At the end of the 2nd hour = 60 × 2 = 120,
At the end of the 3rd hour = 120 × 2 = 240, and so on.

The number present at the end of each hour forms the GP: 60, 120, 240, … with first term 60 and common ratio 2.

In general, the number of bacteria present at the end of the nth hour is obtained by multiplying the original count by 2 a total of n times:

Number at the end of nth hour = 30 × 2n.

At the end of the 2nd hour = 30 × 22 = 30 × 4 = 120.

At the end of the 4th hour = 30 × 24 = 30 × 16 = 480.

Hence, the number of bacteria present at the end of the 2nd hour is 120, at the end of the 4th hour is 480 and at the end of the nth hour is 30 × 2n.

Question 8

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.

Answer

Given,
t4 + t8 = 24 \quad (Eq 1)

t6 + t10 = 44 \quad (Eq 2)

By using formula tn = a + (n - 1)d for Eq 1 we get,

⇒ t4 + t8 = 24

⇒ [a + (4 - 1)d] + [a + (8 - 1)d] = 24

⇒ a + 3d + a + 7d = 24

⇒ 2a + 10d = 24

⇒ a + 5d = 12 \quad (Eq 3)

By using formula tn = a + (n - 1)d for Eq 2 we get,

⇒ t6 + t10 = 44

⇒ [a + (6 - 1)d] + [a + (10 - 1)d] = 44

⇒ a + 5d + a + 9d = 44

⇒ 2a + 14d = 44

⇒ a + 7d = 22 \quad (Eq 4)

Subtracting Eq 3 from Eq 4,

⇒ (a + 7d) - (a + 5d) = 22 - 12

⇒ 2d = 10

⇒ d = 5.

Putting value of d in Eq 3,

⇒ a + 5(5) = 12

⇒ a + 25 = 12

⇒ a = 12 - 25

⇒ a = -13.

Hence, the first three terms of the AP are

t1 = a = -13,

t2 = a + d = -13 + 5 = -8,

t3 = a + 2d = -13 + 2(5) = -13 + 10 = -3.

Hence, the first three terms of the AP are -13, -8, -3.

Question 9

Find the smallest value of n such that the sum of the first n natural numbers is greater than 1,000.

Answer

The sum of the first n natural numbers is given by the formula,

Sn = n(n+1)2\dfrac{n(n + 1)}{2}

We require Sn > 1000,

n(n+1)2>1000n(n+1)>2000.\Rightarrow \dfrac{n(n + 1)}{2} \gt 1000 \\[1em] \Rightarrow n(n + 1) \gt 2000.

Let us check values of n near the required value.

For n = 44:

S44 = 44×452=19802=990,\dfrac{44 \times 45}{2} = \dfrac{1980}{2} = 990,

which is not greater than 1000.

For n = 45:

S45 = 45×462=20702=1035,\dfrac{45 \times 46}{2} = \dfrac{2070}{2} = 1035,

which is greater than 1000.

Hence, the smallest value of n for which the sum of the first n natural numbers is greater than 1,000 is 45.

Question 10

Which term of the GP: 2, 8, 32, … is 131072? Write the explicit formula as well as the recursive formula for the nth term.

Answer

The given GP is 2, 8, 32, …

Here, first term a = 2

common ratio r = 82\dfrac{8}{2} = 4.

Let 131072 be the nth term of the GP, so tn = 131072.

By formula,

tn = arn - 1

⇒ 131072 = 2(4)n - 1

⇒ 4n - 1 = 1310722\dfrac{131072}{2}

⇒ 4n - 1 = 65536

⇒ 4n - 1 = 48

⇒ n - 1 = 8

⇒ n = 9.

So 131072 is the 9th term of the GP.

The explicit formula for the nth term is

tn = arn - 1 = 2 × 4n - 1.

The recursive formula for the nth term is

t1 = 2, tn = 4tn - 1 for n ≥ 2.

Hence, 131072 is the 9th term, the explicit formula is tn = 2 × 4n - 1 and the recursive formula is t1 = 2, tn = 4tn - 1 for n ≥ 2.

Question 11

The sum of the first three terms of a GP is 1312\dfrac{13}{12} and their product is –1. Find the common ratio and the terms.

Answer

Let the first three terms of the GP be ar,a,ar.\dfrac{a}{r}, a, ar.

Given, their product is -1,

ar×a×ar=1a3=1a=1.⇒ \dfrac{a}{r} \times a \times ar = -1 \\[1em] ⇒ a^3 = -1 \\[1em] ⇒ a = -1.

Given, the sum of the first three terms is 1312,\dfrac{13}{12},

ar+a+ar=1312a(1r+1+r)=1312.\Rightarrow \dfrac{a}{r} + a + ar = \dfrac{13}{12} \\[1em] \Rightarrow a\Big(\dfrac{1}{r} + 1 + r\Big) = \dfrac{13}{12}.

Putting a = -1,

(1r+1+r)=13121r+r=131211+r2r=251212(1+r2)=25r12r2+25r+12=012r2+16r+9r+12=04r(3r+4)+3(3r+4)=0(4r+3)(3r+4)=04r+3=0 or 3r+4=0r=34 or r=43.\Rightarrow -\Big(\dfrac{1}{r} + 1 + r\Big) = \dfrac{13}{12} \\[1em] \Rightarrow \dfrac{1}{r} + r = -\dfrac{13}{12} - 1 \\[1em] \Rightarrow \dfrac{1 + r^2}{r} = -\dfrac{25}{12} \\[1em] \Rightarrow 12(1 + r^2) = -25r \\[1em] \Rightarrow 12r^2 + 25r + 12 = 0 \\[1em] \Rightarrow 12r^2 + 16r + 9r + 12 = 0 \\[1em] \Rightarrow 4r(3r + 4) + 3(3r + 4) = 0 \\[1em] \Rightarrow (4r + 3)(3r + 4) = 0 \\[1em] \Rightarrow 4r + 3 = 0 \text{ or } 3r + 4 = 0 \\[1em] \Rightarrow r = -\dfrac{3}{4} \text{ or } r = -\dfrac{4}{3}.

Case 1: When r = 34-\dfrac{3}{4} and a = -1.

ar=134=43,a=1,ar=1×(34)=34.\dfrac{a}{r} = \dfrac{-1}{-\dfrac{3}{4}} = \dfrac{4}{3}, \\[1em] a = -1, \\[1em] ar = -1 \times \Big(-\dfrac{3}{4}\Big) = \dfrac{3}{4}.

The terms are 43,1,34.\dfrac{4}{3}, -1, \dfrac{3}{4}.

Case 2: When r = 43-\dfrac{4}{3} and a = -1.

ar=143=34,a=1,ar=1×(43)=43.\dfrac{a}{r} = \dfrac{-1}{-\dfrac{4}{3}} = \dfrac{3}{4}, \\[1em] a = -1, \\[1em] ar = -1 \times \Big(-\dfrac{4}{3}\Big) = \dfrac{4}{3}.

The terms are 34,1,43\dfrac{3}{4}, -1, \dfrac{4}{3} (which is the same set of numbers in reverse order).

Hence, the common ratio is 34\bold {-\dfrac{3}{4}} or 43\bold {-\dfrac{4}{3}}, and the terms are 43,1,34\bold {\dfrac{4}{3}, -1, \dfrac{3}{4}} or 34,1,43.\bold {\dfrac{3}{4}, -1, \dfrac{4}{3}.}

Question 12

If the 4th, 10th and 16th terms of a GP are x, y and z respectively, prove that x, y, z are in GP.

Answer

Given,

t4 = x, t10 = y and t16 = z.

We know that

tn = arn - 1

∴ t4 = ar3 = x,

t10 = ar9 = y

t16 = ar15 = z.

Dividing y by x we get,

yx=ar9ar3=r6\dfrac{y}{x} = \dfrac{ar^9}{ar^3} = r^6

Dividing z by y we get,

zy=ar15ar9=r6yx=zy.\dfrac{z}{y} = \dfrac{ar^{15}}{ar^9} = r^6 \\[1em] \therefore \dfrac{y}{x} = \dfrac{z}{y}.

Since the ratio of the second to the first equals the ratio of the third to the second, x, y, z are in GP.

Hence, proved that x, y, z are in GP.

Question 13

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.

Answer

Let the first three terms of the GP be a, ar, ar2.

Given, the sum of the first three terms is 26,

⇒ a + ar + ar2 = 26

⇒ a(1 + r + r2) = 26 \quad (Eq 1)

Given, the sum of their squares is 364,

⇒ a2 + a2r2 + a2r4 = 364

⇒ a2(1 + r2 + r4) = 364 \quad (Eq 2)

We know that 1 + r2 + r4 = (1 + r + r2)(1 - r + r2), so Eq 2 becomes

⇒ a2(1 + r + r2)(1 - r + r2) = 364 \quad (Eq 3)

Dividing Eq 3 by Eq 1,

a2(1+r+r2)(1r+r2)a(1+r+r2)=36426a(1r+r2)=14. (Eq 4)\Rightarrow \dfrac{a^2(1 + r + r^2)(1 - r + r^2)}{a(1 + r + r^2)} = \dfrac{364}{26} \\[1em] \Rightarrow a(1 - r + r^2) = 14. \quad \text{ (Eq 4)}

Dividing Eq 1 by Eq 4,

a(1+r+r2)a(1r+r2)=26141+r+r21r+r2=1377(1+r+r2)=13(1r+r2)7+7r+7r2=1313r+13r26r220r+6=03r210r+3=03r29rr+3=03r(r3)1(r3)=0(3r1)(r3)=0r=13 or r=3.\Rightarrow \dfrac{a(1 + r + r^2)}{a(1 - r + r^2)} = \dfrac{26}{14} \\[1em] \Rightarrow \dfrac{1 + r + r^2}{1 - r + r^2} = \dfrac{13}{7} \\[1em] \Rightarrow 7(1 + r + r^2) = 13(1 - r + r^2) \\[1em] \Rightarrow 7 + 7r + 7r^2 = 13 - 13r + 13r^2 \\[1em] \Rightarrow 6r^2 - 20r + 6 = 0 \\[1em] \Rightarrow 3r^2 - 10r + 3 = 0 \\[1em] \Rightarrow 3r^2 - 9r - r + 3 = 0 \\[1em] \Rightarrow 3r(r - 3) - 1(r - 3) = 0 \\[1em] \Rightarrow (3r - 1)(r - 3) = 0 \\[1em] \Rightarrow r = \dfrac{1}{3} \text{ or } r = 3.

Case 1 : When r = 3.

Putting r = 3 in Eq 1,

⇒ a(1 + 3 + 32) = 26

⇒ a(1 + 3 + 9) = 26

⇒ 13a = 26

⇒ a = 2.

The terms are 2, 2 × 3, 2 × 32, that is, 2, 6, 18.

Case 2 : When r = 13\dfrac{1}{3}.

Putting r = 13\dfrac{1}{3} in Eq 1,

a(1+13+19)=26a(9+3+19)=2613a9=26a=18.\Rightarrow a\Big(1 + \dfrac{1}{3} + \dfrac{1}{9}\Big) = 26 \\[1em] \Rightarrow a\Big(\dfrac{9 + 3 + 1}{9}\Big) = 26 \\[1em] \Rightarrow \dfrac{13a}{9} = 26 \\[1em] \Rightarrow a = 18.

The terms are 18, 6, 2 (which is the same set of numbers in reverse order).

Hence, the required GP is 2, 6, 18 with common ratio 3, or 18, 6, 2 with common ratio 13\dfrac{1}{3}.

Question 14

Suppose P1 = 1, P2 = 2 and for n > 2, Pn = P1 + P2 + … + Pn–1 + 1. Find the values of P1, P2, …, P8. Can you find a simpler recursive formula for Pn? Can you give an explicit formula?

Answer

Given, P1 = 1, P2 = 2 and for n > 2, Pn = P1 + P2 + … + Pn–1 + 1.

Computing successively,

P1 = 1,

P2 = 2,

P3 = P1 + P2 + 1 = 1 + 2 + 1 = 4,

P4 = P1 + P2 + P3 + 1 = 1 + 2 + 4 + 1 = 8,

P5 = P1 + P2 + P3 + P4 + 1 = 1 + 2 + 4 + 8 + 1 = 16,

P6 = 1 + 2 + 4 + 8 + 16 + 1 = 32,

P7 = 1 + 2 + 4 + 8 + 16 + 32 + 1 = 64,

P8 = 1 + 2 + 4 + 8 + 16 + 32 + 64 + 1 = 128.

So the values are P1, P2, …, P8 = 1, 2, 4, 8, 16, 32, 64, 128.

Simpler recursive formula:

For n > 2,
Pn = (P1 + P2 + … + Pn–2 + Pn–1) + 1, and

Pn–1 = (P1 + P2 + … + Pn–2) + 1.

Subtracting the second from the first,

⇒ Pn - Pn–1 = Pn–1

⇒ Pn = 2Pn–1.

This also holds for P2 = 2P1 = 2. So the simpler recursive formula is

P1 = 1, Pn = 2Pn–1 for n ≥ 2.

Explicit formula:

Since each term is twice the previous one with P1 = 1, the sequence 1, 2, 4, 8, … consists of powers of 2:

Pn = 2n - 1.

Hence, P1, …, P8 = 1, 2, 4, 8, 16, 32, 64, 128, the simpler recursive formula is P1 = 1, Pn = 2Pn–1 for n ≥ 2, and the explicit formula is Pn = 2n - 1.

Question 15

Suppose W1 = 1, W2 = 2 and for n > 2, Wn = W1 + W2 + … + Wn–2 + 2. Find the values of W1, W2, …, W8. Do you recognise this sequence?

Answer

Given, W1 = 1, W2 = 2 and for n > 2, Wn = W1 + W2 + … + Wn–2 + 2.

Computing successively,

W1 = 1,

W2 = 2,

W3 = W1 + 2 = 1 + 2 = 3,

W4 = W1 + W2 + 2 = 1 + 2 + 2 = 5,

W5 = W1 + W2 + W3 + 2 = 1 + 2 + 3 + 2 = 8,

W6 = W1 + W2 + W3 + W4 + 2 = 1 + 2 + 3 + 5 + 2 = 13,

W7 = W1 + W2 + W3 + W4 + W5 + 2 = 1 + 2 + 3 + 5 + 8 + 2 = 21,

W8 = W1 + W2 + W3 + W4 + W5 + W6 + 2 = 1 + 2 + 3 + 5 + 8 + 13 + 2 = 34.

So the values are W1, W2, …, W8 = 1, 2, 3, 5, 8, 13, 21, 34.

We can also find a simpler relation. For n > 2,

Wn = (W1 + W2 + … + Wn–3 + Wn–2) + 2, and

Wn–1 = (W1 + W2 + … + Wn–3) + 2.

Subtracting the second from the first,

⇒ Wn - Wn–1 = Wn–2

⇒ Wn = Wn–1 + Wn–2.

So each term is the sum of the previous two terms. With W1 = 1 and W2 = 2, the sequence 1, 2, 3, 5, 8, 13, 21, 34, … is exactly the Virahānka–Fibonacci sequence.

Hence, W1, …, W8 = 1, 2, 3, 5, 8, 13, 21, 34, and this is the Virahānka–Fibonacci sequence.

PrevNext