We have an initial value of $9,900.
We have to model the following situations.
a) The value decreases by 11% per year.
We can start expressing this as:
![V(t)=V(t-1)-0.11\cdot V(t-1)=0.89\cdot V(t-1)](https://img.qammunity.org/2023/formulas/mathematics/college/47bjh4je7yl8u1rmwocdheebofk2utn2am.png)
This is a recursive function, as V(t) is function of V(t-1). We can find the explicit function as:
![\begin{gathered} V(t)=0.89\cdot V(t-1) \\ V(t)=0.89(0.89\cdot V(t-1))=0.89^2\cdot V(t-2) \\ \Rightarrow V(t)=0.89^tV(t-t)=0.89^t\cdot V(0) \\ V(t)=9900\cdot0.89^t \end{gathered}](https://img.qammunity.org/2023/formulas/mathematics/college/pqwqn2ulwo6h2txahtzd4w7339cmxiwmk0.png)
b) The value decreases by $896 per year
This can be modeled as:
![\begin{gathered} V(t)=V(0)-896\cdot t \\ V(t)=9900-896t \end{gathered}](https://img.qammunity.org/2023/formulas/mathematics/college/qk3ijqv3grj6rdks8by8im4az87quw0hhh.png)
c) The value increases by 6% per year
This will have similarities with the function in the point a).
We can model this as:
![\begin{gathered} V(t)=1.06\cdot V(t-1) \\ V(t)=1.06^t\cdot V(0) \\ V(t)=9900\cdot1.06^t \end{gathered}](https://img.qammunity.org/2023/formulas/mathematics/college/3hhx25azsnc6ib4j7gtvfektn3nnrk3n00.png)
d) The value increases by $743 per year
This will be a linear model, as it is the model in point b).
![V(t)=9900+743t](https://img.qammunity.org/2023/formulas/mathematics/college/3pwy716gdcua5j9iblw5thcymmmowhjs2l.png)
Answer:
a) V = 9900*0.89^t
b) V = 9900 - 896t
c) V = 9900*1.06^t
d) V = 9900 + 743t