document.write( "Question 1115116: The value of Tyler's coin collection has been increasing by 5% per year. If it is worth $8500 now, how much will it be worth after one year? After two years? \n" ); document.write( "
Algebra.Com's Answer #730047 by Alan3354(69443) You can put this solution on YOUR website! The value of Tyler's coin collection has been increasing by 5% per year. If it is worth $8500 now, how much will it be worth after one year? \n" ); document.write( "$8500*1.05 \n" ); document.write( "------ \n" ); document.write( "After two years? \n" ); document.write( "$8500*1.05*1.05 \n" ); document.write( " |