document.write( "Question 38086: Domenica invests $200 each quarter in a fixed interest mutualfund paying an annual interest of 7% compoundedquarterly. How much will her account will her account have in it at the end of ten yrs? \n" ); document.write( "
Algebra.Com's Answer #23589 by josmiceli(19441)![]() ![]() You can put this solution on YOUR website! Not easy! I copied this from an interest calculator website. If you compound \n" ); document.write( "quarterly AND make quarterly contributions, it gets messy. The key is not \n" ); document.write( "confusing your terms. Know what they mean. \n" ); document.write( "************************************************************************ \n" ); document.write( "COPIED FROM WWW.MONEYCHIMP.COM \n" ); document.write( "One thing we need to get straight from the beginning is the timing of the interest and contributions. We're going to assume that the balance of the account for any particular year includes the interest growth from last year, but does not yet include the new contribution. (This is the way most people do it, but sometimes you'll see an example that assumes a different schedule; they will disagree with our formula by the equivalent of one year's interest and/or one year's contribution).\r \n" ); document.write( "\n" ); document.write( "We'll write c for the annual contribution; and to keep things cleaner we'll write \"z\" for (1 + r). Now we start writing down the account balance for the first few years:\r \n" ); document.write( "\n" ); document.write( "Year Balance \n" ); document.write( "Now P \n" ); document.write( "1 (P + c)z \n" ); document.write( "2 ((P + c)z + c)z\r \n" ); document.write( "\n" ); document.write( "In other words, to go from one year's balance to the next, you add on the contribution c, then multiply by z to get the interest.\r \n" ); document.write( "\n" ); document.write( "If you multiply these terms out, you'll start to see the pattern emerge:\r \n" ); document.write( "\n" ); document.write( "Year Balance \n" ); document.write( "Now P \n" ); document.write( "1 Pz + cz \n" ); document.write( "2 Pz2 + c(z + z2) \n" ); document.write( "n Pzn + c(z + z2 + . . . + zn)\r \n" ); document.write( "\n" ); document.write( "The second part of that last line is just c times the sum of a geometric series. So you can boil the whole thing down to:\r \n" ); document.write( "\n" ); document.write( "1. Balance(n) = Pzn + c[(zn + 1 - z)/(z - 1)]\r \n" ); document.write( "\n" ); document.write( "Finally, write z out in terms of r, to get the formula we're looking for:\r \n" ); document.write( "\n" ); document.write( "2. Balance(n) = P(1 + r)n + c[((1 + r)n + 1 - (1 + r))/r] \n" ); document.write( "********************************************************************* \n" ); document.write( "P = what Dominica started out with. In this problem, it's $200, the same \n" ); document.write( " as her quarterly contribution, since the problem didn't say different. \n" ); document.write( "c = her quarterly contribution of $200. \n" ); document.write( "n = the number of times the principle gets compounded. In the problem, \n" ); document.write( " that would be 4 x 10 = 40, because quarterly is 4 times a year and the \n" ); document.write( " total time is ten years. \n" ); document.write( "r = the compound interest rate of 7% \n" ); document.write( "Now the easy part \n" ); document.write( "Balance(n) = P(1 + r)n + c[((1 + r)n + 1 - (1 + r))/r] \n" ); document.write( "B = 200*(1 + .07)*40 + 200(((1 + .07)*40 + 1 - (1 + .07))/.07) \n" ); document.write( "B = 200*1.07*40 + 200((1.07*40 + 1 - 1.07)/.07) \n" ); document.write( "B = 8560 + 200(42.8 - .07)/.07) \n" ); document.write( "B = 8560 + (200 * 42.73)/.07 \n" ); document.write( "B = 8560 + 8546/.07 \n" ); document.write( "B = 8560 + 122086 \n" ); document.write( "B = 130646 (rounded to nearest dollar) \n" ); document.write( "That's the answer unlass I made a mistake, which is entirely possible \n" ); document.write( " |