SOLUTION: tn= tn-1/2 and t1 =80 Find the next four terms given the recursive definition t2= ? t3= ? t4= ?

Algebra ->  Formulas -> SOLUTION: tn= tn-1/2 and t1 =80 Find the next four terms given the recursive definition t2= ? t3= ? t4= ?      Log On


   



Question 508928: tn= tn-1/2 and t1 =80
Find the next four terms given the recursive definition
t2= ?
t3= ?
t4= ?

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
t(n) = t(n-1)/2 and t(1) =80
Find the next four terms given the recursive definition
t(1) = 80
t2 = 40
t3 = 20
t4 = 10
==============
Cheers,
Stan H.
==============