document.write( "Question 1184014: you started a job and got paid at the end of the month and decided to put 1000.00 peso from each paycheck into special account. suppose that account is earning annual interest rate of 3% compounded monthly, how much will be in the account at the end of a year?\r
\n" );
document.write( "\n" );
document.write( "1. find the nth term of your earnings.
\n" );
document.write( "2. how much will the 1000.00 peso deposited at the end of 10th month and its interest be worth at the end of the year?
\n" );
document.write( "3.what do you notice about the sequence?
\n" );
document.write( "4. describe how to calculate the amount of the money you will haveat the end of 12 months. \n" );
document.write( "
Algebra.Com's Answer #814554 by Theo(13342)![]() ![]() You can put this solution on YOUR website! answers to your questions are below:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you started a job and got paid at the end of the month and decided to put 1000 peso from each paycheck into special account.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "suppose that account is earning annual interest rate of 3% compounded monthly. how much will be in the account at the end of a year?\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "interest rate is equal to .03 per year / 12 = .0025 per month \n" ); document.write( "interest rate growth factor is equal to 1 plus that = 1.0025 per month.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the amount that will be in the account at the end of a year will be equal to 1000 * (1 - 1.0025 ^ 12) / (1 - 1.0025) = 12166.38277. ***** 1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "1. find the nth term of your earnings.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the nth term of your savings is given by the formula An = 1000 * r ^ (n - 1)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "An is the value of your savings in the nth term since you invested it. \n" ); document.write( "r is the interest rate growth factor. \n" ); document.write( "n is the term number.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "for example:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you invest 1000 today and want to know it's value 5 months from now. \n" ); document.write( "the value will be using the An formula. \n" ); document.write( "it becomes: \n" ); document.write( "A5 = 1000 * 1.0025 ^ (5 - 1) = 1000 * 1.0025 ^ 4 = 1010.037563.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2. how much will the 1000.00 peso deposited at the end of 10th month and its interest be worth at the end of the year?\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "1000 deposited at the end of the 10th month will be equal to 1000 * 1.0025 ^ 2 = 1005.00625.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the 1000 is equal to 1000 at the end of the 10th month. \n" ); document.write( "at the end of the 12th month, it will have earned 2 months interest which is equal to 1.0025 ^ 2. \n" ); document.write( "1000 * 1.0025 ^ 2 = 1005.00625.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3.what do you notice about the sequence?\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "it looks very much like a geometric sequence.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "4. describe how to calculate the amount of the money you will have at the end of 12 months.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the formula to use here is Sn = (1 - r ^ n) / (1 - r) \n" ); document.write( "Sn is the sum of the terms from first term to nth term. \n" ); document.write( "r is the interest rate growth factor per month. \n" ); document.write( "n is the number of terms.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "using this formula, you get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "S12 = 1000 * (1 - 1.0025 ^ 12) / (1 - 1.0025) = 12166.38277.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "it's the same formula used above when we calculated that the amount of money in the account at the end of 12 months is equal to 12166.38277. \n" ); document.write( "see ***** 1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "bottom line:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you are using geometric sequence formula to solve this problem.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "An = 1000 * 1.0025 ^ (n - 1) to find the value of an investment in the nth term from when it was invested.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Sn = 1000 * (1 - 1.0025 ^ n) / (1 - 1.0025) to find the sum of the terms from 1 to n.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let me know if you have any questions.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "reference on geometric sequence formula can be found here:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "https://www.mathsisfun.com/algebra/sequences-sums-geometric.html \n" ); document.write( " \n" ); document.write( " |