IDNLearn.com provides a seamless experience for finding accurate answers. Get accurate answers to your questions from our community of experts who are always ready to provide timely and relevant solutions.
Hi
T (0) = 800
T(n+1) = T (n) - 16
General formula is : T(n) = 800- 16*n
with "n" the year you are.
exemple : if you search value of machine at year 3, it's value is :
t(3) =800 -16*3
t(3)= 800 -48
t(3) = 752