document.write( "Question 1198831: If a bank pays 15% compounded semi-annually, how much should be deposited now to have $1800 in 5 years from now?
\n" );
document.write( "Amount the needs to be deposited now = $ \n" );
document.write( "
Algebra.Com's Answer #837690 by mananth(16946)![]() ![]() You can put this solution on YOUR website! the formula for compound interest:\r \n" ); document.write( "\n" ); document.write( "A = P(1 + r/n)^(nt)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Where, \n" ); document.write( "P = principal amount \n" ); document.write( "r = annual interest rate (15%) \n" ); document.write( "n = number of times the interest is compounded per year (2) \n" ); document.write( "t = time period (5 years) \n" ); document.write( "A = amount at the end of the time period ($1800)\r \n" ); document.write( "\n" ); document.write( "Substituting the values in the formula, we get:\r \n" ); document.write( "\n" ); document.write( "$1800 = P(1 + 0.15/2)^(2*5) \n" ); document.write( "$1800 = P(1 + 0.075)^10 \n" ); document.write( "$1800 = P(1.075)^10 \n" ); document.write( "P = $975.62 (rounded to two decimal places)\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |