jdinatale
- 153
- 0
Homework Statement
Kathryn deposits 100 into an account at the beginning of each 4-year period for 40 years. The account credits interest at an annual effective interest rate of i. The accumulated amount in the account at the end of 40 years is X, which is 7 times the accumulated amount in the account at the end of 20 years. Calculate X.
Homework Equations
\sum_{k=0}^{n - 1}ar^{k} = a\frac{1 - r^n}{1 - r}
\sum_{k=0}^{n - 1}a(1 + i)^{k} = a\frac{1 - (1 + i)^n}{-i}
\sum_{k=0}^{n - 1}a[(1 + i)^4]^{k} = a\frac{1 - [(1 + i)^4]^n}{1 - (1 + i)^4}
The Attempt at a Solution
We have 400(1 + i)^{40} + 400(1 + i)^{36} + ... + 400 = \sum_{k=0}^{10}a[(1 + i)^4]^{k} = X and 400(1 + i)^{20} + 400(1 + i)^{16} + ... + 400 = \sum_{k=0}^{5}a[(1 + i)^4]^{k} = \frac{1}{7}X
This implies that 100\frac{1 - (1 + i)^{44}}{1 - (1 + i)^4} = 700\frac{1 - (1 + i)^{24}}{1 - (1 + i)^4}
Now the problem is that when you try to solve for i using a mathematics program like wolfram alpha, you will find that i is either 0, -2, or two imaginary solutions. None of which sound like an interest rate.