document.write( "Question 96545This question is from textbook
\n" );
document.write( ": Hi. I don't get this question: $1000 is deposited in a savings account that is compounded annually at 6%. The balance, A, in the account after t years is
\n" );
document.write( "A = . Find the balance after 1 year, 10 years, and 20 years. \n" );
document.write( "
Algebra.Com's Answer #70290 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! $1000 is deposited in a savings account that is compounded annually at 6%. The balance, A, in the account after t years is \n" ); document.write( "A(t) = 1000(1+(.06))^(t) \n" ); document.write( "Find the balance after 1 year, 10 years, and 20 years. \n" ); document.write( "--------- \n" ); document.write( "One year: \n" ); document.write( "A(1)= 1000(1+0.06/1)^(1*1) \n" ); document.write( "A(1)=1000*1.06 \n" ); document.write( "A(1)= $1060.00 \n" ); document.write( "-------------------- \n" ); document.write( "Ten years: \n" ); document.write( "A(10)= 1000(1.06)^10 = 1000*1.79085= $1790.85 \n" ); document.write( "----------------- \n" ); document.write( "A(20) = 1000(1.06)^20 = 1000*3.20714 = $3207.14 \n" ); document.write( "====================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |