Exponential Functions
Write the recursive equation for the following sequence:
1, 3, 5, 7...
t(n+1) = t(n) + 2
2, 4, 8, 16...
t(n+1)= t(n)*2
Write the explicit equation to the following sequence:
2, 4, 8, 16...
t(n)=1(2)n
Write an exponential function for the following situation and solve:
a bacteria doubles every hour, if you started with 3 of this bacteria, how many would you have after 4 hours?
y=3(2)n
y=48 bacteria
Write the explicit equation for the sequence:
1, 3, 9, 12....
t(n)= ⅓(3)n
Write the Explicit equation to the following sequence:
117, 39, 13...
t(n) = 351(⅓)n