document.write( "Question 1075887: Does the following situation represent a linear or exponential model? Write a function to model the situation.\r
\n" );
document.write( "\n" );
document.write( "A painting is worth $400 and is increasing in value at 5% per year.\r
\n" );
document.write( "\n" );
document.write( "What is the value of the painting in 6 years?\r
\n" );
document.write( "\n" );
document.write( " Linear or Exponential? \r
\n" );
document.write( "\n" );
document.write( "Value: \n" );
document.write( "
Algebra.Com's Answer #690543 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Write a function to model the situation. \n" ); document.write( " A painting is worth $400 and is increasing in value at 5% per year. \n" ); document.write( " What is the value of the painting in 6 years? \n" ); document.write( "V = 400*1.05^6 \n" ); document.write( "V = $536.04 \n" ); document.write( " It is Exponential \n" ); document.write( ": \n" ); document.write( "As you can see x=year; y=value \n" ); document.write( " |