Question 1209221
<font color=black size=3>
Answer: <font color=red>8.8 years</font>


Work Shown
P = 3000 is the investment amount. We wish to double it to A = 6000 dollars.
r = 0.08 = decimal form of the annual interest rate
n = 2 since we're compounding 2 times a year
The goal is to solve for t.


A = P(1+r/n)^(nt)
6000 = 3000(1+0.08/2)^(2*t)
6000/3000 = (1.04)^(2*t)
2 = (1.04)^(2*t)
Log(2) = Log( (1.04)^(2*t) )
Log(2) = 2t*Log(1.04)
t = (1/2)*Log(2)/Log(1.04)
t = 8.836494 approximately
t = <font color=red>8.8 years</font> when rounding to the nearest tenth of a year. 


Footnotes:<ul><li>Use logs to isolate the variable exponent. A useful phrase to remember is "When the variable is in the trees we log it down".</li><li>I used the rule Log(x^y) = y*Log(x) which allows us to pull down the exponent. </li><li>The logs can be any valid base. Perhaps base 10 is easiest to work with.</li><li>The 3000 doesn't affect the answer. We can change the 3000 to any positive number we want, and get the same result at the end.</li><li>Upon thinking about it more, it doesn't make much sense to round to the nearest tenth. It would be best to round to the nearest half (since we're compounding the money every half a year). However, I'll stick with the answer 8.8 since that appears to be what the teacher wants.</ul>
</font>