asked 112k views
5 votes
write the first five terms of the sequence defined by the recursive formula a_n=(5a_n-1)-1, with a_1=0

2 Answers

3 votes

Answer: yes, the other person's answer is right! :)

answered
User Dave Hein
by
7.8k points
3 votes

Answer:

a_1 = 0

a_2 = -1

a_3 = -6

a_4 = -31

a_5 = -156

Explanation:

a_n=(5a_n-1)-1

a_1 = 0

to find a2 substitute a1

a_2 = (5* a_1)-1

a_2 = 5* 0 -1

a_2 = 0-1

a_2 = -1

to find a3 substitute a2

a_3 = (5* a_2)-1

a_3 = (5* -1 ) -1

a_3 = -5 -1

a_3 = -6

to find a4 substitute a3

a_4 = (5* a_3)-1

a_4 = (5* -6 ) -1

a_4 = -30 -1

a_4 = -31

to find a5 substitute a4

a_5 = (5* a_4)-1

a_5 = (5* -31 ) -1

a_5 = -155 -1

a_5 = -156

answered
User Sumit Rane
by
8.1k points