Chapter 8
Predicting What Comes Next: Exploring Sequences and Progressions
CBSE Class 9
Mathematics Solutions
Educart Mathematics class Class 9 NCERT Exemplar cover
Question:

Suppose P1=1P_1 = 1, P2=2P_2 = 2, and for n>2n > 2, Pn=P1+P2++Pn1+1P_n = P_1 + P_2 + \dots + P_{n-1} + 1.
Find the values of P1,P2,,P8P_1, P_2, \dots, P_8. Can you find a simpler recursive formula for PnP_n?
Can you give an explicit formula?

Answer: Verified

Given:

Pn=P1+P2++Pn1+1P_n = P_1 + P_2 + \dots + P_{n-1} + 1

P1=1,P2=2P_1 = 1, P_2 = 2

P3=1+2+1=4P_3 = 1 + 2 + 1 = 4

P4=1+2+4+1=8P_4 = 1 + 2 + 4 + 1 = 8

P5=1+2+4+8+1=16P_5 = 1 + 2 + 4 + 8 + 1 = 16

Thus, P1,P2,,P8P_1, P_2, \dots, P_8 are 1, 2, 4, 8, 16, 32, 64, 128.

Simpler recurrence: Pn=2Pn1,n2P_n = 2P_{n-1}, n \geq 2 with P1=1P_1 = 1

Explicit formula: Pn=2n1P_n = 2^{n-1}

Download Free PDF
(All Q's of this Chapter solved)
More NCERT Questions