document.write( "Question 1072544: How to find compound interest and future value. Please break future value calculation down for easy guidance. Assume 365 day year. Principal= 3315. Rate= 8%. Compounded daily. Time 5 years. \n" ); document.write( "
Algebra.Com's Answer #687398 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! P=Po(1+r/n)^nt \n" ); document.write( "r=0.08 \n" ); document.write( "n=365 \n" ); document.write( "t=5 \n" ); document.write( "round at the end \n" ); document.write( "3315(1+(.08/365))^1825=$4945.18 \n" ); document.write( "Can check this by seeing if it is close to continuously compounding, but not quite. \n" ); document.write( "Continuous is Poe^(rt)=$4945.40 \n" ); document.write( " |