document.write( "Question 439412: If a nurse deposits $10,000 today in a bank account and the interest is compounded annually at 12%, what will the value of the investment be nine years from now? \n" ); document.write( "
Algebra.Com's Answer #303647 by shantalboodram(15)\"\" \"About 
You can put this solution on YOUR website!
F = P ( 1 + r/n)^(n x t)
\n" ); document.write( "F = final amount
\n" ); document.write( "P = principal amount (initial investment) = $10,000
\n" ); document.write( "r = annual nominal interest rate (as a decimal) = 12% = 0.12
\n" ); document.write( "n = number of times the interest is compounded per year = 1
\n" ); document.write( "t = number of years = 9\r
\n" ); document.write( "\n" ); document.write( "Therefore F = 10000( 1 + 0.12/1)^(1 x 9)
\n" ); document.write( "F = $27730.79
\n" ); document.write( "
\n" );