document.write( "Question 173748: hey, could you please solve the following problem for me, thank you,
\n" );
document.write( "A rate coin is bought at an antique auction in 1998 for $500. Each year, its value appreciates by 6% of its purchase price. Determine the coin's value in 2010.
\n" );
document.write( "remember we are using Geometric Sequences formula,
\n" );
document.write( "i will be waiting for the solution,
\n" );
document.write( "thank you agian
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #128636 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A rate coin is bought at an antique auction in 1998 for $500. Each year, its value appreciates by 6% of its purchase price. Determine the coin's value in 2010. \n" ); document.write( "-------- \n" ); document.write( "Year 0: 500 \n" ); document.write( "Year 1: 500 + 0.06*500 = (1.06)500 \n" ); document.write( "Year 2: [500 + 0.06*500][1.06] = 500(1.06)^2 \n" ); document.write( "... \n" ); document.write( "Year 12: 500(1.06)^12 = $1006.10 \n" ); document.write( "===================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |