document.write( "Question 281119: calculate the accumulated amount of an investment of $40,000 receiving 5% annual interest compounded quarterly for 2 years \n" ); document.write( "
Algebra.Com's Answer #204232 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! P(1+R/N)^T*N \n" ); document.write( "WHERE R=RATE IN DECIMAL, N=THE NUMBER OF PERIODS PER YEAR, T=NUMBER OF YEARS. \n" ); document.write( "40,000(1+.05/4)^2*4 \n" ); document.write( "40,000(1+.0125)^8 \n" ); document.write( "40,000(1.0125)^8 \n" ); document.write( "40,000*1.1045=$44,179.44 ANS. FOR THE INVESTMENT AFTER 2 YEARS. \n" ); document.write( " |