SOLUTION:
Algebra
->
Sequences-and-series
-> SOLUTION:
Log On
Algebra: Sequences of numbers, series and how to sum them
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Sequences-and-series
Question 88818
:
Answer by
malakumar_kos@yahoo.com(315)
(
Show Source
):
You can
put this solution on YOUR website!
find the value of a[n] if: n=2, a[1] and a[n]=3a[n-1]+1
a(n) = 3a(n-1)+1
a(1) = 3a(1-1)+1 = 3a*0+1 = 0+1 = 1
a(2) = 3a(2-1)+1 = 3a(1)+1 = 3a+1