document.write( "Question 868879: A deposit of $780 is in a bank for 15 years earning interest at a rate of 9.5%. Find the interest earned if the interest is compounded daily.\r
\n" );
document.write( "\n" );
document.write( "I worked through it like this:
\n" );
document.write( "FV=P(1+i)^\r
\n" );
document.write( "\n" );
document.write( "P=780
\n" );
document.write( "i=9.5% = .095x1/365 = .0002602739726
\n" );
document.write( "n=15x365 = 5475\r
\n" );
document.write( "\n" );
document.write( "FV=780(1+.0002602739726)^5475 = 3242.53 \n" );
document.write( "
Algebra.Com's Answer #523873 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! You found the future value FV. Now subtract that from the present value PV (the amount deposited) to get the interest earned.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "I = FV - PV = 3242.53 - 780 = $2,462.53 \n" ); document.write( " |