document.write( "Question 1194023: Emmerson invests N$100,000.00 on a monthly basis, at the end of each month at an interest rate of 8.5% compounded quarterly.
\n" );
document.write( "a) How much will he have after 3.5 years?
\n" );
document.write( "b) How much interest does he earn on a monthly basis? (Hint: Calculate the monthly average. \n" );
document.write( "
Algebra.Com's Answer #826155 by Theo(13342)![]() ![]() You can put this solution on YOUR website! a key requirement is to get the interest rate per month. \n" ); document.write( "8.5% per year comounded quarterly = 8.5 divided by 4 = 2.125% per quarter. \n" ); document.write( "the growth factor per quarter is that divided by 100 and added to 1 to get 1.02125 per quarter. \n" ); document.write( "the growth factor per month is that raised to the 1/3 power to get 1.02125 ^ (1/3) = 1.007033744. \n" ); document.write( "subtract 1 from that and multiply it by 100 to .7033744% per month. \n" ); document.write( "use a financial calculator to find the future value of that for 3.5 years. \n" ); document.write( "inputs are: \n" ); document.write( "present value = 0 \n" ); document.write( "number of months = 3.5 years * 12 = 42. \n" ); document.write( "interest rate per month = .7033744% \n" ); document.write( "payment amount = -100,000 at the end of each month \n" ); document.write( "solve for future value to get future value = 4,866,513.568. \n" ); document.write( "the total payments are 42 * 100,000 = 4,200,000 \n" ); document.write( "the total interest is 4,866,513.568 minus 4,200,000 = 666,513.568. \n" ); document.write( "the average monthly interest is 666,513.568 / 42 = 15,869.37067. \n" ); document.write( "that's what i get. \n" ); document.write( "let me know if you have any questions or concerns. \n" ); document.write( "theo \n" ); document.write( " |