document.write( "Question 54197: If a piece of real estate purchased for $50,000 in 1998 appreciates at the rate of 5% per year, then its value t years after the purchase will be
\n" );
document.write( "f(t)=50000(1.05^t). According to this model, by how much will the value of this piece of property increase between the years 2007 and 2008?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #36480 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! 2007 - 1998 = 9 years \n" ); document.write( "2008 - 1998 = 10 years \n" ); document.write( "50000(1.05)^10 - 50000(1.05)^9 \n" ); document.write( "Approx. \n" ); document.write( "81,444.73 - 77,566.41 = 3,878.32 \n" ); document.write( " |