Problem 3
Answer: 4 compounding periods per year
In other words, the money is being compounded quarterly
===========================================================
Explanation:
The compound interest formula is
[tex]A = P*(1+\frac{r}{n})^{n*t}\\\\[/tex]
The variables are
- A = final amount after t years
- P = initial deposit, aka principal
- r = interest rate in decimal form
- n = number of compounding periods per year
- t = number of years
In this case, we have
- A = 104,070.70
- P = 100,000
- r = 0.02
- n = unknown (what we want to solve for)
- t = also unknown, but we do know that n*t = 8 because this represents the number of total compounding periods.
So,
[tex]A = P*(1+\frac{r}{n})^{n*t}\\\\104,070.70 = 100,000*(1+\frac{0.02}{n})^{8}\\\\(1+\frac{0.02}{n})^{8} = \frac{104,070.70}{100,000}\\\\(1+\frac{0.02}{n})^{8} = 1.040707\\\\1+\frac{0.02}{n} = (1.040707)^{1/8}\\\\1+\frac{0.02}{n} \approx 1.0049999946977\\\\n+0.02 \approx 1.0049999946977n\\\\0.02 \approx 1.0049999946977n-n\\\\0.02 \approx 0.0049999946977n\\\\n \approx \frac{0.02}{0.0049999946977}\\\\n \approx 4.0000042418445\\\\n \approx 4[/tex]
So it appears that we're compounding the money n = 4 times a year (aka quarterly) and doing so for 8/4 = 2 years.
Note how,
[tex]A = P*(1+\frac{r}{n})^{n*t}\\\\A = 100,000*(1+\frac{0.02}{4})^{4*2}\\\\A = 100,000*(1.005)^{8}\\\\A \approx 104,070.704392543\\\\A \approx 104,070.70\\\\[/tex]
which helps confirm the answer.