+0  
 
0
926
2
avatar+895 

How do I create a recursive definition using the values 80,77,74,71,68...?

I already have the value table set up:

n=1n=2n=3n=4n=5
a1=80a2=77a3=74a4=71a5=68

Where do I go from here?

 Apr 24, 2017
 #1
avatar+118608 
+1

Hi Adam,

 

80, 77, 74, 71, 68

 

They keep getting 3 smaller so how about

 

\(T_{n+1}=T_{n}-3\qquad where \;\;T_1=80\quad and \quad n\ge1 \quad and\;\; n\in Z\)

 

I am not really sure how these are supposed to be presented but that is what I would do. :)

 Apr 25, 2017
 #2
avatar+895 
0

Thanks a ton! This is exactly what I needed!

AdamTaurus  Apr 25, 2017

0 Online Users