document.write( "Question 80760: HELP HELP HELP!!! The formula S = C(1 + r)^t models inflation, where C = the value today, r = the annual inflation rate, and S = the inflated value t years from now. Use this formula to solve and round answer to nearest dollar amount.
\n" );
document.write( "If the inflation rate is 3%, how much will a house now worth $110,000 be worth in 5 years?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #57914 by dolly(163)![]() ![]() ![]() You can put this solution on YOUR website! S = C(1+r)^t \n" ); document.write( "Here C = 110000, r = 0.03 , t = 5\r \n" ); document.write( "\n" ); document.write( "So S = 110000(1+0.03)^5 \n" ); document.write( " = 110000(1.03)^5 \n" ); document.write( " = 110000(1.1592) \n" ); document.write( " = 127512\r \n" ); document.write( "\n" ); document.write( "So the house is worth $127512 in 5 years \n" ); document.write( " |