document.write( "Question 981081: The rate of inflation is 3%. The cost of an item in future years can be found by iterating the function c(x) = 1.03x. Find the cost of a $1500 refigerator in three years if the rate of inflation remains consistant. \n" ); document.write( "
Algebra.Com's Answer #602114 by stanbon(75887) ![]() You can put this solution on YOUR website! The rate of inflation is 3%. The cost of an item in future years can be found by iterating the function c(x) = 1.03x. Find the cost of a $1500 refigerator in three years if the rate of inflation remains consistant. \n" ); document.write( "------ \n" ); document.write( "Start:: 1500 \n" ); document.write( "After 1 year:: 1500 + 1500*0.03 = 1500*1.03 \n" ); document.write( "----- \n" ); document.write( "After 2 years:: 1500*1.03 + 1500*1.03*0.03 = 1500*1.03^2 \n" ); document.write( "----- \n" ); document.write( "After 3 years:: 1500*1.03^3 = 1639.09 \n" ); document.write( "-------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |