document.write( "Question 1160257: Nico wants to invest his savings of ₱20,000 today in order to gain more money in the future. Assuming that he invests his money in a time deposit that earns 5% per annum, how much money will he have after 5 years?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #783528 by Theo(13342)![]() ![]() You can put this solution on YOUR website! formula to use is f = p * (1 + r) ^ n \n" ); document.write( "f is the future value \n" ); document.write( "p is the present value \n" ); document.write( "r is the interest rate per time period. \n" ); document.write( "n is the number of time periods.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in this problem, the formula becomes f = 20,000 * (1 + .05) ^ 5 \n" ); document.write( "solve for f to get: \n" ); document.write( "f = 25,525.63125.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that's your solution. \n" ); document.write( " \n" ); document.write( " |