document.write( "Question 987086: An account is opened with an initial deposit of $6500 and earns 3.6% interest compounded semi-annually. What will the account be worth in 20 years? \n" ); document.write( "
Algebra.Com's Answer #607860 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! You'll use the formula A = P(1+r/n)^(n*t) where\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P = 6500 is the amount deposited \n" ); document.write( "r = 0.036 is the decimal form of 3.6% interest rate \n" ); document.write( "n = 2 is the number of times the money is compounded per year \n" ); document.write( "t = 20 is the number of years\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "A = P(1+r/n)^(n*t) \n" ); document.write( "A = 6500(1+0.036/2)^(2*20) \n" ); document.write( "A = 13,268.580898361 \n" ); document.write( "A = 13,268.58\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So you'll have $13,268.58 in the account. \n" ); document.write( " |