SOLUTION: A sequence starting with 1 and is formed by doubling the previous number and then subtracting 1
Algebra
->
Sequences-and-series
-> SOLUTION: A sequence starting with 1 and is formed by doubling the previous number and then subtracting 1
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 886879
:
A sequence starting with 1 and is formed by doubling the previous number and then subtracting 1
Answer by
richwmiller(17219)
(
Show Source
):
You can
put this solution on YOUR website!
Tn=2*(T(n-1))-1
T1=1
T2=2*1-1=1
T3=2*1-1=1
T4=2*1-1=1
T5=2*1-1=1
T6=2*1-1=1
T7=2*1-1=1
T8=2*1-1=1
Every term is 1