Phil is a builder who has purchased a large set of tools.
The value of Phil’s tools is depreciated using the reducing balance method.
The value of the tools, in dollars, after `n` years, `V_n` , can be modelled by the recurrence relation shown below.
`V_0 = 60\ 000, qquad qquad V_(n + 1) = 0.9 V_n`
- Use recursion to show that the value of the tools after two years. (1 mark)
--- 1 WORK AREA LINES (style=lined) ---
- Phil plans to replace these tools when their value first falls below $20 000.
After how many years will Phil replace these tools? (1 mark)
--- 1 WORK AREA LINES (style=lined) ---
- Phil has another option for depreciation. He depreciates the value of the tools by a flat rate of 8% of the purchase price per annum.
Let `V_n` be the value of the tools after `n` years, in dollars.
Write down a recurrence relation, in terms of `V_0, V_(n + 1)` and `V_n`, that could be used to model the value of the tools using this flat rate depreciation. (1 mark)
--- 2 WORK AREA LINES (style=lined) ---