Question 1140587
<br>
{{{P(t) = P(0)*(1.06^t)}}}<br>
You want P(t) to be twice P(0):<br>
{{{2*P(0) = P(0)*(1.06)^t}}}
{{{2 = 1.06^t}}}<br>
The variable is in an exponent, so use logarithms:<br>
{{{log((2)) = log((1.06^t))}}}
{{{log((2)) = t*log((1.06))}}}
{{{t = log((2))/log((1.06))}}}<br>
Use a calculator....