document.write( "Question 543164: how much money will Jamie have in 3 years if he invests $5000 at a 3.85% annual rate of interest compounded annually? How much will he have if it is compounded quarterly? \n" ); document.write( "
Algebra.Com's Answer #356117 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! how much money will Jamie have in 3 years if he invests $5000 at a 3.85% annual rate of interest compounded annually? How much will he have if it is compounded quarterly? \n" ); document.write( "** \n" ); document.write( "compound interest formula: A=P(1+i)^n, P=initial investment, i=interest rate per period, A=amount after n periods. \n" ); document.write( ".. \n" ); document.write( "Compounded annually: \n" ); document.write( "A=5000(1+.0385)^3 \n" ); document.write( "A=$5600.02 \n" ); document.write( ".. \n" ); document.write( "Compounded quarterly: \n" ); document.write( "A=5000(1+.0385/4)^3*4 \n" ); document.write( "A=5000(1+.009625)^12 \n" ); document.write( "A=5000(1.009625)^12 \n" ); document.write( "A=$5609.07 \n" ); document.write( " |