Question 1075887
Write a function to model the situation. 
 A painting is worth $400 and is increasing in value at 5% per year. 
 What is the value of the painting in 6 years?
V = 400*1.05^6
V = $536.04 
 It is Exponential
:
As you can see x=year; y=value 
 {{{ graph( 300, 200, -6, 20, -100, 1200, 400*1.05^x) }}}