A sequence is given by the recursive rule t1 = - 5, tn+1 = tn + 3 for n ≥ 1.

R
RBSEGuide
· Jul 10, 2026 · Reviewed & updated Sep 17, 2026 · 1 min read

A sequence is given by the recursive rule t1 = - 5, tn+1 = tn + 3 for n ≥ 1.

Question 1.

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? Class 9

Solution:

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

t2 = t1 + 3 = -5 + 3 = -2

t3 = t2 + 3 = -2 + 3 = 1

t4 = t3 + 3 = 1 + 3 = 4

t5 = t4 + 3 = 4 + 3 = 7

∴ First five terms are -5, -2, 1, 4, 7 .


ii. Since each term of the sequence is obtained S by adding 3 to the previous term.

∴ t2 = -5 + 3 = -5 + 3(2 - 1)

∴ t3 = -2 + 3 = -5 + 3(3 - 1)

∴ t4 = 1 + 3 = -5 + 3(4 - 1)

.

.

.

∴ tn = - 5 + 3 (n -1) is the explicit rule for nth term of the sequence.

Let tn = 52

∴ 52 = - 5 + 3 (n - 1)

∴ 52 + 5 = 3 (n - 1)

∴ 57 = 3 (n -1)

∴ $\frac{57}{3}$ = n - 1

∴ n - 1 = 19

∴ n = 20

Since n is a natural number,

∴ 52 is the 20th term of the sequence.