document.write( "Question 223534: If a bank pays 4% annual interest, compounded daily, what is the value of $750 deposited after 1 year. Please show steps so I can understand
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #167731 by Alan3354(69443) You can put this solution on YOUR website! If a bank pays 4% annual interest, compounded daily, what is the value of $750 deposited after 1 year. Please show steps so I can understand \n" ); document.write( "--------------------- \n" ); document.write( "The number of periods, p, is 365, one per day. \n" ); document.write( "Interest rate, r, per period = 0.04/365 \n" ); document.write( "---------- \n" ); document.write( "FV = $750*(1 + r)^p \n" ); document.write( "FV = $750*(1 + 0.04/365)^365 = $750*1.040808... \n" ); document.write( "= $780.61 \n" ); document.write( " |