Can you find a recursive rule for the formula tn = 3 × 10n-1 that generates the geometric progression Class 9
R
RBSEGuide
Can you find a recursive rule for the formula tn = 3 × 10n-1 that generates the geometric progression Class 9
Question 1.
Can you find a recursive rule for the formula tn = 3 × 10n-1 that generates the geometric progression 3, 30, 300, 3000,... ? Class 9
Answer:
Given:
tn = 3 × 10n-1
The sequence is: 3, 30, 300, 3000,...
Since each term is obtained by multiplying the previous term by 10.
So the recursive rule is: t1 = 3 and
tn = 10tn-1, n ≥ 2
i.e., t2 = 10t1 = 30
t3 = 10t2 = 300
t4 = 10t3 = 3000.