document.write( "Question 404442: Bill places $10,000 in an investment account earning an annual rate of 5.1% compounded monthly. Using the formula V=P(1+r/n)^nt, where v is the value of the account in t years, P is the principal initially invested, n is the number of compounds per year, and r is the rate of interest, determine the amount of money, to the nearest cent, that Bill will have after 10 years. \n" ); document.write( "
Algebra.Com's Answer #285797 by texttutoring(324)![]() ![]() You can put this solution on YOUR website! V=P(1+r/n)^nt\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's write down what we are given:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P = 10000 \n" ); document.write( "r = 0.051 \n" ); document.write( "t = 10 years \n" ); document.write( "n = 12 (because it is compounded monthly, or 12 times per year)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "V=P(1+r/n)^nt \n" ); document.write( "V = 10000(1+0.051/12)^(12*10) \n" ); document.write( "V = 16634.93\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So he will have $16,634.93 after ten years. \n" ); document.write( " |